[libcxx-commits] [libcxxabi] e0df943 - [HWASAN] Disable leak checking for test_vector2.pass.cpp
Kirill Stoimenov via libcxx-commits
libcxx-commits at lists.llvm.org
Thu Mar 16 10:39:12 PDT 2023
Author: Kirill Stoimenov
Date: 2023-03-16T17:38:50Z
New Revision: e0df9431d7f64068ac3dd77bfe1ee797789c9e34
URL: https://github.com/llvm/llvm-project/commit/e0df9431d7f64068ac3dd77bfe1ee797789c9e34
DIFF: https://github.com/llvm/llvm-project/commit/e0df9431d7f64068ac3dd77bfe1ee797789c9e34.diff
LOG: [HWASAN] Disable leak checking for test_vector2.pass.cpp
Added:
Modified:
libcxxabi/test/test_vector2.pass.cpp
Removed:
################################################################################
diff --git a/libcxxabi/test/test_vector2.pass.cpp b/libcxxabi/test/test_vector2.pass.cpp
index 3f04c3df7aca8..78bdc8118b50b 100644
--- a/libcxxabi/test/test_vector2.pass.cpp
+++ b/libcxxabi/test/test_vector2.pass.cpp
@@ -6,6 +6,7 @@
//
//===----------------------------------------------------------------------===//
+// RUN: export LSAN_OPTIONS=detect_leaks=0
// UNSUPPORTED: no-exceptions
#include "cxxabi.h"
More information about the libcxx-commits
mailing list