This allows cross-testing (by setting LIBCXX_EXECUTOR to point
to ssh.py) without making an entirely new test config file.
Implicitly, this also fixes quoting of the python executable name
(which is quoted in test/CMakeLists.txt).
Differential D115398
[libcxx] Use LIBCXX_EXECUTOR in new test configs mstorsjo on Dec 8 2021, 1:57 PM. Authored by
Details
This allows cross-testing (by setting LIBCXX_EXECUTOR to point Implicitly, this also fixes quoting of the python executable name
Diff Detail
Event TimelineComment Actions Can you make similar changes to libcxxabi?
Comment Actions Sure, I can give that a go tomorrow.
Comment Actions Fix failures, don't specify the python interpreter twice. Take LIBCXXABI_EXECUTOR into account in libcxxabi test configs. (Libcxxabi lacks cmake options for injecting test compiler/linker flags.)
|
I see that LIBCXX_EXECUTOR already included the python interpreter (the case I tested pointed just straight at a python script) so this failed in CI - when updating it, I'll retry it with leaving out sys.executable insertion here.