[llvm-debuginfo-analyzer] (08/09) - ELF Reader - Disable test.
authorCarlos Alberto Enciso <carlos.alberto.enciso@gmail.com>
Fri, 28 Oct 2022 06:20:15 +0000 (07:20 +0100)
committerCarlos Alberto Enciso <carlos.alberto.enciso@gmail.com>
Fri, 28 Oct 2022 06:21:46 +0000 (07:21 +0100)
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}

llvm/test/tools/llvm-debuginfo-analyzer/DWARF/06-dwarf-full-logical-view.test

index e83592a..742b2e0 100644 (file)
@@ -1,5 +1,8 @@
 ; REQUIRES: x86-registered-target
 
+; FIXME: Test failure https://reviews.llvm.org/D125783
+; UNSUPPORTED: arm
+
 ; Test case 6 - Full logical view
 
 ; test.cpp