Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-31[ILVerify] Added first tests (#3725)Gergely Kalapos
* Changed .csproj to the new format, added xunit test project. Added one .il file with a simple test. * Excluded ILVerify and ILVerify.Tests from build * Implemented xunit Theory+MemberData based test scaffolding for ILVerify
2016-12-20Add packaging build changes and scripts. (#2325)Chris Rummel
2016-10-14CoreRT scripting to run CoreCLR testsSimon Nattress
The CoreCLR CI machine archives test binaries in a zip file to share with other parts of the build. CoreCLRTestsURL.txt contains a specific test drop from a built marked for permanent retention on the Jenkins CI box. Modify runtest.cmd to take /CoreCLR switch which will download the CoreCLR tests, unzip them, and run them using CoreRT. build-and-run-test.cmd is used as the test runner, and is used to generate CoreRT binaries for the tests before executing them. CoreRT is run via the MSBuild targets by placing a placeholder csproj next to the test binary. To save CI storage space, the native artifacts (which are about 30-50MB per test) are cleaned after running the test. Currently 130 simple JIT tests are selected to run using Top100Tests.issues.targets
2016-09-13Add more nuget files to .gitignore (#1836)Jan Kotas
2016-04-20Add *.VC.db to .gitignore (#1174)Jan Kotas
Add *.VC.db to .gitignore
2016-04-18Switch to standardized init-tools scriptsJan Kotas
- Switch over to using standardized init-tools script used by other repos - Update to recent buildtools - Switch to running msbuild against CoreCLR instead of mono - Make build scripts to be otherwise more similar to the ones used by other repos
2015-11-20Changes required to integrate code back into ProjectN treeScott Mosier
2015-11-14Rename ILToNativeJan Kotas
- Rename the compiler .exe to ilc.exe - Rename ILToNative.* to ILCompiler.* everywhere else
2015-11-13Add *.opendb and *.idb to .gitignoreJan Kotas
.opendb is a new kind of cache added in VS2015 Update 1. .idb is produced by VC compiler.
2015-10-22Switch to System.Private.CoreLibJan Kotas
Switch to System.Private.CoreLib built in this repo.
2015-10-20Switch reproNative to use MRTJan Kotas
2015-10-06Add reproNative temporary files to .gitignoreJan Kotas
2015-10-02Delete project.lock.json and add it to .gitignore insteadJan Kotas
2015-09-17Improve .gitignoreJan Kotas
Copied good additions to .gitignore from https://github.com/dotnet/coreclr/
2015-09-17Add .gitattributes and .gitignore filesdotnet-bot
These files are needed so we have proper line endings (for example, for bash scripts) and so git would ignore some temporary local folders (for example, "bin") These files have been copied from the corefx repo (https://github.com/dotnet/corefx) based on the commit label dbb131dcafe570fd93824820797c88eb35609fc7.