summaryrefslogtreecommitdiff
path: root/libcxxabi
diff options
context:
space:
mode:
authorKirill Stoimenov <kstoimenov@google.com>2023-03-16 21:50:59 +0000
committerKirill Stoimenov <kstoimenov@google.com>2023-03-16 21:54:22 +0000
commit20f3dc8f8b82c5e30da795e76fe99f114b81196a (patch)
tree4b775c284b1560b5c64d9f3a12e970e7194d3b3b /libcxxabi
parent502ab13eb0362cddc203b953be8dd814b1869bf4 (diff)
downloadllvm-20f3dc8f8b82c5e30da795e76fe99f114b81196a.tar.gz
[HWASAN] Remove RUN statements, which have to effect on the test
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/test/forced_unwind2.pass.cpp1
-rw-r--r--libcxxabi/test/test_vector2.pass.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/libcxxabi/test/forced_unwind2.pass.cpp b/libcxxabi/test/forced_unwind2.pass.cpp
index eefb35b35bb6..a61d397dc35f 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 78bdc8118b50..3f04c3df7aca 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"