[asan] Mark some more testcases as unsupported on iOS.
authorKuba Mracek <mracek@apple.com>
Tue, 2 May 2017 21:22:29 +0000 (21:22 +0000)
committerKuba Mracek <mracek@apple.com>
Tue, 2 May 2017 21:22:29 +0000 (21:22 +0000)
llvm-svn: 301976

compiler-rt/test/asan/TestCases/Posix/coverage-module-unloaded.cc
compiler-rt/test/asan/TestCases/Posix/glob.cc
compiler-rt/test/asan/TestCases/log-path_test.cc
compiler-rt/test/asan/TestCases/suppressions-exec-relative-location.cc
compiler-rt/test/asan/TestCases/verbose-log-path_test.cc

index d492af6..db27283 100644 (file)
@@ -10,6 +10,7 @@
 //
 // https://code.google.com/p/address-sanitizer/issues/detail?id=263
 // XFAIL: android
+// UNSUPPORTED: ios
 
 #include <assert.h>
 #include <dlfcn.h>
index e0eeb33..46d4a0d 100644 (file)
@@ -1,5 +1,6 @@
 // FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
 // XFAIL: android
+// UNSUPPORTED: ios
 //
 // RUN: %clangxx_asan -O0 %s -o %t && %run %t %p 2>&1 | FileCheck %s
 // RUN: %clangxx_asan -O3 %s -o %t && %run %t %p 2>&1 | FileCheck %s
index b4218ad..710d220 100644 (file)
@@ -1,5 +1,6 @@
 // FIXME: https://code.google.com/p/address-sanitizer/issues/detail?id=316
 // XFAIL: android
+// UNSUPPORTED: ios
 //
 // The for loop in the backticks below requires bash.
 // REQUIRES: shell
index 47a5c22..a63c584 100644 (file)
@@ -10,6 +10,7 @@
 
 // FIXME: only FreeBSD and Linux have verbose log paths now.
 // XFAIL: win32,android
+// UNSUPPORTED: ios
 
 #include <stdlib.h>
 #include <string.h>