Try to fix compiler-rt tests after 87dbdd2e3bb63b on mac and win
authorNico Weber <thakis@chromium.org>
Tue, 9 Feb 2021 14:17:23 +0000 (09:17 -0500)
committerNico Weber <thakis@chromium.org>
Tue, 9 Feb 2021 14:28:52 +0000 (09:28 -0500)
commit23cd8d51ad519261137a40a5bbac6e537ee7ba25
treed48844ca5a8756c8954caa157f4f85b15be4d4f7
parent521e1733f1496f6d554e6ce8b69cd4251499b15e
Try to fix compiler-rt tests after 87dbdd2e3bb63b on mac and win

These tests use `--check-prefix=CHECK-%os` but then didn't have
a CHECK line for every os.

In most tests, the linux expectations were sufficient (they match
the "wrap_" prefix with .*), so just remove the check-prefix there.
In the places where this didn't easily work, make sure there are
at least CHECK-Windows and CHECK-Darwin lines.
compiler-rt/test/asan/TestCases/large_func_test.cpp
compiler-rt/test/asan/TestCases/strncpy-overflow.cpp
compiler-rt/test/asan/TestCases/use-after-delete.cpp
compiler-rt/test/asan/TestCases/use-after-free-right.cpp
compiler-rt/test/asan/TestCases/use-after-free.cpp