[PATCH] D59660: Enable `asan/TestCases/Posix/start-deactivated.cc` test for iOS.
Dan Liew via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 21 12:19:36 PDT 2019
This revision was automatically updated to reflect the committed changes.
Closed by commit rL356701: Enable `asan/TestCases/Posix/start-deactivated.cc` test for iOS. (authored by delcypher, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D59660?vs=191757&id=191762#toc
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59660/new/
https://reviews.llvm.org/D59660
Files:
compiler-rt/trunk/test/asan/TestCases/Posix/start-deactivated.cc
compiler-rt/trunk/test/sanitizer_common/ios_commands/iossim_run.py
Index: compiler-rt/trunk/test/asan/TestCases/Posix/start-deactivated.cc
===================================================================
--- compiler-rt/trunk/test/asan/TestCases/Posix/start-deactivated.cc
+++ compiler-rt/trunk/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.
Index: compiler-rt/trunk/test/sanitizer_common/ios_commands/iossim_run.py
===================================================================
--- compiler-rt/trunk/test/sanitizer_common/ios_commands/iossim_run.py
+++ compiler-rt/trunk/test/sanitizer_common/ios_commands/iossim_run.py
@@ -8,7 +8,7 @@
device_id = os.environ["SANITIZER_IOSSIM_TEST_DEVICE_IDENTIFIER"]
-for e in ["ASAN_OPTIONS", "TSAN_OPTIONS", "UBSAN_OPTIONS", "APPLE_ASAN_INIT_FOR_DLOPEN"]:
+for e in ["ASAN_OPTIONS", "TSAN_OPTIONS", "UBSAN_OPTIONS", "APPLE_ASAN_INIT_FOR_DLOPEN", "ASAN_ACTIVATION_OPTIONS"]:
if e in os.environ:
os.environ["SIMCTL_CHILD_" + e] = os.environ[e]
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D59660.191762.patch
Type: text/x-patch
Size: 1169 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190321/48c60b0a/attachment.bin>
More information about the llvm-commits
mailing list