summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorKuba Mracek <mracek@apple.com>2017-05-02 20:09:33 +0000
committerKuba Mracek <mracek@apple.com>2017-05-02 20:09:33 +0000
commita14170f79bdca5e6e4333d16ee8d8fa13c35716e (patch)
tree883e593c963be221e35a288fbd79c858a6ec9fcc /test
parentcfa8c9c868b8643a786ad5cc6d1a1eedd422e353 (diff)
[asan] Mark atos-symbolizer-dyld-root-path.cc testcase as unsupported on iOS.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@301967 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cc b/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cc
index d2facd6d0..fc3d0dd0b 100644
--- a/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cc
+++ b/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cc
@@ -6,6 +6,9 @@
// Due to a bug in atos, this only works on x86_64.
// REQUIRES: asan-64-bits
+// Path returned by `which atos` is invalid on iOS.
+// UNSUPPORTED: ios
+
#include <stdlib.h>
#include <string.h>
int main(int argc, char **argv) {