[libcxx-commits] [libcxxabi] 603cdb5 - [HWASAN] Disable leak checking for forced_unwind2.pass.cpp

Kirill Stoimenov via libcxx-commits libcxx-commits at lists.llvm.org
Thu Mar 16 11:02:47 PDT 2023


Author: Kirill Stoimenov
Date: 2023-03-16T18:02:36Z
New Revision: 603cdb51a0a886e64bfdd86232b9541161ad5658

URL: https://github.com/llvm/llvm-project/commit/603cdb51a0a886e64bfdd86232b9541161ad5658
DIFF: https://github.com/llvm/llvm-project/commit/603cdb51a0a886e64bfdd86232b9541161ad5658.diff

LOG: [HWASAN] Disable leak checking for forced_unwind2.pass.cpp

Added: 
    

Modified: 
    libcxxabi/test/forced_unwind2.pass.cpp

Removed: 
    


################################################################################
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.


        


More information about the libcxx-commits mailing list