-
Notifications
You must be signed in to change notification settings - Fork 14.9k
Closed
Closed
Copy link
Labels
libc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.test-suite
Description
This file's name and contents are bogus:
Lines 9 to 24 in 966416b
// WARNING: This test was generated by generate_feature_test_macro_components.py | |
// and should not be edited manually. | |
// | |
// clang-format off | |
// <> | |
// Test the feature test macros defined by <> | |
/* Constant Value | |
__cpp_lib_format_uchar 202311L [C++20] | |
__cpp_lib_saturation_arithmetic 202311L [C++26] | |
*/ | |
#include <> | |
#include "test_macros.h" |
I suspect that lit
is skipping this because it doesn't recognize the filename, which is why neither llvm/llvm-project nor microsoft/STL noticed this. However, MSVC's internal test harness is far less enlightened and tried to run everything, which brought this to my attention.
Metadata
Metadata
Assignees
Labels
libc++libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.libc++ C++ Standard Library. Not GNU libstdc++. Not libc++abi.test-suite