forked from OSchip/llvm-project
redo UNSUPPORT test on 64-bit AIX too
The test failure affects both bitmodes.
This commit is contained in:
parent
be25f52fec
commit
bd519b9335
|
@ -3,7 +3,7 @@
|
|||
// XFAIL: windows, x86_64-scei-ps4, x86_64-sie-ps5
|
||||
|
||||
// For some reason, this fails with a core dump on AIX. This needs to be investigated.
|
||||
// UNSUPPORTED: powerpc{{.*}}-ibm-aix
|
||||
// UNSUPPORTED: aix
|
||||
|
||||
// RUN: %clangxx -fexperimental-library -stdlib=libc++ -### %s 2>&1 | FileCheck --check-prefixes=CHECK,CHECK-LIBCXX %s
|
||||
// RUN: %clangxx -fexperimental-library -stdlib=libstdc++ -### %s 2>&1 | FileCheck --check-prefixes=CHECK,CHECK-LIBSTDCXX %s
|
||||
|
|
Loading…
Reference in New Issue