From da1bc0b8bd56abdeb6ab1a11133204090ca7d0da Mon Sep 17 00:00:00 2001 From: =?utf8?q?Alexander=20K=C3=B6plinger?= Date: Fri, 6 Nov 2015 18:06:21 +0100 Subject: [PATCH] [acceptance-tests] Bump coreclr to pick up a8cbbdddfe9923a7f99edf8870842ad373e66b5b I also fixed the coreclr-gcstress target to check for the expected exit code of the testsuite. --- acceptance-tests/Makefile.am | 2 +- acceptance-tests/SUBMODULES.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/acceptance-tests/Makefile.am b/acceptance-tests/Makefile.am index 367d4954dc8..4ec90887b30 100644 --- a/acceptance-tests/Makefile.am +++ b/acceptance-tests/Makefile.am @@ -89,7 +89,7 @@ coreclr-runtest-coremanglib: coreclr-validate test-runner.exe $(CORECLR_COREMANG check-coreclr: coreclr-compile-tests coreclr-runtest-basic coreclr-runtest-coremanglib coreclr-gcstress: coreclr-validate GCStressTests.exe $(CORECLR_STRESSTESTSI_CS) - BVT_ROOT=$(realpath $(CORECLR_PATH)/tests/src/GC/Stress/Tests) $(RUNTIME) GCStressTests.exe $(CORECLR_PATH)/tests/src/GC/Stress/testmix_gc.config + BVT_ROOT=$(realpath $(CORECLR_PATH)/tests/src/GC/Stress/Tests) $(RUNTIME) GCStressTests.exe $(CORECLR_PATH)/tests/src/GC/Stress/testmix_gc.config; if [ $$? -ne 100 ]; then exit 1; fi # Output a variable in $(2) to the file $(1), separated by newline characters # we need to do it in groups of 100 entries to make sure we don't exceed shell char limits diff --git a/acceptance-tests/SUBMODULES.json b/acceptance-tests/SUBMODULES.json index cc2d8884118..d07bbb83a98 100644 --- a/acceptance-tests/SUBMODULES.json +++ b/acceptance-tests/SUBMODULES.json @@ -10,7 +10,7 @@ { "name": "coreclr", "url": "git://github.com/mono/coreclr.git", - "rev": "65b122151adb6b5ef7c27d8e0c268ef479fbe8b4", + "rev": "a8cbbdddfe9923a7f99edf8870842ad373e66b5b", "remote-branch": "origin/mono", "branch": "mono", "directory": "coreclr" -- 2.25.1