diff options
author | Eric Fiselier <eric@efcs.ca> | 2017-05-12 01:49:32 +0000 |
---|---|---|
committer | Eric Fiselier <eric@efcs.ca> | 2017-05-12 01:49:32 +0000 |
commit | 873f8d2ebeb60908cbc5c54d1c8045e0a5552b35 (patch) | |
tree | 0908f17ea592576489d79a8ab56b24dcb68fcf3f | |
parent | a92fd0bebb9ed9175f1fb235f3ee1775bdf61cce (diff) | |
download | bcm5719-llvm-873f8d2ebeb60908cbc5c54d1c8045e0a5552b35.tar.gz bcm5719-llvm-873f8d2ebeb60908cbc5c54d1c8045e0a5552b35.zip |
Move tests for libc++ configurations into libcxx/ test subdirectory
llvm-svn: 302864
-rw-r--r-- | libcxx/test/libcxx/input.output/file.streams/c.files/no.global.filesystem.namespace/fopen.fail.cpp (renamed from libcxx/test/std/input.output/file.streams/c.files/no.global.filesystem.namespace/fopen.fail.cpp) | 2 | ||||
-rw-r--r-- | libcxx/test/libcxx/input.output/file.streams/c.files/no.global.filesystem.namespace/rename.fail.cpp (renamed from libcxx/test/std/input.output/file.streams/c.files/no.global.filesystem.namespace/rename.fail.cpp) | 2 | ||||
-rw-r--r-- | libcxx/test/std/input.output/file.streams/c.files/no.global.filesystem.namespace/lit.local.cfg | 2 |
3 files changed, 4 insertions, 2 deletions
diff --git a/libcxx/test/std/input.output/file.streams/c.files/no.global.filesystem.namespace/fopen.fail.cpp b/libcxx/test/libcxx/input.output/file.streams/c.files/no.global.filesystem.namespace/fopen.fail.cpp index 4d83296f086..31a37229bf0 100644 --- a/libcxx/test/std/input.output/file.streams/c.files/no.global.filesystem.namespace/fopen.fail.cpp +++ b/libcxx/test/libcxx/input.output/file.streams/c.files/no.global.filesystem.namespace/fopen.fail.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: libcpp-has-no-global-filesystem-namespace + #include <cstdio> int main() { diff --git a/libcxx/test/std/input.output/file.streams/c.files/no.global.filesystem.namespace/rename.fail.cpp b/libcxx/test/libcxx/input.output/file.streams/c.files/no.global.filesystem.namespace/rename.fail.cpp index deca9bf5b55..248ab4d6721 100644 --- a/libcxx/test/std/input.output/file.streams/c.files/no.global.filesystem.namespace/rename.fail.cpp +++ b/libcxx/test/libcxx/input.output/file.streams/c.files/no.global.filesystem.namespace/rename.fail.cpp @@ -7,6 +7,8 @@ // //===----------------------------------------------------------------------===// +// REQUIRES: libcpp-has-no-global-filesystem-namespace + #include <cstdio> int main() { diff --git a/libcxx/test/std/input.output/file.streams/c.files/no.global.filesystem.namespace/lit.local.cfg b/libcxx/test/std/input.output/file.streams/c.files/no.global.filesystem.namespace/lit.local.cfg deleted file mode 100644 index 4ea67093559..00000000000 --- a/libcxx/test/std/input.output/file.streams/c.files/no.global.filesystem.namespace/lit.local.cfg +++ /dev/null @@ -1,2 +0,0 @@ -if 'libcpp-has-no-global-filesystem-namespace' not in config.available_features: - config.unsupported = True |