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
2018-09-07Fix constrained calls and marshaling (#6275)Morgan Brown
2018-09-07Disabling the failing CoreFX tests related to ToString for negative zeroTanner Gooding
2018-09-06[Linux/armel] Fix tests building (#6285)Konstantin Baladurin
2018-08-31WASM: Add intrinsic implementation for ByReference<T> ctor and fix the Value ...yowl
2018-08-09Merge pull request #6193 from dotnet/nmirrorJan Kotas
2018-08-09Add support for reflection invoking ref return methodsMichal Strehovsky
2018-08-07Optimize WASM arguments and returns (#6181)Morgan Brown
2018-08-02WASM: Multidimensional array instantiation fix (#6096)Blealtan
2018-07-28Update CoreCLR.issues.targets (#6146)Michal Strehovský
2018-07-17Add support for embedding runtime configuration (#6103)Michal Strehovský
2018-07-15Exclude outdated testsJan Kotas
2018-07-10Regression test for inlined PInvoke with marshalling data (#6067)Jan Kotas
2018-07-10Fix In,Out marshaling for SafeHandles (#6074)Jan Kotas
2018-07-02Enable PInvoke calli stubsJan Kotas
2018-06-26Fix bogus assert in ArraySortHelper (#6018)Michal Strehovský
2018-06-26Add cumulative error checking to CoreFX tests (#6014)Andon Andonov
2018-06-24Update CoreCLR.issues.targets (#6003)Michal Strehovský
2018-06-24non shared changes and disabling testsAnipik
2018-06-22Merge pull request #5992 from dotnet/nmirrorMichal Strehovský
2018-06-22Allow constructed byref-like typesMichal Strehovsky
2018-06-21Rev netcoreapp2.0 to netcoreapp2.1 (#5974)Adeel Mujahid
2018-06-05Fix CI-breaking change (#5900)Andon Andonov
2018-06-04Make FinalizeTest run last (#5887)Michal Strehovský
2018-06-01Enable OSX and Linux CoreFX CI tests (#5864)Andon Andonov
2018-05-29Enable OSX and Linux CoreFX CI tests (#5860)Andon Andonov
2018-05-24Usability improvements - Testing Documentation and scripts (#5836)Andon Andonov
2018-05-23 Add additional support to CoreFX testing for CI (#5823)Andon Andonov
2018-05-18Staging Commit - Netci.groovy refactor and addition of a CoreFX CI job (#5817)Andon Andonov
2018-05-17Double/Float casting and comparisons, push floats as 64bit to stack (#5813)yowl
2018-05-11Add possibility to opt out of strict `Enum.GetValues` semanticMichal Strehovský
2018-05-11fix dup instruction result to no longer reference the original memory in WASM...Jeff Greene
2018-05-02Change x64 call to vcvarsall (#5763)Andon Andonov
2018-04-26Devirtualize delegate creation to sealed virtuals (#5749)Michal Strehovský
2018-04-26Enable Interface dispatch for WASM (#5748)Jeff Greene
2018-04-17Fix struct marshaling bugs (#5707)Jan Kotas
2018-04-12Use canonical method IL in scanner's ImportCall (#5686)Michal Strehovský
2018-04-12Fix test scripts (#5687)Andon Andonov
2018-04-10Quality of Life improvements to CoreFX testing infra (#5651)Andon Andonov
2018-04-07Initialize modules and run StartupCodeMain in wasm (#5621)Morgan Brown
2018-03-28Get rid of compiler warning in StaticLibrary test (#5636)Michal Strehovský
2018-03-27Update CoreFX Test Binaries URL (#5628)Andon Andonov
2018-03-19Merge pull request #5577 from dotnet/masterMichal Strehovský
2018-03-19Implement support for System.Reflection.Pointer in dynamic invocation scenariosMichal Strehovsky
2018-03-19Make Server GC component optional (#5565)Jeremy Koritzinsky
2018-03-15Enable CoreFX tests on CoreRT (#5329)Andon Andonov
2018-03-14Fix interface dispatch with CppCodegen (#5533)Michal Strehovský
2018-03-13Fix empty dispatch map optimization and unnormalized vtables (#5531)Michal Strehovský
2018-03-09Remove libuuid usage (#5521)Jan Kotas
2018-03-07Add tests for building native shared and static libraries (#5443)Toni Solarin-Sodara
2018-03-06Static constructors for WebAssembly (#5425)Morgan Brown