summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-06-18genPutArgStk needs to check for FIELD_LIST first (#18499)Carol Eidt2-0/+88
2018-06-18Correctly return early if the test fails (#18529)Jarret Shook1-44/+44
2018-06-18Improve Intel hardware intrinsic APIs (#17637)Fei Peng34-7098/+0
2018-06-18Typo (#18520)John Doe3-28/+28
2018-06-18Re-Enable StructABI test for xplat (#18496)Jarret Shook4-180/+1282
2018-06-15Use correct field offset in genPutArgStkFieldList (#18483)Carol Eidt4-0/+92
2018-06-13Merge pull request #18438 from BruceForstall/FixKeepAliveBruce Forstall1-5/+9
2018-06-13Fix enregistered lclFld bug (#18418)Carol Eidt2-0/+157
2018-06-13Merge pull request #18442 from BruceForstall/DisableB65423Bruce Forstall1-1/+3
2018-06-12Disable test b65423, tracked by #18441Bruce Forstall1-1/+3
2018-06-12Fix GC KeepAlive testBruce Forstall1-5/+9
2018-06-12Disable HugeArray test in GCStress modesBruce Forstall3-4/+4
2018-06-11(Re)Enable NativeVarargs for CoreCLR (#18373)Jarret Shook3-32/+6
2018-06-09Merge pull request #18394 from BruceForstall/Fix10115Bruce Forstall1-2/+2
2018-06-08Merge pull request #18363 from sdmaclea/PR-waitany-debugBruce Forstall68-114/+146
2018-06-08Re-enable tests for Windows arm64Bruce Forstall1-2/+2
2018-06-08Merge pull request #18382 from BruceForstall/MakeArmGcStress3CleanBruce Forstall3-3/+6
2018-06-08Fix coredistools download script now that Packages layout has changedRuss Keldorph1-2/+2
2018-06-08Disable 3 tests incompatible with GCStress=3Bruce Forstall3-3/+6
2018-06-08Fix threading gcStress failsSteve MacLean55-77/+115
2018-06-08Workaround for compiler.hpp (1848) - Assertion failed 'lvRefCnt' (#18292)Sergey Andreenko2-0/+223
2018-06-08Disable failing CoreFx tests on Windows/arm and Linux/arm (#18347)Egor Chesakov2-0/+4
2018-06-07JIT: Fix bug in finally cloning caused by unsound callfinally reordering (#18...Andy Ayers2-0/+90
2018-06-07Interop Copy tests now all return 101 during fail rather than crash (#18310)Aaron Robinson9-434/+176
2018-06-07Waitany test debug and cleanupSteve MacLean13-37/+31
2018-06-07Mark eventsourcetrace GCStressIncompatibleSteve MacLean1-0/+1
2018-06-06Fix ARM cast codegen (#18063)mikedn3-0/+11714
2018-06-06Adding containment support for more x86 hardware intrinsics (#18297)Tanner Gooding28-72/+3643
2018-06-06Increase timeout and log the result for some WaitAny tests that expect Abando...Koundinya Veluri3-9/+7
2018-06-05Update SDK used to build jitutils to 2.1 RC (#18290)Andy Ayers1-3/+7
2018-06-04Flow EventSources to EventPipe on Windows (#18217)Brian Robbins9-122/+473
2018-06-02Enable tailcall_v4\smallFrame\smallFrame (#18246)Sergey Andreenko4-4/+2
2018-06-02JIT: fix issue with zero-length stackalloc (#18183)Andy Ayers2-0/+68
2018-06-01Reduce race risk in MutexWaitOne2::PosTest4() (#18195)Steve MacLean1-2/+2
2018-06-01Merge pull request #18059 from helloguo/fix18039Carol Eidt6-0/+260
2018-06-01[arm64] Disable `a % b = a & (b - 1);` optimization. (#18206)Sergey Andreenko1-154/+159
2018-06-01fix SSE2 intrinsic MoveScalar for type long and ulonghelloguo6-0/+260
2018-06-01Fix GitHub_16041 test. (#18210)Sergey Andreenko1-2/+2
2018-06-01Mark JIT/Regression/JitBlue/GitHub_18056 as JitOptimizationSensitive (#18184)Egor Chesakov1-0/+1
2018-05-31[Arm64] Implement genZeroInitFltRegs for float (#18200)Steve MacLean1-2/+2
2018-05-31Add test case for optimized box vector assert (#18163)Andy Ayers2-0/+59
2018-05-25Adding tests for the FMA hardware intrinsics.Tanner Gooding41-5/+12079
2018-05-23Merge pull request #18086 from sdmaclea/PR-delete_next_card_tableBruce Forstall1-1/+3
2018-05-23Merge pull request #18087 from BruceForstall/RemoveMoreLEGACY_BACKENDBruce Forstall2-36/+36
2018-05-23Fix race in test waitone1 (#18085)Steve MacLean1-14/+2
2018-05-22Remove more JIT LEGACY_BACKEND tendrilsBruce Forstall2-36/+36
2018-05-22Remove -Rebuild option from build scripts (#18089)Brian Robbins1-1/+1
2018-05-22Mark delete_next_card_tableSteve MacLean1-1/+3
2018-05-22Fix compareexchangetstring thread safety (#18075)Steve MacLean1-15/+13
2018-05-21add repro for #18056 (#18057)Sergey Andreenko3-0/+137