Skip to content

Commit d81725d

Browse files
committed
[test] Disable the test with asan
There is a memory leak. See comments in https://reviews.llvm.org/D125783
1 parent 0911e57 commit d81725d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/test/tools/llvm-debuginfo-analyzer/DWARF/pr-incorrect-logical-instructions.test

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
; REQUIRES: x86-registered-target
22

3+
; FIXME: Memory leak https://reviews.llvm.org/D125783
4+
; UNSUPPORTED: asan
5+
36
; * Added incorrect logical instructions for: --print=lines,instructions
47
; 'bar' and 'foo' showing extra instruction from compiler generated functions:
58
; '_cxx_global_var_init' and '_GLOBAL_sub_l_suite_lexical_01.cpp'

0 commit comments

Comments
 (0)