summaryrefslogtreecommitdiff
path: root/test/Modules
diff options
context:
space:
mode:
authorPaul Robinson <paul.robinson@sony.com>2019-05-10 13:40:17 +0000
committerPaul Robinson <paul.robinson@sony.com>2019-05-10 13:40:17 +0000
commitdbeeb39763074ace45f5bf705c89853f6885bf1d (patch)
tree88864367a642ac07cfe1e455c09ba02602130b4d /test/Modules
parent504cd3a0ee76bf7c02ed453397bb2a41460003cd (diff)
downloadclang-dbeeb39763074ace45f5bf705c89853f6885bf1d.tar.gz
Replace lit feature keyword 'non-ms-sdk' with 'ms-sdk'; eliminate
'non-ps4-sdk' and use just 'ps4'. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@360425 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Modules')
-rw-r--r--test/Modules/crash-vfs-path-traversal.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Modules/crash-vfs-path-traversal.m b/test/Modules/crash-vfs-path-traversal.m
index b924d81d04..1a2550b1c9 100644
--- a/test/Modules/crash-vfs-path-traversal.m
+++ b/test/Modules/crash-vfs-path-traversal.m
@@ -1,4 +1,5 @@
-// REQUIRES: crash-recovery, shell, non-ms-sdk, non-ps4-sdk
+// REQUIRES: crash-recovery, shell
+// UNSUPPORTED: ms-sdk, ps4
// FIXME: Canonicalizing paths to remove relative traversal components
// currenty fails a unittest on windows and is disable by default.