Skip to content

Commit 5193d0a

Browse files
[llvm-debuginfo-analyzer] (08/09) - ELF Reader - Disable test.
Disable the test case: 06-dwarf-full-logical-view.test It produces incorrect data on ARM: https://lab.llvm.org/buildbot/#/builders/182/builds/4232 https://lab.llvm.org/buildbot/#/builders/187/builds/9483 Expected: 189 (100.00%) : [0x000000000b][001] {CompileUnit} 110 ( 58.20%) : [0x000000002a][002] 2 {Function} 27 ( 14.29%) : [0x0000000071][003] {Block} Generated: 3432 ( 0.00%) : [0x000000000b][001] {CompileUnit} 3351 ( 0.00%) : [0x000000002a][002] 2 {Function} 3234 ( 0.00%) : [0x0000000071][003] {Block}
1 parent 29e4606 commit 5193d0a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/test/tools/llvm-debuginfo-analyzer/DWARF/06-dwarf-full-logical-view.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: Test failure https://reviews.llvm.org/D125783
4+
; UNSUPPORTED: arm
5+
36
; Test case 6 - Full logical view
47

58
; test.cpp

0 commit comments

Comments
 (0)