[libcxx-commits] [libcxxabi] 20f3dc8 - [HWASAN] Remove RUN statements, which have to effect on the test
Kirill Stoimenov via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 16 14:54:35 PDT 2023
Author: Kirill Stoimenov
Date: 2023-03-16T21:54:22Z
New Revision: 20f3dc8f8b82c5e30da795e76fe99f114b81196a
URL: https://github.com/llvm/llvm-project/commit/20f3dc8f8b82c5e30da795e76fe99f114b81196a
DIFF: https://github.com/llvm/llvm-project/commit/20f3dc8f8b82c5e30da795e76fe99f114b81196a.diff
LOG: [HWASAN] Remove RUN statements, which have to effect on the test
Added:
Modified:
libcxxabi/test/forced_unwind2.pass.cpp
libcxxabi/test/test_vector2.pass.cpp
Removed:
################################################################################
diff --git a/libcxxabi/test/forced_unwind2.pass.cpp b/libcxxabi/test/forced_unwind2.pass.cpp
index eefb35b35bb64..a61d397dc35ff 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 78bdc8118b50b..3f04c3df7aca8 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"
More information about the libcxx-commits
mailing list