diff options
Diffstat (limited to 'compiler-rt/test/asan/TestCases/Posix/coverage-reset.cc')
-rw-r--r-- | compiler-rt/test/asan/TestCases/Posix/coverage-reset.cc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compiler-rt/test/asan/TestCases/Posix/coverage-reset.cc b/compiler-rt/test/asan/TestCases/Posix/coverage-reset.cc index 6d76a309b76..152be2ab3a2 100644 --- a/compiler-rt/test/asan/TestCases/Posix/coverage-reset.cc +++ b/compiler-rt/test/asan/TestCases/Posix/coverage-reset.cc @@ -5,6 +5,8 @@ // // UNSUPPORTED: ios +// XFAIL: i386-netbsd + #include <stdio.h> #include <sanitizer/coverage_interface.h> |