From 20f3dc8f8b82c5e30da795e76fe99f114b81196a Mon Sep 17 00:00:00 2001 From: Kirill Stoimenov Date: Thu, 16 Mar 2023 21:50:59 +0000 Subject: [PATCH] [HWASAN] Remove RUN statements, which have to effect on the test --- libcxxabi/test/forced_unwind2.pass.cpp | 1 - libcxxabi/test/test_vector2.pass.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/libcxxabi/test/forced_unwind2.pass.cpp b/libcxxabi/test/forced_unwind2.pass.cpp index eefb35b..a61d397 100644 --- a/libcxxabi/test/forced_unwind2.pass.cpp +++ b/libcxxabi/test/forced_unwind2.pass.cpp @@ -8,7 +8,6 @@ // 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. diff --git a/libcxxabi/test/test_vector2.pass.cpp b/libcxxabi/test/test_vector2.pass.cpp index 78bdc81..3f04c3d 100644 --- a/libcxxabi/test/test_vector2.pass.cpp +++ b/libcxxabi/test/test_vector2.pass.cpp @@ -6,7 +6,6 @@ // //===----------------------------------------------------------------------===// -// RUN: export LSAN_OPTIONS=detect_leaks=0 // UNSUPPORTED: no-exceptions #include "cxxabi.h" -- 2.7.4