forked from OSchip/llvm-project
[libc++] NFC: Sort header lists in test scripts
This commit is contained in:
parent
325a5619e4
commit
0f31f68e26
|
@ -46,8 +46,8 @@ mandatory_inclusions = {
|
|||
"regex": ["compare", "initializer_list"],
|
||||
"set": ["compare", "initializer_list"],
|
||||
"stack": ["compare", "initializer_list"],
|
||||
"string": ["compare", "initializer_list"],
|
||||
"string_view": ["compare"],
|
||||
"string": ["compare", "initializer_list"],
|
||||
# TODO "syncstream": ["ostream"],
|
||||
"system_error": ["compare"],
|
||||
"tgmath.h": ["cmath", "complex"],
|
||||
|
@ -70,14 +70,14 @@ new_in_version = {
|
|||
"filesystem": "17",
|
||||
"initializer_list": "11",
|
||||
"optional": "17",
|
||||
"ranges": "20",
|
||||
"string_view": "17",
|
||||
"syncstream": "20",
|
||||
"system_error": "11",
|
||||
"thread": "11",
|
||||
"tuple": "11",
|
||||
"unordered_map": "11",
|
||||
"unordered_set": "11",
|
||||
"string_view": "17",
|
||||
"ranges": "20",
|
||||
"syncstream": "20",
|
||||
"variant": "17",
|
||||
}
|
||||
|
||||
|
@ -94,9 +94,9 @@ lit_markup = {
|
|||
"barrier": ["UNSUPPORTED: libcpp-has-no-threads"],
|
||||
"filesystem": ["UNSUPPORTED: libcpp-has-no-filesystem-library"],
|
||||
"iomanip": ["UNSUPPORTED: libcpp-has-no-localization"],
|
||||
"istream": ["UNSUPPORTED: libcpp-has-no-localization"],
|
||||
"ios": ["UNSUPPORTED: libcpp-has-no-localization"],
|
||||
"iostream": ["UNSUPPORTED: libcpp-has-no-localization"],
|
||||
"istream": ["UNSUPPORTED: libcpp-has-no-localization"],
|
||||
"latch": ["UNSUPPORTED: libcpp-has-no-threads"],
|
||||
"locale": ["UNSUPPORTED: libcpp-has-no-localization"],
|
||||
"ostream": ["UNSUPPORTED: libcpp-has-no-localization"],
|
||||
|
|
|
@ -26,12 +26,12 @@ header_markup = {
|
|||
"future": ["ifndef _LIBCPP_HAS_NO_THREADS"],
|
||||
"latch": ["ifndef _LIBCPP_HAS_NO_THREADS"],
|
||||
"mutex": ["ifndef _LIBCPP_HAS_NO_THREADS"],
|
||||
"shared_mutex": ["ifndef _LIBCPP_HAS_NO_THREADS"],
|
||||
"semaphore": ["ifndef _LIBCPP_HAS_NO_THREADS"],
|
||||
"shared_mutex": ["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"],
|
||||
"filesystem": ["ifndef _LIBCPP_HAS_NO_FILESYSTEM_LIBRARY"],
|
||||
|
||||
"clocale": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"],
|
||||
"codecvt": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"],
|
||||
|
@ -40,8 +40,8 @@ header_markup = {
|
|||
"ios": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"],
|
||||
"iostream": ["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": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"],
|
||||
"ostream": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"],
|
||||
"regex": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"],
|
||||
"sstream": ["ifndef _LIBCPP_HAS_NO_LOCALIZATION"],
|
||||
|
|
Loading…
Reference in New Issue