[ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear...
commit493c46543f37356c41b56b4249a4f3e9f3738e30
authorTimur Iskhodzhanov <timurrrr@google.com>
Mon, 26 May 2014 11:54:20 +0000 (26 11:54 +0000)
committerTimur Iskhodzhanov <timurrrr@google.com>
Mon, 26 May 2014 11:54:20 +0000 (26 11:54 +0000)
tree9e3684e8150cac449428f45ab9327bc1c6d32129
parentb9bc8ada0a4d9adb04e9e0923482c2815cc52619
[ASan/Win tests] Remove the extra 'cat' in front of FileCheck now that it's clear we should use GnuWin32 rather than Cygwin on the PATH on Windows (see PR19744)

git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@209622 91177308-0d34-0410-b5e6-96231b3b80d8
42 files changed:
test/asan/TestCases/Windows/bitfield_uaf.cc
test/asan/TestCases/Windows/calloc_left_oob.cc
test/asan/TestCases/Windows/calloc_right_oob.cc
test/asan/TestCases/Windows/calloc_uaf.cc
test/asan/TestCases/Windows/dll_intercept_memcpy.cc
test/asan/TestCases/Windows/dll_intercept_strlen.cc
test/asan/TestCases/Windows/dll_malloc_left_oob.cc
test/asan/TestCases/Windows/dll_malloc_uaf.cc
test/asan/TestCases/Windows/dll_noreturn.cc
test/asan/TestCases/Windows/dll_operator_array_new_left_oob.cc
test/asan/TestCases/Windows/dll_operator_array_new_with_dtor_left_oob.cc
test/asan/TestCases/Windows/dll_poison_unpoison.cc
test/asan/TestCases/Windows/dll_stack_use_after_return.cc
test/asan/TestCases/Windows/dll_thread_stack_array_left_oob.cc
test/asan/TestCases/Windows/double_free.cc
test/asan/TestCases/Windows/double_operator_delete.cc
test/asan/TestCases/Windows/global_const_string_oob.cc
test/asan/TestCases/Windows/intercept_memcpy.cc
test/asan/TestCases/Windows/intercept_strdup.cc
test/asan/TestCases/Windows/intercept_strlen.cc
test/asan/TestCases/Windows/malloc_left_oob.cc
test/asan/TestCases/Windows/malloc_right_oob.cc
test/asan/TestCases/Windows/malloc_uaf.cc
test/asan/TestCases/Windows/operator_array_new_left_oob.cc
test/asan/TestCases/Windows/operator_array_new_right_oob.cc
test/asan/TestCases/Windows/operator_array_new_uaf.cc
test/asan/TestCases/Windows/operator_array_new_with_dtor_left_oob.cc
test/asan/TestCases/Windows/operator_delete_wrong_argument.cc
test/asan/TestCases/Windows/operator_new_left_oob.cc
test/asan/TestCases/Windows/operator_new_right_oob.cc
test/asan/TestCases/Windows/operator_new_uaf.cc
test/asan/TestCases/Windows/realloc_left_oob.cc
test/asan/TestCases/Windows/realloc_right_oob.cc
test/asan/TestCases/Windows/realloc_uaf.cc
test/asan/TestCases/Windows/stack_array_left_oob.cc
test/asan/TestCases/Windows/stack_array_right_oob.cc
test/asan/TestCases/Windows/stack_use_after_return.cc
test/asan/TestCases/Windows/thread_stack_array_left_oob.cc
test/asan/TestCases/Windows/thread_stack_array_right_oob.cc
test/asan/TestCases/Windows/use_after_realloc.cc
test/asan/TestCases/Windows/wrong_downcast_on_heap.cc
test/asan/TestCases/Windows/wrong_downcast_on_stack.cc