[libc++] NFC: Sort header lists in test scripts

This commit is contained in:
Louis Dionne 2021-07-05 14:58:26 -04:00
parent 325a5619e4
commit 0f31f68e26
2 changed files with 8 additions and 8 deletions

View File

@ -46,8 +46,8 @@ mandatory_inclusions = {
"regex": ["compare", "initializer_list"], "regex": ["compare", "initializer_list"],
"set": ["compare", "initializer_list"], "set": ["compare", "initializer_list"],
"stack": ["compare", "initializer_list"], "stack": ["compare", "initializer_list"],
"string": ["compare", "initializer_list"],
"string_view": ["compare"], "string_view": ["compare"],
"string": ["compare", "initializer_list"],
# TODO "syncstream": ["ostream"], # TODO "syncstream": ["ostream"],
"system_error": ["compare"], "system_error": ["compare"],
"tgmath.h": ["cmath", "complex"], "tgmath.h": ["cmath", "complex"],
@ -70,14 +70,14 @@ new_in_version = {
"filesystem": "17", "filesystem": "17",
"initializer_list": "11", "initializer_list": "11",
"optional": "17", "optional": "17",
"ranges": "20",
"string_view": "17",
"syncstream": "20",
"system_error": "11", "system_error": "11",
"thread": "11", "thread": "11",
"tuple": "11", "tuple": "11",
"unordered_map": "11", "unordered_map": "11",
"unordered_set": "11", "unordered_set": "11",
"string_view": "17",
"ranges": "20",
"syncstream": "20",
"variant": "17", "variant": "17",
} }
@ -94,9 +94,9 @@ lit_markup = {
"barrier": ["UNSUPPORTED: libcpp-has-no-threads"], "barrier": ["UNSUPPORTED: libcpp-has-no-threads"],
"filesystem": ["UNSUPPORTED: libcpp-has-no-filesystem-library"], "filesystem": ["UNSUPPORTED: libcpp-has-no-filesystem-library"],
"iomanip": ["UNSUPPORTED: libcpp-has-no-localization"], "iomanip": ["UNSUPPORTED: libcpp-has-no-localization"],
"istream": ["UNSUPPORTED: libcpp-has-no-localization"],
"ios": ["UNSUPPORTED: libcpp-has-no-localization"], "ios": ["UNSUPPORTED: libcpp-has-no-localization"],
"iostream": ["UNSUPPORTED: libcpp-has-no-localization"], "iostream": ["UNSUPPORTED: libcpp-has-no-localization"],
"istream": ["UNSUPPORTED: libcpp-has-no-localization"],
"latch": ["UNSUPPORTED: libcpp-has-no-threads"], "latch": ["UNSUPPORTED: libcpp-has-no-threads"],
"locale": ["UNSUPPORTED: libcpp-has-no-localization"], "locale": ["UNSUPPORTED: libcpp-has-no-localization"],
"ostream": ["UNSUPPORTED: libcpp-has-no-localization"], "ostream": ["UNSUPPORTED: libcpp-has-no-localization"],

View File

@ -26,12 +26,12 @@ header_markup = {
"future": ["ifndef _LIBCPP_HAS_NO_THREADS"], "future": ["ifndef _LIBCPP_HAS_NO_THREADS"],
"latch": ["ifndef _LIBCPP_HAS_NO_THREADS"], "latch": ["ifndef _LIBCPP_HAS_NO_THREADS"],
"mutex": ["ifndef _LIBCPP_HAS_NO_THREADS"], "mutex": ["ifndef _LIBCPP_HAS_NO_THREADS"],
"shared_mutex": ["ifndef _LIBCPP_HAS_NO_THREADS"],
"semaphore": ["ifndef _LIBCPP_HAS_NO_THREADS"], "semaphore": ["ifndef _LIBCPP_HAS_NO_THREADS"],
"shared_mutex": ["ifndef _LIBCPP_HAS_NO_THREADS"],
"thread": ["ifndef _LIBCPP_HAS_NO_THREADS"], "thread": ["ifndef _LIBCPP_HAS_NO_THREADS"],
"filesystem": ["ifndef _LIBCPP_HAS_NO_FILESYSTEM_LIBRARY"],
"experimental/filesystem": ["ifndef _LIBCPP_HAS_NO_FILESYSTEM_LIBRARY"], "experimental/filesystem": ["ifndef _LIBCPP_HAS_NO_FILESYSTEM_LIBRARY"],
"filesystem": ["ifndef _LIBCPP_HAS_NO_FILESYSTEM_LIBRARY"],
"clocale": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"], "clocale": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"],
"codecvt": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"], "codecvt": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"],
@ -40,8 +40,8 @@ header_markup = {
"ios": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"], "ios": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"],
"iostream": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"], "iostream": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"],
"istream": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"], "istream": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"],
"locale": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"],
"locale.h": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"], "locale.h": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"],
"locale": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"],
"ostream": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"], "ostream": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"],
"regex": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"], "regex": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"],
"sstream": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"], "sstream": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"],