[ASan tests] Exclude some tests from Windows runs
authorTimur Iskhodzhanov <timurrrr@google.com>
Wed, 28 May 2014 13:06:14 +0000 (13:06 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Wed, 28 May 2014 13:06:14 +0000 (13:06 +0000)
commit7f29181323428e6ec073eb46ec6fd4d31ff23fb9
tree8d2e98a6438694553a09a8aa48f8c27cb2e4cdf8
parent152b023b975eb89d1ad75522f29f629fa82a9978
[ASan tests] Exclude some tests from Windows runs

Some features are not supported yet and some are not planned to be fixed soon

llvm-svn: 209733
17 files changed:
compiler-rt/test/asan/TestCases/default_options.cc
compiler-rt/test/asan/TestCases/free_hook_realloc.cc
compiler-rt/test/asan/TestCases/log-path_test.cc
compiler-rt/test/asan/TestCases/malloc_context_size.cc
compiler-rt/test/asan/TestCases/malloc_hook.cc
compiler-rt/test/asan/TestCases/on_error_callback.cc
compiler-rt/test/asan/TestCases/printf-1.c
compiler-rt/test/asan/TestCases/printf-2.c
compiler-rt/test/asan/TestCases/printf-3.c
compiler-rt/test/asan/TestCases/printf-4.c
compiler-rt/test/asan/TestCases/printf-5.c
compiler-rt/test/asan/TestCases/strdup_oob_test.cc
compiler-rt/test/asan/TestCases/throw_call_test.cc
compiler-rt/test/asan/TestCases/throw_catch.cc
compiler-rt/test/asan/TestCases/throw_invoke_test.cc
compiler-rt/test/asan/TestCases/time_interceptor.cc
compiler-rt/test/asan/TestCases/uar_and_exceptions.cc