Remove s390x XFAILs now that gcov profiling works.
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 10 Jul 2018 16:09:24 +0000 (16:09 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 10 Jul 2018 16:09:24 +0000 (16:09 +0000)
llvm-svn: 336695

compiler-rt/test/profile/instrprof-dlopen-dlclose-gcov.test
compiler-rt/test/profile/instrprof-gcov-two-objects.test
compiler-rt/test/profile/instrprof-shared-gcov-flush.test

index d66b1bf..67cf0e1 100644 (file)
@@ -1,5 +1,5 @@
-# This test fails on powerpc64 BE and s390x (https://bugs.llvm.org/show_bug.cgi?id=38121).
-XFAIL: s390x || powerpc64-unknown-linux-gnu
+# This test fails on powerpc64 BE (https://bugs.llvm.org/show_bug.cgi?id=38121).
+XFAIL: powerpc64-unknown-linux-gnu
 
 RUN: mkdir -p %t.d
 RUN: cd %t.d
index bd0841b..0566028 100644 (file)
@@ -1,5 +1,5 @@
-# This test fails on powerpc64 BE and s390x (https://bugs.llvm.org/show_bug.cgi?id=38121).
-XFAIL: s390x || powerpc64-unknown-linux-gnu
+# This test fails on powerpc64 BE (https://bugs.llvm.org/show_bug.cgi?id=38121).
+XFAIL: powerpc64-unknown-linux-gnu
 
 RUN: mkdir -p %t.d
 RUN: cd %t.d
index b8c3c9c..d1b2809 100644 (file)
@@ -1,5 +1,5 @@
-# This test fails on Mac, powerpc64 BE and s390x (https://bugs.llvm.org/show_bug.cgi?id=38121).
-XFAIL: darwin || s390x || powerpc64-unknown-linux-gnu
+# This test fails on Mac, powerpc64 BE (https://bugs.llvm.org/show_bug.cgi?id=38121).
+XFAIL: darwin || powerpc64-unknown-linux-gnu
 
 RUN: mkdir -p %t.d
 RUN: cd %t.d