diff options
author | Kirill Stoimenov <kstoimenov@google.com> | 2023-03-16 21:50:59 +0000 |
---|---|---|
committer | Kirill Stoimenov <kstoimenov@google.com> | 2023-03-16 21:54:22 +0000 |
commit | 20f3dc8f8b82c5e30da795e76fe99f114b81196a (patch) | |
tree | 4b775c284b1560b5c64d9f3a12e970e7194d3b3b /libcxxabi | |
parent | 502ab13eb0362cddc203b953be8dd814b1869bf4 (diff) | |
download | llvm-20f3dc8f8b82c5e30da795e76fe99f114b81196a.zip llvm-20f3dc8f8b82c5e30da795e76fe99f114b81196a.tar.gz llvm-20f3dc8f8b82c5e30da795e76fe99f114b81196a.tar.bz2 |
[HWASAN] Remove RUN statements, which have to effect on the test
Diffstat (limited to 'libcxxabi')
-rw-r--r-- | libcxxabi/test/forced_unwind2.pass.cpp | 1 | ||||
-rw-r--r-- | libcxxabi/test/test_vector2.pass.cpp | 1 |
2 files changed, 0 insertions, 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" |