Files
libcxx/test/std/experimental/lit.local.cfg
Louis Dionne 98173dc3c4 [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

git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@354725 91177308-0d34-0410-b5e6-96231b3b80d8
2019-02-23 11:24:03 +00:00

4 lines
164 B
INI

# Disable all of the experimental tests if the correct feature is not available.
if 'c++experimental' not in config.available_features:
config.unsupported = True