[asan] Mark atos-symbolizer-dyld-root-path.cc testcase as unsupported on iOS.
authorKuba Mracek <mracek@apple.com>
Tue, 2 May 2017 20:09:33 +0000 (20:09 +0000)
committerKuba Mracek <mracek@apple.com>
Tue, 2 May 2017 20:09:33 +0000 (20:09 +0000)
llvm-svn: 301967

compiler-rt/test/asan/TestCases/Darwin/atos-symbolizer-dyld-root-path.cc

index d2facd6..fc3d0dd 100644 (file)
@@ -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) {