summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
2016-10-25Add CoreCLR perf test support to JenkinsDrew Scoggins1-18/+101
Made changes to the perf.groovy to add support for running the CoreCLR performance tests in the Perflab directory. Also made changes to the runner script for CoreCLR to allow it to run more than one type of test.
2016-10-16Fix #7391: Test for DateTime string parsing (#7475)Hyeongseok Oh1-5/+3
2016-10-16Update CoreClr, CoreFx to beta-24616-01, beta-24615-03, respectivelydotnet-bot8-146/+146
2016-10-14Update the header string in runtest.sh (#5785)Jiyoung Giuliana Yun1-2/+6
Replace 'bc' with the bash expr. Add the countTotalTests numbers to headers depends on verbose option. Fix #5677 Signed-off-by: Jiyoung Yun <jy910.yun@samsung.com>
2016-10-14Add RunBenchmarks.sh for unix-like systems (#6471)Hanjoung Lee2-1/+54
Usage is basically the same as RunBenchmarks.cmd.
2016-10-14Change warning to error for test asset framework issues. (#6535)Davis Goodin1-1/+1
2016-10-14Update CoreClr, CoreFx, External to beta-24614-02, beta-24614-01, ↵dotnet bot8-146/+146
beta-24614-00, respectively (#7615)
2016-10-13Merge pull request #7603 from pgavlin/FixInteropTestPat Gavlin1-1/+1
Fix a calling convention in SimpleStructNative.
2016-10-13Merge pull request #7600 from jkotas/master-UpdateDependenciesJan Kotas12-152/+154
Update CoreClr, CoreFx to beta-24612-03, beta-24612-04, respectively
2016-10-13Merge pull request #7593 from pgavlin/DisableGCStressTestPat Gavlin1-0/+1
Disable a test that is not compatible with GC stress.
2016-10-13Fix a calling convention in SimpleStructNative.Pat Gavlin1-1/+1
The managed code expects `GetFptr` to have the `stdcall` calling convention. Because of the mismatch, the JIT-generated code was not cleaning up the stack after P/Invoking to this function on x86, which was causing a failure during GC stress.
2016-10-13Update tests to netcoreapp1.1Jan Kotas5-6/+8
2016-10-13Disable a test that is not compatible with GC stress.Pat Gavlin1-0/+1
This test fails under GCStress=0xC for all of RyuJIT/x86, legacy backend x86, and JIT32.
2016-10-12Merge pull request #7584 from sivarv/regressionTestSivarv2-0/+102
Adding JIT regression test for the re-morph optimzation that transforms JIT_Stelem_Ref(a, null, i) into a[i]=null.
2016-10-12Merge pull request #7590 from smile21prc/coreclr-perfsmile21prc2-2/+8
Permanently fix benchview package version, and add code to produce perf-*-summary.xml on Linux
2016-10-12Fail fast on a couple flaky tests to get crash dumps (#7588)Sean Gillespie4-1/+20
2016-10-12Fix a tailcall test that fails with Ready-to-Run (#7586)John Chen1-0/+30
The test case JIT/opt/Tailcall/TailcallVerifyWithPrefix has some methods that depend on the JIT compiler doing automatic tail call. Since tail is not supported with Ready-to-Run, the test case is modified to exclude such methods from Ready-to-Run images.
2016-10-12Update CoreClr, CoreFx to beta-24612-03, beta-24612-04, respectivelydotnet-bot8-146/+146
2016-10-12DebuggingSmile Wei2-2/+8
2016-10-12Adding JIT regression test for a re-morph optimization.sivarv2-0/+102
2016-10-11Merge pull request #7574 from DrewScoggins/runtestfixRahul Kumar1-1/+1
Fix runtest.cmd return code
2016-10-11Fix runtest.cmd return codeDrew Scoggins1-1/+1
When running the GenerateLayoutOnly command of runtest.cmd the script should return zero instead of one.
2016-10-10Remove AllowPartiallyTrustedCallers from a test (#7555)Michal Strehovský1-6/+1
Partial trust is not part of .NET Core.
2016-10-08Add test to validate ByRef type unification (#7534)Michal Strehovský2-0/+123
Make sure that `ldtoken SomeType&` leads to the same type as `ldtoken SomeType` followed by `MakeByRefType`.
2016-10-09Update CoreClr, CoreFx to beta-24609-01, beta-24608-01, respectivelydotnet-bot8-146/+146
2016-10-07Standardize on _echo name (#7532)Vance Morrison2-2/+2
2016-10-07Update CoreClr, CoreFx to beta-24607-03, beta-24607-05, respectivelydotnet-bot8-146/+146
2016-10-07Merge pull request #7515 from BruceForstall/FixMergeBruce Forstall1-9/+4
Fix bad merge
2016-10-07Merge pull request #7509 from sandreenko/mastersandreenko1-0/+1
Set missed default value for coreclr runtest.cmd #7488.
2016-10-07Update CoreClr, CoreFx to beta-24607-02, beta-24607-03, respectivelydotnet-bot8-146/+146
2016-10-06Fix bad mergeBruce Forstall1-9/+4
A previous checkin backed-out a change that moved one test out of the RyuJIT/x86 section. I'm reverting that, and putting the test exclusion back where it should be. At the same time, now that there are no RyuJIT/x86 test exclusions, I'm deleting the RyuJIT/x86 section.
2016-10-06Set missed default value for coreclr runtest.cmd.Sergey Andreenko1-0/+1
__MSBuildBuildArch is set to x64 by default like __BuildArch. Fix 7488.
2016-10-06Update CoreClr, CoreFx to beta-24606-03, beta-24606-02, respectivelydotnet-bot8-146/+146
2016-10-06Update CoreClr, CoreFx to beta-24606-02, beta-24606-01, respectivelydotnet-bot8-146/+146
2016-10-05Support double-aligned frames for RyuJIT/x86Carol Eidt1-3/+0
This factors out the analysis for when to use a double-aligned frame from the legacy backend. Doing so exposed an assert for a case where we turn an intrinsic into a call in the Rationalizer, but don't update the frame requirements. There may be some remaining tuning opportunities, given that the (pre-existing) algorithm doesn't attempt to create a double-aligned frame if we need an EBP-based frame for other reasons. Fix #7008
2016-10-04Merge pull request #7472 from dotnet-bot/master-UpdateDependenciesGaurav Khanna8-146/+146
Update CoreClr, CoreFx to beta-24604-03, beta-24604-02, respectively (master)
2016-10-04Set default x86 test run to assert on nyiMichelle McDaniel1-5/+1
Now that we have eliminated all of the NYIs from the base test run, set the default to be to assert on NYI, incase we expose new NYIs.
2016-10-04Update CoreClr, CoreFx to beta-24604-03, beta-24604-02, respectivelydotnet-bot8-146/+146
2016-10-01Update CoreClr, CoreFx to beta-24601-02, beta-24601-02, respectivelydotnet-bot8-146/+146
2016-09-30Merge pull request #7365 from dotnet-bot/master-UpdateDependenciesKoundinya Veluri8-146/+146
Update CoreClr, CoreFx, External to beta-24529-03, beta-24530-02, beta-24523-00, respectively (master)
2016-09-30Exclude DevDiv_255294.cmd for jit32 due to timeoutjashook1-0/+4
2016-09-30Update CoreClr, CoreFx, External to beta-24529-03, beta-24530-02, ↵dotnet-bot8-146/+146
beta-24523-00, respectively
2016-09-29Merge pull request #7407 from sivarv/simdOptSivarv1-0/+40
Optimize codegen when SIMD (in)Equality that produces bool result is compared against true/false.
2016-09-29Optimize codegen when SIMD (in)Equality that produces bool result is ↵sivarv1-0/+40
compared against true/false.
2016-09-28Add option to measure time spent inside calls to the CLR. (#7357)Peter Kukol1-3/+3
* Add option to measure time spent inside calls to the CLR (off by default).
2016-09-28Merge pull request #7392 from kouvel/TestFixKoundinya Veluri2-0/+6
Work around issue in #7365 by referencing System.Reflection.Extension…
2016-09-27Work around issue in #7365 by referencing System.Reflection.Extensions ↵Koundinya Veluri2-0/+6
directly in some test projects
2016-09-27Invoke 'copy_test_native_bin_to_test_root' inside 'create_core_overlay' (#5676)Jonghyun Park1-1/+1
This commit tries to fix #5675.
2016-09-27Merge pull request #7367 from sivarv/simdeqSivarv1-3/+18
Optimize SIMD codegen for (in)equality check against zero that produces bool result.
2016-09-27Move dlstack test exclusion to all configurations instead of (#7364)Sean Gillespie1-3/+3
just ryujit/x86, since it fails in other configurations as well.