summaryrefslogtreecommitdiffstats
path: root/clang/test/Index
diff options
context:
space:
mode:
authorPaul Robinson <paul.robinson@sony.com>2019-05-10 17:57:22 +0000
committerPaul Robinson <paul.robinson@sony.com>2019-05-10 17:57:22 +0000
commitd5d4df98bb9e0c836cb5b229b3f186637cde7673 (patch)
treec4fc12b5e6379ca8929c833d19c911d8c77c3dbf /clang/test/Index
parentf8ccf052935adaf405e581fd31e8bc634cc5bbc7 (diff)
downloadbcm5719-llvm-d5d4df98bb9e0c836cb5b229b3f186637cde7673.tar.gz
bcm5719-llvm-d5d4df98bb9e0c836cb5b229b3f186637cde7673.zip
Replace 'REQUIRES: not_?san' with 'UNSUPPORTED: ?san' as that better
expresses the intent of the exclusion. llvm-svn: 360447
Diffstat (limited to 'clang/test/Index')
-rw-r--r--clang/test/Index/annotate-deep-statements.cpp2
-rw-r--r--clang/test/Index/index-many-call-ops.cpp2
-rw-r--r--clang/test/Index/index-many-logical-ops.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/clang/test/Index/annotate-deep-statements.cpp b/clang/test/Index/annotate-deep-statements.cpp
index 1803c2bacf5..fb420a25f0b 100644
--- a/clang/test/Index/annotate-deep-statements.cpp
+++ b/clang/test/Index/annotate-deep-statements.cpp
@@ -4,7 +4,7 @@
// Check that we don't get stack overflow trying to annotate an extremely deep AST.
// AddressSanitizer and UndefinedBehaviorSanitizer increases stack usage.
-// REQUIRES: not_asan, not_ubsan
+// UNSUPPORTED: asan, ubsan
struct S {
S &operator()();
diff --git a/clang/test/Index/index-many-call-ops.cpp b/clang/test/Index/index-many-call-ops.cpp
index 7644697d4e7..d89facd9313 100644
--- a/clang/test/Index/index-many-call-ops.cpp
+++ b/clang/test/Index/index-many-call-ops.cpp
@@ -5,7 +5,7 @@
// call operators.
// UBSan increses stack usage.
-// REQUIRES: not_ubsan
+// UNSUPPORTED: ubsan
struct S {
S &operator()();
diff --git a/clang/test/Index/index-many-logical-ops.c b/clang/test/Index/index-many-logical-ops.c
index 7940a21a39b..4ef6ee9a9c9 100644
--- a/clang/test/Index/index-many-logical-ops.c
+++ b/clang/test/Index/index-many-logical-ops.c
@@ -5,7 +5,7 @@
// logical operators.
// UBSan increases stack usage.
-// REQUIRES: not_ubsan
+// UNSUPPORTED: ubsan
// CHECK: [indexDeclaration]: kind: function | name: foo
int foo(int x) {
OpenPOWER on IntegriCloud