[all-commits] [llvm/llvm-project] 5193d0: [llvm-debuginfo-analyzer] (08/09) - ELF Reader - D...
Carlos Alberto Enciso via All-commits
all-commits at lists.llvm.org
Thu Oct 27 23:23:16 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5193d0a4a305d0dc8d611ade9f059fe904cf6e99
https://github.com/llvm/llvm-project/commit/5193d0a4a305d0dc8d611ade9f059fe904cf6e99
Author: Carlos Alberto Enciso <carlos.alberto.enciso at gmail.com>
Date: 2022-10-28 (Fri, 28 Oct 2022)
Changed paths:
M llvm/test/tools/llvm-debuginfo-analyzer/DWARF/06-dwarf-full-logical-view.test
Log Message:
-----------
[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}
More information about the All-commits
mailing list