]> granicus.if.org Git - clang/commit
Remove shell requirements from tests that use 'cd'
authorReid Kleckner <reid@kleckner.net>
Mon, 2 Mar 2015 22:42:58 +0000 (22:42 +0000)
committerReid Kleckner <reid@kleckner.net>
Mon, 2 Mar 2015 22:42:58 +0000 (22:42 +0000)
commitfec792a0af1e2c79c42a69927467edac4343d429
tree42d9fdb9c47ba652d33436497073cfa055c8b25f
parentab5cb55730ad27c9d711229d686aa0de994788dd
Remove shell requirements from tests that use 'cd'

Modules and Tooling tests in particular tend to want to change the cwd,
so we were missing test coverage in this area on Windows. It should now
be easier to write such portable tests.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@231029 91177308-0d34-0410-b5e6-96231b3b80d8
15 files changed:
test/Analysis/html-diags.c
test/Driver/debug-comp-dir.S
test/Driver/debug.c
test/Driver/output-file-cleanup.c
test/Frontend/dependency-gen-escaping.c
test/Frontend/dependency-gen.c
test/Frontend/print-header-includes.c
test/Modules/dependency-gen.modulemap
test/Modules/explicit-build-relpath.cpp
test/Modules/filename.cpp
test/Modules/include-relative.c
test/Modules/malformed.cpp
test/Modules/modular_maps.cpp
test/Modules/relative-dep-gen.cpp
test/PCH/headersearch.cpp