llvm-project/libcxx/test/configs
Martin Storsjö e78223e79e [libcxx] [test] Remove --env PATH from the static clangcl config
The PATH is set in order to be able to find the tested DLL at runtime.
When linking statically, it's not necessary to set the PATH.

Setting PATH in the executor has the downside that it clears the
existing path (it's not prepended/appended to it), which means
that the executed tools can't find other tools - which sets the
executor-has-no-bash flag.

By removing the unnecessary setting of PATH, we have a properly
working bash even when wrapped by the executor, which gets rid
of the executor-has-no-bash flag in this test configuration, which
makes 9 more testcases be executed.

Differential Revision: https://reviews.llvm.org/D131481
2022-08-19 11:40:58 +03:00
..
apple-libc++-backdeployment.cfg.in [libc++][tests] Use CMake provided paths for includes and libdir instead of hardcoding them 2022-03-16 12:35:06 -04:00
apple-libc++-shared.cfg.in [libc++][tests] Use CMake provided paths for includes and libdir instead of hardcoding them 2022-03-16 12:35:06 -04:00
cmake-bridge.cfg.in [libunwind] Introduce a cmake-bridge.cfg.in file to reduce test config duplication 2022-05-20 09:36:29 -04:00
ibm-libc++-shared.cfg.in [libcxx][AIX] Switch build compiler to clang 2022-06-13 21:45:18 -04:00
legacy.cfg.in [runtimes] Officially deprecate the legacy testing configuration system 2022-05-27 13:15:48 -04:00
llvm-libc++-mingw.cfg.in [libcxx] [test] Stop defining LIBCXX-WINDOWS-FIXME 2022-04-06 22:54:39 +03:00
llvm-libc++-shared-clangcl.cfg.in [libcxx] [test] Stop defining LIBCXX-WINDOWS-FIXME 2022-04-06 22:54:39 +03:00
llvm-libc++-shared-gcc.cfg.in [libc++] Use -I instead of -isystem to include headers in the test suite 2022-03-03 13:19:47 +01:00
llvm-libc++-shared-no-vcruntime-clangcl.cfg.in [libcxx] Fix using the vcruntime ABI with _HAS_EXCEPTIONS=0 defined 2022-08-17 21:14:25 +00:00
llvm-libc++-shared.cfg.in [libc++] Use -I instead of -isystem to include headers in the test suite 2022-03-03 13:19:47 +01:00
llvm-libc++-static-clangcl.cfg.in [libcxx] [test] Remove --env PATH from the static clangcl config 2022-08-19 11:40:58 +03:00
llvm-libc++-static.cfg.in [libc++] Use -I instead of -isystem to include headers in the test suite 2022-03-03 13:19:47 +01:00