diff options
author | Dimitry Andric <dim@FreeBSD.org> | 2017-05-03 20:26:31 +0000 |
---|---|---|
committer | Dimitry Andric <dim@FreeBSD.org> | 2017-05-03 20:26:31 +0000 |
commit | 285f392c555459b82baeec68b944936685546972 (patch) | |
tree | 859b31c183aacabb13a82a7199883a2c70f70d37 /test/asan/TestCases/Posix/coverage-maybe-open-file.cc | |
parent | 8d8e909cdc9f4e78e1e1600497d827e1acde6cea (diff) |
Notes
Diffstat (limited to 'test/asan/TestCases/Posix/coverage-maybe-open-file.cc')
-rw-r--r-- | test/asan/TestCases/Posix/coverage-maybe-open-file.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/asan/TestCases/Posix/coverage-maybe-open-file.cc b/test/asan/TestCases/Posix/coverage-maybe-open-file.cc index 95f2b5449e838..ee2977af11c4e 100644 --- a/test/asan/TestCases/Posix/coverage-maybe-open-file.cc +++ b/test/asan/TestCases/Posix/coverage-maybe-open-file.cc @@ -1,5 +1,6 @@ // FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316 // XFAIL: android +// UNSUPPORTED: ios // // RUN: %clangxx_asan -fsanitize-coverage=func %s -o %t // RUN: rm -rf %T/coverage-maybe-open-file |