Searched refs:feature_test_macros (Results 1 – 1 of 1) sorted by relevance
75 feature_test_macros = [ variable1299 assert feature_test_macros == sorted(feature_test_macros, key=lambda tc: tc["name"])1300 assert all(tc["headers"] == sorted(tc["headers"]) for tc in feature_test_macros)1302 ("libcxx_guard" in tc) == ("test_suite_guard" in tc) for tc in feature_test_macros1317 for tc in feature_test_macros1415 for tc in feature_test_macros:1474 for tc in feature_test_macros:1674 headers = set([h for tc in feature_test_macros for h in tc["headers"]])1676 test_list = [tc for tc in feature_test_macros if h in tc["headers"]]1775 for tc in feature_test_macros: