[PATCH] [compiler-rt] Move ASan non-Linux-specific tests out of the Linux/ directory
Kuba Brecka
kuba.brecka at gmail.com
Wed Nov 12 19:58:55 PST 2014
I noticed that several testcases in the test/asan/TestCases/Linux/ directory are not really Linux specific. The following tests from the Linux directory pass on OS X 10.10:
* glob.cc
* glob_test_root
* heap-overflow-large.cc
* heavy_uar_test.cc
* interception_failure_test.cc
* new_array_cookie_test.cc
* new_array_cookie_uaf_test.cc
* new_array_cookie_with_new_from_class.cc
* tsd_dtor_leak.cc
Let's move them one directory up, so they are run on other platforms as well.
http://reviews.llvm.org/D6244
Files:
test/asan/TestCases/Linux/glob.cc
test/asan/TestCases/Linux/heap-overflow-large.cc
test/asan/TestCases/Linux/heavy_uar_test.cc
test/asan/TestCases/Linux/interception_failure_test.cc
test/asan/TestCases/Linux/new_array_cookie_test.cc
test/asan/TestCases/Linux/new_array_cookie_uaf_test.cc
test/asan/TestCases/Linux/new_array_cookie_with_new_from_class.cc
test/asan/TestCases/Linux/tsd_dtor_leak.cc
test/asan/TestCases/glob.cc
test/asan/TestCases/glob_test_root/aa
test/asan/TestCases/glob_test_root/ab
test/asan/TestCases/glob_test_root/ba
test/asan/TestCases/heap-overflow-large.cc
test/asan/TestCases/heavy_uar_test.cc
test/asan/TestCases/interception_failure_test.cc
test/asan/TestCases/new_array_cookie_test.cc
test/asan/TestCases/new_array_cookie_uaf_test.cc
test/asan/TestCases/new_array_cookie_with_new_from_class.cc
test/asan/TestCases/tsd_dtor_leak.cc
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D6244.16131.patch
Type: text/x-patch
Size: 19968 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20141113/f68bf0dc/attachment.bin>
More information about the llvm-commits
mailing list