Skip to content

Commit

Permalink
[test] Disable the test with asan
Browse files Browse the repository at this point in the history
There is a memory leak.
See comments in https://reviews.llvm.org/D125783
  • Loading branch information
vitalybuka committed Oct 28, 2022
1 parent 0911e57 commit d81725d
Showing 1 changed file with 3 additions and 0 deletions.
@@ -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'
Expand Down

0 comments on commit d81725d

Please sign in to comment.