From c080598ed30ecc250b22cfbe82e3f0e4aaec62b5 Mon Sep 17 00:00:00 2001 From: Kuba Mracek Date: Wed, 26 Apr 2017 21:34:18 +0000 Subject: [PATCH] Mark two tests (dead-strip.c, initialization-bug.cc) as unsupported on iOS. llvm-svn: 301478 --- compiler-rt/test/asan/TestCases/Darwin/dead-strip.c | 1 + compiler-rt/test/asan/TestCases/initialization-bug.cc | 1 + 2 files changed, 2 insertions(+) diff --git a/compiler-rt/test/asan/TestCases/Darwin/dead-strip.c b/compiler-rt/test/asan/TestCases/Darwin/dead-strip.c index f87a5e52b..8165fcd 100644 --- a/compiler-rt/test/asan/TestCases/Darwin/dead-strip.c +++ b/compiler-rt/test/asan/TestCases/Darwin/dead-strip.c @@ -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 diff --git a/compiler-rt/test/asan/TestCases/initialization-bug.cc b/compiler-rt/test/asan/TestCases/initialization-bug.cc index b28174f..6ecc6c8 100644 --- a/compiler-rt/test/asan/TestCases/initialization-bug.cc +++ b/compiler-rt/test/asan/TestCases/initialization-bug.cc @@ -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 -- 2.7.4