Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Köplinger <alex.koeplinger@outlook.com>2015-11-06 20:06:21 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2015-11-06 20:23:48 +0300
commitda1bc0b8bd56abdeb6ab1a11133204090ca7d0da (patch)
treea6211f3d89aabfeb21c90d81f87f26da697d9511 /acceptance-tests
parente3510080d1c5d62f33adabc927dedb03f2f79499 (diff)
[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.
Diffstat (limited to 'acceptance-tests')
-rw-r--r--acceptance-tests/Makefile.am2
-rw-r--r--acceptance-tests/SUBMODULES.json2
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"