[Windows] Relax test case patterns to allow parameter lists
authorReid Kleckner <rnk@google.com>
Mon, 10 Aug 2015 22:43:04 +0000 (22:43 +0000)
committerReid Kleckner <rnk@google.com>
Mon, 10 Aug 2015 22:43:04 +0000 (22:43 +0000)
commitc0120a3000f32c7721e5bed9d5441724b8b44e01
treefcff1c3acfa12adf4b7d9b42e2a2d64c30657961
parent8759aa3db1beb4be3f5ccabe3a8f0b3a3cd6a8c6
[Windows] Relax test case patterns to allow parameter lists

llvm-symbolizer will print parameter types.  Split out from D11791.

NFC

llvm-svn: 244522
15 files changed:
compiler-rt/test/asan/TestCases/Windows/bitfield_uaf.cc
compiler-rt/test/asan/TestCases/Windows/demangled_names.cc
compiler-rt/test/asan/TestCases/Windows/dll_noreturn.cc
compiler-rt/test/asan/TestCases/Windows/dll_poison_unpoison.cc
compiler-rt/test/asan/TestCases/Windows/dll_stack_use_after_return.cc
compiler-rt/test/asan/TestCases/Windows/dll_thread_stack_array_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/operator_delete_wrong_argument.cc
compiler-rt/test/asan/TestCases/Windows/operator_new_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/operator_new_right_oob.cc
compiler-rt/test/asan/TestCases/Windows/operator_new_uaf.cc
compiler-rt/test/asan/TestCases/Windows/queue_user_work_item_report.cc
compiler-rt/test/asan/TestCases/Windows/stack_use_after_return.cc
compiler-rt/test/asan/TestCases/Windows/symbols_path.cc
compiler-rt/test/asan/TestCases/Windows/thread_stack_array_left_oob.cc
compiler-rt/test/asan/TestCases/Windows/thread_stack_array_right_oob.cc