Searched refs:feature_test_macros (Results 1 – 2 of 2) sorted by relevance
64 feature_test_macros = [ add_version_header(x) for x in [ variable671 assert feature_test_macros == sorted(feature_test_macros, key=lambda tc: tc["name"])672 assert all(tc["headers"] == sorted(tc["headers"]) for tc in feature_test_macros)673 assert all(("libcxx_guard" in tc) == ("test_suite_guard" in tc) for tc in feature_test_macros)674 …x_guard", "test_suite_guard", "unimplemented"] for key in tc.keys()) for tc in feature_test_macros)754 for tc in feature_test_macros:807 for tc in feature_test_macros:985 headers = set([h for tc in feature_test_macros for h in tc["headers"]])987 test_list = [tc for tc in feature_test_macros if h in tc["headers"]]1074 for tc in feature_test_macros:
40 To do that, modify ``feature_test_macros`` table in the script