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
path: root/tests
AgeCommit message (Expand)Author
2017-01-12Add support for thread static base dictionary lookups (#2479)Michal Strehovský
2017-01-10Fold issue 2463 into general "pay for play reflection" bucket (#2472)Jan Kotas
2017-01-09Implement canSkipMethodVerification (#2467)Jan Kotas
2017-01-08Merge pull request #2452 from shrah/masterFaizur Rahman
2017-01-08Implement SetLastError DllImport flag functionalityFaizur Rahman
2017-01-07Prune list of failing CoreCLR tests (#2465)Jan Kotas
2017-01-06Update test projects to NS1.6 to expose more public surfaceJan Kotas
2017-01-06Remove blocking of #2290 (#2449)Michal Strehovský
2017-01-05PInvoke infrastructure changeFaizur Rahman
2016-12-20Update list of failing CoreCLR tests (#2397)Jan Kotas
2016-12-19Unconditionally disable incremental linking on Windows (#2376)Jan Kotas
2016-12-19Add missing type checks to RyuJIT unbox helpers (#2378)Jan Kotas
2016-12-17Compile BuildFrameworkNativeObjects test libraries in parallel (#2373)Simon Nattress
2016-12-17Update CoreCLR.issues.targets (#2263)Michal Strehovský
2016-12-17Merge pull request #2317 from sergiy-k/threadstatics1Simon Nattress
2016-12-16Implement ldvirtftn in shared generic contexts (#2339)Michal Strehovský
2016-12-09Implement basic support for thread static fieldsSergiy Kuryata
2016-12-07Enable pipebuild in CoreRT (#2299)Chris Rummel
2016-12-02Skip duplicate EH clauses (#2288)Jan Kotas
2016-12-01Use invariant culture in test (#2289)Petr Onderka
2016-11-29Update RyuJIT (#2276)Jan Kotas
2016-11-29Implement Type.GetType expansion (#2247)Michal Strehovský
2016-11-28Clean up native artifacts on build failure (#2273)Michal Strehovský
2016-11-27Store the relocation offset delta in the code stream (#2271)Jan Kotas
2016-11-22Implement Exception.get_StackTrace (#2240)Michal Strehovský
2016-11-22Make tests with managed/unmanaged dependencies work (#2236)Michal Strehovský
2016-11-19Fix passing parameters to tests (#2233)Michal Strehovský
2016-11-18Update CoreCLR.issues.targets (#2231)Michal Strehovský
2016-11-17Implement reflection field get/set (#2225)Michal Strehovský
2016-11-16Allow GVMs to be present on typesSimon Nattress
2016-11-12Fix walking base hierarchy when computing dictionary slots (#2193)Michal Strehovský
2016-11-12Fix CPP test warning on Windows (#2190)Simon Nattress
2016-11-12Add regression testSimon Nattress
2016-11-09Output multi-module test .obj files to obj/[config]/native (#2171)Simon Nattress
2016-11-09Enable reflection invoke (#2162)Michal Strehovský
2016-11-08Call the slow helper from delegate .ctor method (#2131)Michal Strehovský
2016-11-08Disable shared generics test on OSX (#2164)Michal Strehovský
2016-11-05Multi-module framework assembly compilationSimon Nattress
2016-10-29Enable vtable layout test (#2103)Michal Strehovský
2016-10-29CoreCLR Test Subset Selection (#2089)Simon Nattress
2016-10-28Add shared generics test to CI (#2098)Michal Strehovský
2016-10-28Pickup newer corefx bits (#2088)Jan Kotas
2016-10-18Remove absolute path from test scriptSimon Nattress
2016-10-18Fix a couple absolute paths and remove CoreCLRTestLibrarySimon Nattress
2016-10-14CoreRT scripting to run CoreCLR testsSimon Nattress
2016-10-14Port CoreCLR test execution scriptingSimon Nattress
2016-10-11Work towards enabling Ubuntu 16.04 build (#2000)Jan Kotas
2016-09-28Add ConsoleLoggerParameters:ForceNoAlign to build.cmd script (#1936)David Wrighton
2016-09-27Update buildtools to 1.0.26-prerelease-00809-01 (#1922)Jan Kotas
2016-09-21Fix Unix hardware exception handling (#1889)Jan Vorlicek