diff options
| author | Eric Fiselier <eric@efcs.ca> | 2017-01-24 10:28:23 +0000 |
|---|---|---|
| committer | Eric Fiselier <eric@efcs.ca> | 2017-01-24 10:28:23 +0000 |
| commit | 5aeb880d909e50d85b44d6c019c3dfd3bcdb0ca2 (patch) | |
| tree | a7d3284f7b645702f9f9e236b1cd88c61a212dad /libcxxabi | |
| parent | 5a6e718bd2b7920bc5b03f243557bb647ac19e2e (diff) | |
| download | bcm5719-llvm-5aeb880d909e50d85b44d6c019c3dfd3bcdb0ca2.tar.gz bcm5719-llvm-5aeb880d909e50d85b44d6c019c3dfd3bcdb0ca2.zip | |
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.
llvm-svn: 292906
Diffstat (limited to 'libcxxabi')
| -rw-r--r-- | libcxxabi/test/unwind_02.pass.cpp | 2 | ||||
| -rw-r--r-- | libcxxabi/test/unwind_03.pass.cpp | 2 | ||||
| -rw-r--r-- | libcxxabi/test/unwind_04.pass.cpp | 2 | ||||
| -rw-r--r-- | libcxxabi/test/unwind_05.pass.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/libcxxabi/test/unwind_02.pass.cpp b/libcxxabi/test/unwind_02.pass.cpp index 8b108077abd..2c6e1d62190 100644 --- a/libcxxabi/test/unwind_02.pass.cpp +++ b/libcxxabi/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/libcxxabi/test/unwind_03.pass.cpp b/libcxxabi/test/unwind_03.pass.cpp index 3d0bdf6081d..6bc16bdf1ac 100644 --- a/libcxxabi/test/unwind_03.pass.cpp +++ b/libcxxabi/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/libcxxabi/test/unwind_04.pass.cpp b/libcxxabi/test/unwind_04.pass.cpp index 30462675e41..1b75994e0d7 100644 --- a/libcxxabi/test/unwind_04.pass.cpp +++ b/libcxxabi/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/libcxxabi/test/unwind_05.pass.cpp b/libcxxabi/test/unwind_05.pass.cpp index 998291a10d3..d1f5fcd3c52 100644 --- a/libcxxabi/test/unwind_05.pass.cpp +++ b/libcxxabi/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> |

