summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-01-24 10:28:23 +0000
committerEric Fiselier <eric@efcs.ca>2017-01-24 10:28:23 +0000
commit279d648944d5d8f04ccab7f9670d338630923adb (patch)
tree0aa2dbbc7ad11bb9dcf7d90555e05d64033f6b29 /test
parentdc0e3f75fdea858aaaa4b4d3cc13ae2977ac48b3 (diff)
Remove all usages of REQUIRES-ANY in the test suite.
Pending LIT changes are about to remove the REQUIRES-ANY keyword in place of supporting boolean && and || within "REQUIRES". This patch prepares libc++ for that change so that when applied the bots don't lose their mind. git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@292906 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/unwind_02.pass.cpp2
-rw-r--r--test/unwind_03.pass.cpp2
-rw-r--r--test/unwind_04.pass.cpp2
-rw-r--r--test/unwind_05.pass.cpp2
4 files changed, 4 insertions, 4 deletions
diff --git a/test/unwind_02.pass.cpp b/test/unwind_02.pass.cpp
index 8b10807..2c6e1d6 100644
--- a/test/unwind_02.pass.cpp
+++ b/test/unwind_02.pass.cpp
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
// UNSUPPORTED: libcxxabi-no-exceptions
-// REQUIRES-ANY: c++98, c++03, c++11, c++14
+// REQUIRES: c++98 || c++03 || c++11 || c++14
#include <assert.h>
diff --git a/test/unwind_03.pass.cpp b/test/unwind_03.pass.cpp
index 3d0bdf6..6bc16bd 100644
--- a/test/unwind_03.pass.cpp
+++ b/test/unwind_03.pass.cpp
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
// UNSUPPORTED: libcxxabi-no-exceptions
-// REQUIRES-ANY: c++98, c++03, c++11, c++14
+// REQUIRES: c++98 || c++03 || c++11 || c++14
#include <exception>
#include <stdlib.h>
diff --git a/test/unwind_04.pass.cpp b/test/unwind_04.pass.cpp
index 3046267..1b75994 100644
--- a/test/unwind_04.pass.cpp
+++ b/test/unwind_04.pass.cpp
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
// UNSUPPORTED: libcxxabi-no-exceptions
-// REQUIRES-ANY: c++98, c++03, c++11, c++14
+// REQUIRES: c++98 || c++03 || c++11 || c++14
#include <exception>
#include <stdlib.h>
diff --git a/test/unwind_05.pass.cpp b/test/unwind_05.pass.cpp
index 998291a..d1f5fcd 100644
--- a/test/unwind_05.pass.cpp
+++ b/test/unwind_05.pass.cpp
@@ -8,7 +8,7 @@
//===----------------------------------------------------------------------===//
// UNSUPPORTED: libcxxabi-no-exceptions
-// REQUIRES-ANY: c++98, c++03, c++11, c++14
+// REQUIRES: c++98 || c++03 || c++11 || c++14
#include <exception>
#include <stdlib.h>