Commit Graph

5 Commits

Author SHA1 Message Date
Saleem Abdulrasool
03eeffdbb7 test: disable failing test
Disable the test until someone can look into why the path is getting
corrupted.
2024-12-05 15:17:30 -08:00
Saleem Abdulrasool
499e4227c6 test: fix the broken test
swiftlang/swift-driver#1741 fixed a bug in the swift-driver which
exposed a bug in this test. The use of `%FileCheck` is a problem as that
sanitises the output substituting `BUILD_DIR` for the build directory
that is now properly computed. Because `PATH` is being configured to an
invalid path the actual driver is not found and the test fails.
2024-12-04 11:24:27 -08:00
Dmitri Gribenko
d175b3b66d Migrate FileCheck to %FileCheck in tests 2016-08-10 23:52:02 -07:00
Tony Parker
f65c1390cb Rename Process to CommandLine
Rename Process to CommandLine [SE-0086].
2016-07-18 17:02:02 -07:00
Jordan Rose
bdc009e20a [test] Disable shebang test on Linux.
This test creates a shebang (#!) line that may exceed 80 characters, which is
a limit on many systems. Instead, use /usr/bin/env to invoke the right 'swift'.

OS X is more permissive (up to PATH_MAX characters), so continue testing the
direct invocation there.
2016-01-15 10:40:46 -08:00