forked from OSchip/llvm-project
[PS4/PS5] Canonicalize tests to use 'target=.*-(ps4|ps5)'
This allows grepping for ps4 or ps5 to continue to work.
This commit is contained in:
parent
d32c9e8384
commit
aa149687dc
|
@ -1,6 +1,6 @@
|
||||||
// On some platforms, -stdlib=libc++ is currently ignored, so -lc++experimental is not added.
|
// On some platforms, -stdlib=libc++ is currently ignored, so -lc++experimental is not added.
|
||||||
// Once -stdlib=libc++ works on those, this XFAIL can be removed.
|
// Once -stdlib=libc++ works on those, this XFAIL can be removed.
|
||||||
// XFAIL: target={{.*-windows.*}}, target={{.*-ps(4|5)}}
|
// XFAIL: target={{.*-windows.*}}, target={{.*-(ps4|ps5)}}
|
||||||
|
|
||||||
// For some reason, this fails with a core dump on AIX. This needs to be investigated.
|
// For some reason, this fails with a core dump on AIX. This needs to be investigated.
|
||||||
// UNSUPPORTED: aix
|
// UNSUPPORTED: aix
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// REQUIRES: lld
|
// REQUIRES: lld
|
||||||
// UNSUPPORTED: target={{.*-ps(4|5)}}
|
// UNSUPPORTED: target={{.*-(ps4|ps5)}}
|
||||||
|
|
||||||
// RUN: echo "-nostartfiles -nostdlib -fuse-ld=lld -gen-reproducer=error -fcrash-diagnostics-dir=%t" \
|
// RUN: echo "-nostartfiles -nostdlib -fuse-ld=lld -gen-reproducer=error -fcrash-diagnostics-dir=%t" \
|
||||||
// RUN: | sed -e 's/\\/\\\\/g' > %t.rsp
|
// RUN: | sed -e 's/\\/\\\\/g' > %t.rsp
|
||||||
|
|
|
@ -6,4 +6,4 @@
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
// MSVC, PS4, PS5 have C++ headers in the same directory as C headers.
|
// MSVC, PS4, PS5 have C++ headers in the same directory as C headers.
|
||||||
// UNSUPPORTED: ms-sdk, target={{.*-ps(4|5)}}
|
// UNSUPPORTED: ms-sdk, target={{.*-(ps4|ps5)}}
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
// REQUIRES: crash-recovery, shell
|
// REQUIRES: crash-recovery, shell
|
||||||
// UNSUPPORTED: ms-sdk, target={{.*-ps4}}
|
// UNSUPPORTED: ms-sdk, target={{.*-(ps4|ps5)}}
|
||||||
|
|
||||||
// FIXME: Canonicalizing paths to remove relative traversal components
|
// FIXME: Canonicalizing paths to remove relative traversal components
|
||||||
// currenty fails a unittest on windows and is disable by default.
|
// currenty fails a unittest on windows and is disable by default.
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
// UNSUPPORTED: target={{.*-ps(4|5)}}
|
// UNSUPPORTED: target={{.*-(ps4|ps5)}}
|
||||||
/// Test default standards.
|
/// Test default standards.
|
||||||
/// PS4/PS5 default to gnu++14.
|
/// PS4/PS5 default to gnu++14.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue