[llvm] d81725d - [test] Disable the test with asan
Vitaly Buka via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 27 21:36:29 PDT 2022
Author: Vitaly Buka
Date: 2022-10-27T21:35:08-07:00
New Revision: d81725d2bc016b58cb9327910f7892a2d4ac53c1
URL: https://github.com/llvm/llvm-project/commit/d81725d2bc016b58cb9327910f7892a2d4ac53c1
DIFF: https://github.com/llvm/llvm-project/commit/d81725d2bc016b58cb9327910f7892a2d4ac53c1.diff
LOG: [test] Disable the test with asan
There is a memory leak.
See comments in https://reviews.llvm.org/D125783
Added:
Modified:
llvm/test/tools/llvm-debuginfo-analyzer/DWARF/pr-incorrect-logical-instructions.test
Removed:
################################################################################
diff --git a/llvm/test/tools/llvm-debuginfo-analyzer/DWARF/pr-incorrect-logical-instructions.test b/llvm/test/tools/llvm-debuginfo-analyzer/DWARF/pr-incorrect-logical-instructions.test
index a99eae2aa2933..72bc76a5e0290 100644
--- a/llvm/test/tools/llvm-debuginfo-analyzer/DWARF/pr-incorrect-logical-instructions.test
+++ b/llvm/test/tools/llvm-debuginfo-analyzer/DWARF/pr-incorrect-logical-instructions.test
@@ -1,5 +1,8 @@
; REQUIRES: x86-registered-target
+; FIXME: Memory leak https://reviews.llvm.org/D125783
+; UNSUPPORTED: asan
+
; * Added incorrect logical instructions for: --print=lines,instructions
; 'bar' and 'foo' showing extra instruction from compiler generated functions:
; '_cxx_global_var_init' and '_GLOBAL_sub_l_suite_lexical_01.cpp'
More information about the llvm-commits
mailing list