[ASan tests] Create a Posix/ directory for tests that we don't plan to run on Windows
commit11398c1f23fe859497046249fd135cf474457f4f
authorTimur Iskhodzhanov <timurrrr@google.com>
Wed, 14 May 2014 14:12:02 +0000 (14 14:12 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Wed, 14 May 2014 14:12:02 +0000 (14 14:12 +0000)
tree6f9975e382bc06ed35dfc5f7c1a3a37a307b7a30
parent4dbaff410b480a0922644b45f1044a52a58a07c7
[ASan tests] Create a Posix/ directory for tests that we don't plan to run on Windows

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@208777 91177308-0d34-0410-b5e6-96231b3b80d8
12 files changed:
test/asan/TestCases/Posix/allow_user_segv.cc [moved from test/asan/TestCases/allow_user_segv.cc with 100% similarity]
test/asan/TestCases/Posix/assign_large_valloc_to_global.cc [moved from test/asan/TestCases/assign_large_valloc_to_global.cc with 90% similarity]
test/asan/TestCases/Posix/init-order-dlopen.cc [moved from test/asan/TestCases/init-order-dlopen.cc with 100% similarity]
test/asan/TestCases/Posix/ioctl.cc [moved from test/asan/TestCases/ioctl.cc with 100% similarity]
test/asan/TestCases/Posix/large_allocator_unpoisons_on_free.cc [moved from test/asan/TestCases/large_allocator_unpoisons_on_free.cc with 100% similarity]
test/asan/TestCases/Posix/lit.local.cfg [new file with mode: 0644]
test/asan/TestCases/Posix/readv.cc [moved from test/asan/TestCases/readv.cc with 100% similarity]
test/asan/TestCases/Posix/shared-lib-test.cc [moved from test/asan/TestCases/shared-lib-test.cc with 100% similarity]
test/asan/TestCases/Posix/start-deactivated.cc [moved from test/asan/TestCases/start-deactivated.cc with 100% similarity]
test/asan/TestCases/Posix/strerror_r_test.cc [moved from test/asan/TestCases/strerror_r_test.cc with 100% similarity]
test/asan/TestCases/Posix/wait.cc [moved from test/asan/TestCases/wait.cc with 100% similarity]
test/asan/TestCases/Posix/waitid.cc [moved from test/asan/TestCases/waitid.cc with 100% similarity]