[libcxx-commits] [PATCH] D131446: [libcxx] [test] Mark the libcxx/selftest/remote-substitutions.sh.cpp test as requiring bash in the executor
Martin Storsjö via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Aug 19 01:44:11 PDT 2022
This revision was automatically updated to reflect the committed changes.
Closed by commit rG8437c8ff422f: [libcxx] [test] Mark the libcxx/selftest/remote-substitutions.sh.cpp test as… (authored by mstorsjo).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131446/new/
https://reviews.llvm.org/D131446
Files:
libcxx/test/libcxx/selftest/remote-substitutions.sh.cpp
Index: libcxx/test/libcxx/selftest/remote-substitutions.sh.cpp
===================================================================
--- libcxx/test/libcxx/selftest/remote-substitutions.sh.cpp
+++ libcxx/test/libcxx/selftest/remote-substitutions.sh.cpp
@@ -15,6 +15,7 @@
// We also check that the path of test-executables is replaced whether they
// appear first in the command-line or not.
+// UNSUPPORTED: executor-has-no-bash
// RUN: %{cxx} %s %{flags} %{compile_flags} %{link_flags} -o %t.exe
// RUN: %{exec} %t.exe 0
// RUN: %{exec} bash -c '! %t.exe 1'
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D131446.453928.patch
Type: text/x-patch
Size: 564 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/libcxx-commits/attachments/20220819/3cd82443/attachment-0001.bin>
More information about the libcxx-commits
mailing list