[compiler-rt][SystemZ] Skip fuzzer/full-coverage.test
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Wed, 28 Oct 2020 13:19:36 +0000 (14:19 +0100)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Wed, 28 Oct 2020 15:39:46 +0000 (16:39 +0100)
This test is currently marked as XFAIL on s390x, but it is randomly
passing, causing build bot issues.  Setting as UNSUPPORTED for now.

compiler-rt/test/fuzzer/full-coverage.test

index 688332d..e161e5b 100644 (file)
@@ -1,6 +1,7 @@
 # FIXME: Disabled on Windows because -fPIC cannot be used to compile for Windows.
 UNSUPPORTED: windows
-XFAIL: s390x
+# FIXME: See coverage.test.  Using UNSUPPORTED here due to random failures.
+UNSUPPORTED: s390x
 RUN: %cpp_compiler %S/DSO1.cpp -fPIC %ld_flags_rpath_so1 -O0 -shared -o %dynamiclib1
 RUN: %cpp_compiler %S/DSO2.cpp -fPIC %ld_flags_rpath_so2 -O0 -shared -o %dynamiclib2
 RUN: %cpp_compiler %S/DSOTestMain.cpp %S/DSOTestExtra.cpp %ld_flags_rpath_exe1 %ld_flags_rpath_exe2 -o %t-DSOTest