mirror of
https://github.com/llvm-mirror/libcxx.git
synced 2025-10-23 01:18:52 +08:00
Prevent the test suite from hanging when run against libstdc++
git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@283975 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -10,6 +10,11 @@
|
||||
// XFAIL: libcpp-no-exceptions
|
||||
// UNSUPPORTED: libcpp-has-no-threads
|
||||
|
||||
// This test hangs forever when built against libstdc++. In order to allow
|
||||
// validation of the test suite against other STLs we have to mark it
|
||||
// unsupported.
|
||||
// UNSUPPORTED: libstdc++
|
||||
|
||||
// <mutex>
|
||||
|
||||
// template <class L1, class L2, class... L3>
|
||||
|
Reference in New Issue
Block a user