asan: Mark printf-4.c as unsupported on Windows.
authorPeter Collingbourne <peter@pcc.me.uk>
Fri, 20 Apr 2018 19:07:35 +0000 (19:07 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Fri, 20 Apr 2018 19:07:35 +0000 (19:07 +0000)
commit7b17c9d05c0f8fd6be6bef48b3bf7ae4bd5f8d33
treec6173f31a92c6a2d352eab5a85d7f4b8f37a2fa1
parent642120122c18ef6479e0047759c9cbe370483216
asan: Mark printf-4.c as unsupported on Windows.

Although sprintf is not intercepted on Windows, this test can pass
if sprintf calls memmove, which is intercepted, so we can't XFAIL it.

Differential Revision: https://reviews.llvm.org/D45894

llvm-svn: 330469
compiler-rt/test/asan/TestCases/printf-4.c