Remove ppc64 BE XFAILs now that gcov profiling works, after starting a clean
authorZaara Syeda <syzaara@ca.ibm.com>
Wed, 11 Jul 2018 19:17:43 +0000 (19:17 +0000)
committerZaara Syeda <syzaara@ca.ibm.com>
Wed, 11 Jul 2018 19:17:43 +0000 (19:17 +0000)
build this time.

llvm-svn: 336839

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 67cf0e1..0444fca 100644 (file)
@@ -1,6 +1,3 @@
-# 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 0566028..a53d51d 100644 (file)
@@ -1,6 +1,3 @@
-# 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 990d22d..50292b6 100644 (file)
@@ -1,5 +1,5 @@
-# This test fails on Mac (https://bugs.llvm.org/show_bug.cgi?id=38134) and powerpc64 BE (https://bugs.llvm.org/show_bug.cgi?id=38121).
-XFAIL: darwin || powerpc64-unknown-linux-gnu
+# This test fails on Mac (https://bugs.llvm.org/show_bug.cgi?id=38134)
+XFAIL: darwin
 
 RUN: mkdir -p %t.d
 RUN: cd %t.d