summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2018-06-29Merge pull request #18696 from CarolEidt/Fix18362Carol Eidt4-0/+173
2018-06-29JIT: fix regression when returning struct with no fields on SysV (#18708)Andy Ayers2-0/+99
2018-06-28Add test for #18362Carol Eidt4-0/+173
2018-06-28Update Tizen CI docker image (#18567)Eden1-3/+3
2018-06-28Update BuildTools, CoreClr, CoreFx, PgoData to preview1-02928-01, preview1-26...dotnet-maestro-bot6-12/+26
2018-06-28JIT: fix bug returning small structs on linux x64 (#18563)Andy Ayers18-0/+875
2018-06-27Windows CoreFX CI (#18365)Andon Andonov15-2/+2535
2018-06-26Fix value numbering when selecting a constant (#18627)Jakob Botsch Nielsen6-0/+149
2018-06-22Merge pull request #18581 from CarolEidt/Reenable18295Carol Eidt2-3/+0
2018-06-21Windows CoreFX CI Staging Commit (#18388)Andon Andonov1-0/+2
2018-06-20Merge pull request #18573 from CarolEidt/ExplicitLayoutTestCarol Eidt2-0/+93
2018-06-20Re-enable tests after fixing 18295Carol Eidt2-3/+0
2018-06-20An UnusedValue still requires a target reg (#18561)Carol Eidt4-0/+115
2018-06-20Add another test for #17971Carol Eidt2-0/+93
2018-06-20Remove MaskLoad tests from arm and arm64 lst files (#18569)Jarret Shook2-32/+0
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