summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2017-12-12Make RyuJIT/arm32 the default arm32 JITBruce Forstall1-38/+38
2017-12-12Disable 3 failing ARM tests on WindowsBruce Forstall1-3/+3
2017-12-11Merge pull request #15450 from BruceForstall/DisableFinalizerTestBruce Forstall1-1/+1
2017-12-08Disable finalizertest for ARMBruce Forstall1-1/+1
2017-12-08Jit: fix long shift helper for overly long shift counts (#15443)Andy Ayers3-2/+1
2017-12-07Merge pull request #15425 from BruceForstall/ImproveProgressOutputBruce Forstall1-0/+1
2017-12-07Add progress output to runtest.cmd so you don't think it's hungBruce Forstall1-0/+1
2017-12-07Predicate overwrite of BuildVersionFile on OverwriteCoreClrPackageVersion == ...Sean Gillespie1-0/+4
2017-12-07Fix a variable re-definition that resulted in two git invocations per project...Sean Gillespie1-4/+0
2017-12-06JIT: fix remorph assert in cast long shift optimization (#15386)Andy Ayers2-0/+55
2017-12-05Adjust BenchI/BenchF paths to account for recent file movesBruce Forstall2-176/+176
2017-12-05[Arm64] Enable SIMD (#14633)Steve MacLean1-0/+1
2017-12-04Separate large perf benchmarks into their own legs (#15231)Michelle McDaniel89-0/+0
2017-12-02JIT: defer removing statements during opt CSE (#15323)Andy Ayers2-0/+82
2017-12-01Change name to perf jobs to reflect the actual OS they run on (#15314)Victor "Nate" Graf1-2/+3
2017-12-01JIT: handle boundary cases for casts of long shifts (#15294)Andy Ayers3-2/+328
2017-11-30Fixed DCE of call nodes (#15192)Roman Artemev2-0/+109
2017-11-30Use ILAsm from buildtools, take 2 (#15300)Michal Strehovský7-58/+6
2017-11-29Revert "Use ILAsm from buildtools (#15172)"Bruce Forstall3-2/+41
2017-11-29Ensure CoreCLR Package version overwrite works correctly in test buildwtgodbe1-1/+1
2017-11-29Use ILAsm from buildtools (#15172)Michal Strehovský3-41/+2
2017-11-28JIT: fix bug with int casts of long shifts (#15236)Andy Ayers2-0/+81
2017-11-28Merge pull request #15250 from BruceForstall/DisableMuldimjagaryBruce Forstall1-1/+1
2017-11-28Disable muldimjagary test for armBruce Forstall1-1/+1
2017-11-27Remove excessive console output in debug builds in a set of monitor tests (#1...Koundinya Veluri1-6/+0
2017-11-26Fix Powershell error (#15217)Bruce Forstall3-4/+4
2017-11-22Fix all powershell invocations in scripts, CI code and tests to include -NoPr...Jacek Blaszczynski5-10/+10
2017-11-21[RyuJit][x86] Set unused flag when replace an unused parent with a child. (#1...Sergey Andreenko2-0/+131
2017-11-20Remove x86 legacy_backend build and CI testingBruce Forstall1-11/+0
2017-11-20Update jitbench harness to capture steady state dataAndy Ayers2-27/+86
2017-11-20Re-enable tests disabled for #14665Carol Eidt1-2/+2
2017-11-18Fix MacOSX build break (#15093)Jan Kotas1-0/+5
2017-11-16Clean up netci.groovy (#15030)Bruce Forstall1-4/+20
2017-11-16Fix 14455: _opt_relrotarg_valref test failure on amd64. (#15032)Sergey Andreenko2-0/+139
2017-11-15Re-enable Standalone GC job, running daily (#15015)Sean Gillespie2-0/+6
2017-11-15Delete move to return spill in the implicit tail call in the inlinee with sev...Sergey Andreenko2-0/+116
2017-11-14Fix RunTest.cmd argument parsingBruce Forstall1-2/+2
2017-11-13Disable arm64 tests that fail in Debug CI runsBruce Forstall1-4/+4
2017-11-13Disable VectorConvert_r/VectorConvert_ro for ARMBruce Forstall1-2/+2
2017-11-13Enable long-running or resource-intensive GC testsBruce Forstall1-3/+3
2017-11-12Updating the xUnit Performance Api with bug fixes to the benchmark scenarios ...José Rivero2-26/+14
2017-11-10Disable GC test requires much bigger amount of memory than arm32 machine may ...Roman Artemev1-0/+1
2017-11-08Merge pull request #14912 from briansull/add-b124443Brian Sullivan4-0/+1020
2017-11-08Small number of bug fixes. (#14900)José Rivero4-125/+203
2017-11-08Added missing test JIT/Regression/CLR-x86-JIT/V1-M15-SP2/b124443/b124443.csBrian Sullivan4-0/+1020
2017-11-07Merge pull request #14287 from tannergooding/benchmarks-gameTanner Gooding3-129/+213
2017-11-07Delete AllTestProjects.sln (#14894)Jan Kotas1-34953/+0
2017-11-06Add test case for jit dup stloc optimization (#14803)Andy Ayers2-0/+79
2017-11-06Shorten delay in some monitor tests to avoid timeout (#14852)Koundinya Veluri1-72/+96
2017-11-06Fix GC reporting for slow tail call arguments of type `Span<T>` (#14826)Koundinya Veluri2-0/+82