[compiler-rt] r301478 - Mark two tests (dead-strip.c, initialization-bug.cc) as unsupported on iOS.
Kuba Mracek via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 26 14:34:18 PDT 2017
Author: kuba.brecka
Date: Wed Apr 26 16:34:18 2017
New Revision: 301478
URL: http://llvm.org/viewvc/llvm-project?rev=301478&view=rev
Log:
Mark two tests (dead-strip.c, initialization-bug.cc) as unsupported on iOS.
Modified:
compiler-rt/trunk/test/asan/TestCases/Darwin/dead-strip.c
compiler-rt/trunk/test/asan/TestCases/initialization-bug.cc
Modified: compiler-rt/trunk/test/asan/TestCases/Darwin/dead-strip.c
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/Darwin/dead-strip.c?rev=301478&r1=301477&r2=301478&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/Darwin/dead-strip.c (original)
+++ compiler-rt/trunk/test/asan/TestCases/Darwin/dead-strip.c Wed Apr 26 16:34:18 2017
@@ -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
Modified: compiler-rt/trunk/test/asan/TestCases/initialization-bug.cc
URL: http://llvm.org/viewvc/llvm-project/compiler-rt/trunk/test/asan/TestCases/initialization-bug.cc?rev=301478&r1=301477&r2=301478&view=diff
==============================================================================
--- compiler-rt/trunk/test/asan/TestCases/initialization-bug.cc (original)
+++ compiler-rt/trunk/test/asan/TestCases/initialization-bug.cc Wed Apr 26 16:34:18 2017
@@ -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>
More information about the llvm-commits
mailing list