Add and test libc++experimental.

Test: ./run_tests.py --bitness 32
Test: ./run_tests.py --bitness 64
Test: ./run_tests.py --bitness 64 --host
Bug: None
Change-Id: I9f712f8f73a8335aadf82af6686158de819442be
This commit is contained in:
Dan Albert
2018-12-06 13:57:32 -08:00
parent 91714f98f6
commit fc8f268b2c
2 changed files with 50 additions and 29 deletions

View File

@@ -51,6 +51,7 @@ class Configuration(libcxx.test.config.Configuration):
def configure_features(self):
self.config.available_features.add('long_tests')
self.config.available_features.add('c++experimental')
std_pattern = re.compile(r'-std=(c\+\+\d[0-9x-z])')
match = std_pattern.search(self.cxx.cxx_template)
if match: