summaryrefslogtreecommitdiff
path: root/libcxxabi
diff options
context:
space:
mode:
authorKirill Stoimenov <kstoimenov@google.com>2023-03-16 18:01:14 +0000
committerKirill Stoimenov <kstoimenov@google.com>2023-03-16 18:02:36 +0000
commit603cdb51a0a886e64bfdd86232b9541161ad5658 (patch)
treef65a7d3fc86ccb63efe08452a9fc4462323cdf71 /libcxxabi
parentaba71f37d00cf0c2de0b0d0bd24a3467fe8d697f (diff)
downloadllvm-603cdb51a0a886e64bfdd86232b9541161ad5658.tar.gz
[HWASAN] Disable leak checking for forced_unwind2.pass.cpp
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/test/forced_unwind2.pass.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/libcxxabi/test/forced_unwind2.pass.cpp b/libcxxabi/test/forced_unwind2.pass.cpp
index a61d397dc35f..eefb35b35bb6 100644
--- a/libcxxabi/test/forced_unwind2.pass.cpp
+++ b/libcxxabi/test/forced_unwind2.pass.cpp
@@ -8,6 +8,7 @@
// Forced unwinding causes std::terminate when going through noexcept.
+// RUN: export LSAN_OPTIONS=detect_leaks=0
// UNSUPPORTED: no-exceptions, c++03
// These tests fail on previously released dylibs, investigation needed.