[compiler-rt] f018a5f - [compiler-rt][SystemZ] Skip fuzzer/coverage.test

Ulrich Weigand via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 07:18:36 PDT 2022


Author: Ulrich Weigand
Date: 2022-04-11T16:18:09+02:00
New Revision: f018a5f6e0d1ac20d9cb499be5c3a8990b272d7d

URL: https://github.com/llvm/llvm-project/commit/f018a5f6e0d1ac20d9cb499be5c3a8990b272d7d
DIFF: https://github.com/llvm/llvm-project/commit/f018a5f6e0d1ac20d9cb499be5c3a8990b272d7d.diff

LOG: [compiler-rt][SystemZ] Skip fuzzer/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/coverage.test

Removed: 
    


################################################################################
diff  --git a/compiler-rt/test/fuzzer/coverage.test b/compiler-rt/test/fuzzer/coverage.test
index 07a10ba169f01..b9218c21ec765 100644
--- a/compiler-rt/test/fuzzer/coverage.test
+++ b/compiler-rt/test/fuzzer/coverage.test
@@ -1,7 +1,7 @@
 # FIXME: Disabled on Windows because -fPIC cannot be used to compile for Windows.
 UNSUPPORTED: windows
 # FIXME: CreatePCArray() emits PLT stub addresses for entry blocks, which are ignored by TracePC::PrintCoverage().
-XFAIL: s390x
+UNSUPPORTED: s390x
 RUN: %cpp_compiler -mllvm -use-unknown-locations=Disable  %S/NullDerefTest.cpp -o %t-NullDerefTest
 RUN: %cpp_compiler -mllvm -use-unknown-locations=Disable %S/DSO1.cpp -fPIC %ld_flags_rpath_so1 -O0 -shared -o %dynamiclib1
 RUN: %cpp_compiler -mllvm -use-unknown-locations=Disable %S/DSO2.cpp -fPIC %ld_flags_rpath_so2 -O0 -shared -o %dynamiclib2


        


More information about the llvm-commits mailing list