aboutsummaryrefslogtreecommitdiff
path: root/libcxxabi
diff options
context:
space:
mode:
authorVitaly Buka <vitalybuka@google.com>2023-10-26 21:39:49 -0700
committerVitaly Buka <vitalybuka@google.com>2023-10-26 21:48:56 -0700
commitc07903aac7b9bc60d48f0381073285d79642cc3f (patch)
tree442c2a7a6b50c8a4bd79cf697e190f88010fc8b2 /libcxxabi
parent88934a82dced0116227e4ad9af8896d8fa0943b8 (diff)
downloadllvm-c07903aac7b9bc60d48f0381073285d79642cc3f.zip
llvm-c07903aac7b9bc60d48f0381073285d79642cc3f.tar.gz
llvm-c07903aac7b9bc60d48f0381073285d79642cc3f.tar.bz2
[libc++abi] Disable test with a leaks
Leak could be real, as the code terminates before freeing the memory.
Diffstat (limited to 'libcxxabi')
-rw-r--r--libcxxabi/test/test_vector2.pass.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/libcxxabi/test/test_vector2.pass.cpp b/libcxxabi/test/test_vector2.pass.cpp
index 3f04c3d..2acbca9 100644
--- a/libcxxabi/test/test_vector2.pass.cpp
+++ b/libcxxabi/test/test_vector2.pass.cpp
@@ -6,6 +6,9 @@
//
//===----------------------------------------------------------------------===//
+// Reports leaks after https://github.com/llvm/llvm-project/pull/66285
+// UNSUPPORTED: lsan
+
// UNSUPPORTED: no-exceptions
#include "cxxabi.h"