llvm-project/libcxx/test/libcxx/modules
Louis Dionne 91f110f50e [libc++] Adjust XFAIL markup for modules tests on single-threaded systems
When building these tests without modules in the whole test suite,
the __config_site macro definitions are not included anymore in the
%{compile_flags}. This causes the _LIBCPP_HAS_NO_THREADS define not
to be picked up, and the test to XPASS on single-threaded systems.

This is a stop-gap measure to fix the build bots, however the proper
solution would be to always pass the __config_site defines as compiler
macros, whether we build with modules or not.
2020-04-15 14:28:07 -04:00
..
cinttypes_exports.compile.pass.cpp [libc++] Adjust XFAIL markup for modules tests on single-threaded systems 2020-04-15 14:28:07 -04:00
clocale_exports.compile.pass.cpp [libc++] Adjust XFAIL markup for modules tests on single-threaded systems 2020-04-15 14:28:07 -04:00
cstdint_exports.compile.pass.cpp [libc++] Adjust XFAIL markup for modules tests on single-threaded systems 2020-04-15 14:28:07 -04:00
inttypes_h_exports.compile.pass.cpp [libc++] Adjust XFAIL markup for modules tests on single-threaded systems 2020-04-15 14:28:07 -04:00
stdint_h_exports.compile.pass.cpp [libc++] Adjust XFAIL markup for modules tests on single-threaded systems 2020-04-15 14:28:07 -04:00
stds_include.sh.cpp [libc++] Adjust XFAIL markup for modules tests on single-threaded systems 2020-04-15 14:28:07 -04:00