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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user