aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPeter Wu <peter@lekensteyn.nl>2018-06-14 15:12:46 +0000
committerPeter Wu <peter@lekensteyn.nl>2018-06-14 15:12:46 +0000
commit8d2ebc41bd38b7b2570f4559b6dda7013cd522e6 (patch)
tree7cb0540195dcbab50c0b71529627d5fe8633dcad /test
parentda4ea31d077aecedb827a404537540b088250bfb (diff)
[ASAN] fix typos and disable long-object-path test for win32
Glob patterns seem unsupported for commands executed by the emulated shell (LIT_USE_INTERNAL_SHELL=1). Disable the test while that is being addressed (a workaround such as "cd a-*" also does not work). git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@334719 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/asan/TestCases/long-object-path.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/long-object-path.cc b/test/asan/TestCases/long-object-path.cc
index 592b0abb0..42a196827 100644
--- a/test/asan/TestCases/long-object-path.cc
+++ b/test/asan/TestCases/long-object-path.cc
@@ -1,6 +1,7 @@
// RUN: mkdir -p %T/a-long-directory-name-to-test-allocations-for-exceptions-in-_dl_lookup_symbol_x-since-glibc-2.27
// RUN: %clangxx_asan -g %s -o %T/long-object-path
// RUN: %run %T/a-*/../a-*/../a-*/../a-*/../a-*/../a-*/../a-*/../a-*/../long-object-path
+// UNSUPPORTED: win32
int main(void) {
return 0;