summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-03-28Merge pull request #23325 from VSadov/CmpExchA64Vladimir Sadov6-94/+62
2019-03-27ALC enhancements (#22273)Steve MacLean2-0/+275
2019-03-27Extend WindowsEventLog test for EntryPointFilter (#23178)Steve MacLean1-19/+40
2019-03-27Fixing the codegen for x64 intrinsics to use EA_8BYTE where needed. (#23461)Tanner Gooding3-0/+252
2019-03-27Add call to setup-stress-dependencies.sh to build-test.sh. (#23435)Sergey Andreenko1-1/+3
2019-03-27Update CoreFX arm64 test exclusions. (#23463)Sergey Andreenko2-0/+3
2019-03-26Handle addressing modes for HW intrinsics (#22944)Carol Eidt2-0/+159
2019-03-26Make tests outerloop againvsadov7-7/+7
2019-03-26Merge pull request #23430 from janvorli/disable-ijw-load-in-collectible-alcJan Vorlicek5-0/+13
2019-03-25Mark test GitHub_18582 as optimization sensitive (#23434)Andy Ayers1-0/+1
2019-03-25Disabled new IJW testsJan Vorlicek3-0/+9
2019-03-25Disable loading IJW assemblies into collectible ALCJan Vorlicek2-0/+4
2019-03-25Re-enable Index/Range Jit test (#23415)Tarek Mahmoud Sayed1-4/+1
2019-03-23Revert "Add call to setup-stress-dependencies.sh to build-test.sh. (#23354)" ...Sergey Andreenko1-3/+1
2019-03-22Add call to setup-stress-dependencies.sh to build-test.sh. (#23354)Sergey Andreenko1-1/+3
2019-03-21Removed unnecessary string compares and Sleeps.vsadov10-83/+69
2019-03-21Merge pull request #23350 from briansull/hva-testsBrian Sullivan1-94/+969
2019-03-20Runtime changes for IJW Activation (#22636)Jeremy Koritzinsky17-35/+308
2019-03-20Test for PollingCounter (#23257)Sung Yoon Whang2-0/+222
2019-03-20Expand Vector128 testing to 5 elementsBrian Sullivan1-41/+228
2019-03-20Merge branch 'master' into hva-testsBrian Sullivan8-0/+520
2019-03-20Add repro case for jit stack overflow failure (#23346)Andy Ayers2-0/+260
2019-03-19Exclude GC/Collect from GCStress testing. (#23345)Sergey Andreenko1-0/+1
2019-03-19Implement support for copy constructors when marshalling in IJW (#22805)Jeremy Koritzinsky5-0/+259
2019-03-19Merge branch 'master' into hva-testsBrian Sullivan17-333/+26
2019-03-19Fill out full test matrixBrian Sullivan1-72/+617
2019-03-19Enable tests.vsadov1-18/+0
2019-03-19Update CoreFX Windows Arm64 exclusion list. (#23261)Sergey Andreenko1-8/+3
2019-03-19Revert "Delete suspicious code in delegate construction (#22830)" (#23291)Jarret Shook4-306/+0
2019-03-18Add Rune.TryEncodeToUtf8 and related APIs (#23250)Levi Broderick1-0/+4
2019-03-18Fix Interop/SizeConst/SizeConstTest to successfully run in all locales. (#20268)Jeremy Koritzinsky1-1/+1
2019-03-16Fix typo (#23300)Nikita Potapenko10-18/+18
2019-03-15Added HVA64_02 test casesBrian Sullivan1-2/+113
2019-03-15Restructure the test src/JIT/Directed/VectorABI/VectorMgdMgd.csBrian Sullivan1-105/+137
2019-03-15Exclude tracing/keyword/TwoKeywords test from running on all platforms (#23267)Egor Chesakov1-3/+3
2019-03-14Fix Ubuntu arm build break. (#23270)Jeremy Koritzinsky2-0/+3
2019-03-14Disable failing test against #23262 (#23263)Jan Kotas1-0/+3
2019-03-14 Fix the calling convention for P/Invokes and delegates to hostpolicy (#23249)Aaron Robinson2-25/+15
2019-03-14Update CoreFX Linux Arm64 exclusion list. (#22697)Sergey Andreenko1-4/+6
2019-03-14Delete suspicious code in delegate construction (#22830)Michal Strehovský4-0/+306
2019-03-13Disable tracing/inducedgc test on all Unix platforms (#23240)Sung Yoon Whang1-0/+3
2019-03-13Merge pull request #23109 from briansull/gh-21231Brian Sullivan4-0/+147
2019-03-13Merge pull request #23220 from BruceForstall/FixArm64HfaJmpCallNyiBruce Forstall3-0/+1063
2019-03-13Fix for Issue 21231Brian Sullivan4-0/+147
2019-03-13Fix SIMD handle issues (#23193)Carol Eidt2-0/+184
2019-03-13Merge pull request #23212 from CarolEidt/VectorABITestCarol Eidt3-0/+284
2019-03-13exclude tracing/keyword/TwoKeywords/TwoKeywords on WIndows x86. (#23237)Sergey Andreenko1-0/+3
2019-03-12Default Interface COM testing project (#23195)Aaron Robinson14-93/+396
2019-03-12Arm64: Implement JMP call for HFA register argumentsBruce Forstall3-0/+1063
2019-03-12Preliminary Vector ABI testCarol Eidt3-0/+284