summaryrefslogtreecommitdiff
path: root/test/asan/TestCases
diff options
context:
space:
mode:
authorDan Liew <dan@su-root.co.uk>2019-03-21 19:20:44 +0000
committerDan Liew <dan@su-root.co.uk>2019-03-21 19:20:44 +0000
commite961c43d0a7fe555c5976a6319f95c9119bb3606 (patch)
tree18e65d923bea72493bce37437d7388a8607a692d /test/asan/TestCases
parent989c04edf69498e21866346d7dfa3b4c11e3c157 (diff)
downloadcompiler-rt-e961c43d0a7fe555c5976a6319f95c9119bb3606.tar.gz
Enable `asan/TestCases/Posix/start-deactivated.cc` test for iOS.
Summary: To make this test pass it was necesary to change `iossim_run.py` to propagate the `ASAN_ACTIVATION_OPTIONS` environment variable into the testing environment. rdar://problem/49114807 Reviewers: kubamracek, yln, serge-sans-paille Subscribers: #sanitizers, llvm-commits Tags: #sanitizers, #llvm Differential Revision: https://reviews.llvm.org/D59660 git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@356701 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/asan/TestCases')
-rw-r--r--test/asan/TestCases/Posix/start-deactivated.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/asan/TestCases/Posix/start-deactivated.cc b/test/asan/TestCases/Posix/start-deactivated.cc
index 736d7f698..9c674ac57 100644
--- a/test/asan/TestCases/Posix/start-deactivated.cc
+++ b/test/asan/TestCases/Posix/start-deactivated.cc
@@ -18,7 +18,6 @@
// RUN: %env_asan_opts=start_deactivated=1 \
// RUN: ASAN_ACTIVATION_OPTIONS=help=1,handle_segv=0,verbosity=1 not %run %t 2>&1 | FileCheck %s --check-prefix=CHECK-UNSUPPORTED
-// UNSUPPORTED: ios
// END.