[compiler-rt] a998cae - [compiler-rt][SystemZ] Skip fuzzer/full-coverage.test
Ulrich Weigand via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 28 08:40:33 PDT 2020
Author: Ulrich Weigand
Date: 2020-10-28T16:39:46+01:00
New Revision: a998cae0210f49e5b67a295c93385f468e19445f
URL: https://github.com/llvm/llvm-project/commit/a998cae0210f49e5b67a295c93385f468e19445f
DIFF: https://github.com/llvm/llvm-project/commit/a998cae0210f49e5b67a295c93385f468e19445f.diff
LOG: [compiler-rt][SystemZ] Skip fuzzer/full-coverage.test
This test is currently marked as XFAIL on s390x, but it is randomly
passing, causing build bot issues. Setting as UNSUPPORTED for now.
Added:
Modified:
compiler-rt/test/fuzzer/full-coverage.test
Removed:
################################################################################
diff --git a/compiler-rt/test/fuzzer/full-coverage.test b/compiler-rt/test/fuzzer/full-coverage.test
index 688332d5877c..e161e5b3754a 100644
--- a/compiler-rt/test/fuzzer/full-coverage.test
+++ b/compiler-rt/test/fuzzer/full-coverage.test
@@ -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
More information about the llvm-commits
mailing list