| # The tests in this directory need to run Python | |
| import shlex | |
| import sys | |
| # run libcxx-03 tests only when running against the frozen headers. We have separate tests for non-frozen headers. | |
| if "FROZEN-CXX03-HEADERS-FIXME" not in config.available_features: | |
| config.unsupported = True |