forked from OSchip/llvm-project
Remove ppc64 BE XFAILs now that gcov profiling works.
llvm-svn: 336811
This commit is contained in:
parent
47d7f52dea
commit
495adf52db
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
# This test fails on Mac, 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=38121).
|
||||
XFAIL: darwin
|
||||
|
||||
RUN: mkdir -p %t.d
|
||||
RUN: cd %t.d
|
||||
|
|
Loading…
Reference in New Issue