summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2019-04-05Enable return buffers on Windows ARM64 for struct-returning member functions ...Jeremy Koritzinsky2-8/+69
2019-04-05Don't null out references in Stream/BinaryReader/Writer (#23725)Stephen Toub1-0/+26
2019-04-04Disable marshalling delegates as _Delegate and enable marshalling delegates a...Jeremy Koritzinsky4-87/+94
2019-04-04Disable a couple of S.R.InteropServices tests (#23697)Koundinya Veluri1-0/+8
2019-04-04Fix SystemV AMD64 Explicit structure classification (#22041)Jeremy Koritzinsky7-55/+470
2019-04-04Improve Upper Vector Save/Restore (#23344)Carol Eidt2-0/+132
2019-04-04Fix prefix of mock hostpolicy on Unix (#23692)Jeremy Koritzinsky1-1/+1
2019-04-03Fix interop test cases to pass doubles for native varargs. (#23690)Andy Ayers5-120/+101
2019-04-03Change Auto charset to mean UTF-8 off-Windows (#23664)Jeremy Koritzinsky6-1/+66
2019-04-02Updating the HWIntrinsic x86 codegen to handle indir nodes. (#23629)Tanner Gooding338-0/+40560
2019-04-02Change tests to not modify Core_Root (#23470)Jeremy Koritzinsky19-134/+125
2019-04-02Fix spill check for struct lclVars (#23570)Carol Eidt3-3/+67
2019-04-02Remove test exclusion for 23262 (#23405)Michal Strehovský1-3/+0
2019-04-01Disable load byte array (#23638)Steve MacLean1-1/+1
2019-04-01Disable AssemblyLoadByteArrayName test (#23635)Steve MacLean1-0/+2
2019-04-01[master] Update dependencies from dotnet/corefx (#23593)dotnet-maestro[bot]1-0/+3
2019-03-31re-add test exclusion for #23545 (#23598)Carol Eidt1-0/+3
2019-03-29Clean up AssemblyLoadContext30Extensions test (#23581)Steve MacLean2-6/+1
2019-03-29Make tracelogging GCStressIncompatible. (#23578)Sergey Andreenko1-0/+1
2019-03-29Fix HW intrinsic containment bugs (#23558)Carol Eidt3-21/+68
2019-03-29Merge pull request #23533 from briansull/Issue_23441Brian Sullivan2-0/+244
2019-03-29exclude failing test. (#23566)Sergey Andreenko1-0/+3
2019-03-29Correctly marshal structure return values in member functions on Win-x64 and ...Jeremy Koritzinsky11-11/+289
2019-03-28Exclude failing in PRs tests 2. (#23540)Sergey Andreenko1-0/+9
2019-03-28Delete `setup_coredis_tools` from runtest.py. (#23495)Sergey Andreenko1-49/+1
2019-03-28Fix for issue #23441Brian Sullivan2-0/+244
2019-03-28Fix increment calculation in IncrementingPollingCounter (#23502)Sung Yoon Whang2-0/+168
2019-03-28Exclude failing in PRs tests. (#23535)Sergey Andreenko1-0/+9
2019-03-28Struct & SIMD improvements (#22255)Carol Eidt6-0/+280
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