summaryrefslogtreecommitdiff
path: root/test/asan
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2018-06-15 21:25:42 +0000
committerVitaly Buka <vitalybuka@google.com>2018-06-15 21:25:42 +0000
commit7214d67ca7a00bf35dfb599c94fdeea3894cba4c (patch)
tree161f77b8705b7abfa82b76205d3a64fb20ebdfe6 /test/asan
parente50f5d937e444d273eb7ac5690b241f244aebdce (diff)
[asan] Move long-object-path.cc test to Linux
Reviewers: Lekensteyn Reviewed By: Lekensteyn Subscribers: srhines, kubamracek, llvm-commits Differential Revision: https://reviews.llvm.org/D48186 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@334866 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan')
-rw-r--r--test/asan/TestCases/Linux/long-object-path.cc (renamed from test/asan/TestCases/long-object-path.cc)1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/asan/TestCases/long-object-path.cc b/test/asan/TestCases/Linux/long-object-path.cc
index 42a196827..592b0abb0 100644
--- a/test/asan/TestCases/long-object-path.cc
+++ b/test/asan/TestCases/Linux/long-object-path.cc
@@ -1,7 +1,6 @@
// 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;