forked from OSchip/llvm-project
[libcxx] Make sure all experimental tests are disabled when enable_experimental=False
Summary: Previously, we'd run some experimental tests even when enable_experimental=False was used with lit. Reviewers: EricWF Subscribers: christof, jkorous, dexonsmith, libcxx-commits, mclow.lists Differential Revision: https://reviews.llvm.org/D55834 llvm-svn: 354725
This commit is contained in:
parent
75afc0105c
commit
73be0cb773
|
@ -0,0 +1,3 @@
|
|||
# Disable all of the experimental tests if the correct feature is not available.
|
||||
if 'c++experimental' not in config.available_features:
|
||||
config.unsupported = True
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
# Disable all of the experimental tests if the correct feature is not available.
|
||||
if 'c++experimental' not in config.available_features:
|
||||
config.unsupported = True
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <memory_resource>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/deque>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/forward_list>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/list>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/map>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/regex>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/set>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/string>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/unordered_map>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/unordered_set>
|
||||
|
|
|
@ -7,7 +7,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/vector>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
//
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
// REQUIRES: c++experimental
|
||||
// UNSUPPORTED: c++98, c++03
|
||||
|
||||
// <experimental/memory_resource>
|
||||
|
|
Loading…
Reference in New Issue