From 603cdb51a0a886e64bfdd86232b9541161ad5658 Mon Sep 17 00:00:00 2001 From: Kirill Stoimenov Date: Thu, 16 Mar 2023 18:01:14 +0000 Subject: [HWASAN] Disable leak checking for forced_unwind2.pass.cpp --- libcxxabi/test/forced_unwind2.pass.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'libcxxabi') 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. -- cgit v1.2.1