[asan] Clean up the REQUIRES of `asan/TestCases/strcat-overlap.cc`
authorDan Liew <dan@su-root.co.uk>
Fri, 9 Mar 2018 23:12:32 +0000 (23:12 +0000)
committerDan Liew <dan@su-root.co.uk>
Fri, 9 Mar 2018 23:12:32 +0000 (23:12 +0000)
commit0c51c94b0052ebb2c0427e02cb568cf47e6183c9
treee6bddf48549d20e5292dee27016a77d36adaac36
parentafacada94ba69f1a902253676da2557a308b464e
[asan] Clean up the REQUIRES of `asan/TestCases/strcat-overlap.cc`
by explicitly listing where we expect this test to work.

Because this test invokes undefined behaviour all sorts of things
can happen (e.g. crash, or on some bots asan manages to catch
something). The test seems to pass okay on Darwin (x86_64/x86_64/i386)
and on Linux (x86_64/i386) so explicitly require one of these platforms
to run the test.

llvm-svn: 327185
compiler-rt/test/asan/TestCases/strcat-overlap.cc