Mark two tests (dead-strip.c, initialization-bug.cc) as unsupported on iOS.
authorKuba Mracek <mracek@apple.com>
Wed, 26 Apr 2017 21:34:18 +0000 (21:34 +0000)
committerKuba Mracek <mracek@apple.com>
Wed, 26 Apr 2017 21:34:18 +0000 (21:34 +0000)
llvm-svn: 301478

compiler-rt/test/asan/TestCases/Darwin/dead-strip.c
compiler-rt/test/asan/TestCases/initialization-bug.cc

index f87a5e5..8165fcd 100644 (file)
@@ -6,6 +6,7 @@
 // runtime is able to register globals in the __DATA,__asan_globals section.
 
 // REQUIRES: osx-ld64-live_support
+// UNSUPPORTED: ios
 // RUN: %clang_asan -mmacosx-version-min=10.11 -Xlinker -dead_strip -o %t %s
 // RUN: llvm-nm -format=posix %t | FileCheck --check-prefix NM-CHECK %s
 // RUN: not %run %t 2>&1 | FileCheck --check-prefix ASAN-CHECK %s
index b28174f..6ecc6c8 100644 (file)
@@ -10,6 +10,7 @@
 
 // The test is expected to fail on OS X Yosemite and older
 // UNSUPPORTED: osx-no-ld64-live_support
+// UNSUPPORTED: ios
 
 #include <cstdio>