summaryrefslogtreecommitdiffstats
path: root/libcxx/test
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2016-10-12 04:56:23 +0000
committerEric Fiselier <eric@efcs.ca>2016-10-12 04:56:23 +0000
commit49a278fb6ddd123d68ddbe7cedbedff92cd433c1 (patch)
treee81dc360c9c06b9a32303243d77c4c7325f8897f /libcxx/test
parent76e316f995f8970075e93c4888cbe0436363137a (diff)
downloadbcm5719-llvm-49a278fb6ddd123d68ddbe7cedbedff92cd433c1.tar.gz
bcm5719-llvm-49a278fb6ddd123d68ddbe7cedbedff92cd433c1.zip
Fix two more tests that hang when testing against libstdc++
llvm-svn: 283976
Diffstat (limited to 'libcxx/test')
-rw-r--r--libcxx/test/std/utilities/intseq/intseq.make/make_integer_seq.fail.cpp3
-rw-r--r--libcxx/test/std/utilities/intseq/intseq.make/make_integer_seq_fallback.fail.cpp3
2 files changed, 6 insertions, 0 deletions
diff --git a/libcxx/test/std/utilities/intseq/intseq.make/make_integer_seq.fail.cpp b/libcxx/test/std/utilities/intseq/intseq.make/make_integer_seq.fail.cpp
index af4a3c4dfe7..192626935f0 100644
--- a/libcxx/test/std/utilities/intseq/intseq.make/make_integer_seq.fail.cpp
+++ b/libcxx/test/std/utilities/intseq/intseq.make/make_integer_seq.fail.cpp
@@ -14,6 +14,9 @@
// UNSUPPORTED: c++98, c++03, c++11
+// This test hangs during recursive template instantiation with libstdc++
+// UNSUPPORTED: libstdc++
+
#include <utility>
#include <type_traits>
#include <cassert>
diff --git a/libcxx/test/std/utilities/intseq/intseq.make/make_integer_seq_fallback.fail.cpp b/libcxx/test/std/utilities/intseq/intseq.make/make_integer_seq_fallback.fail.cpp
index b6431b56d5f..c3efe72fe7d 100644
--- a/libcxx/test/std/utilities/intseq/intseq.make/make_integer_seq_fallback.fail.cpp
+++ b/libcxx/test/std/utilities/intseq/intseq.make/make_integer_seq_fallback.fail.cpp
@@ -14,5 +14,8 @@
// UNSUPPORTED: c++98, c++03, c++11
+// This test hangs during recursive template instantiation with libstdc++
+// UNSUPPORTED: libstdc++
+
#define _LIBCPP_TESTING_FALLBACK_MAKE_INTEGER_SEQUENCE
#include "make_integer_seq.fail.cpp"
OpenPOWER on IntegriCloud