[AIX] Disable tests failing due to missing DWARF sections
authorJake Egan <Jake.Egan@ibm.com>
Fri, 8 Oct 2021 16:06:25 +0000 (12:06 -0400)
committerJake Egan <Jake.Egan@ibm.com>
Fri, 8 Oct 2021 16:06:38 +0000 (12:06 -0400)
commit8037481cb2d729ae3d782c3fed930f69d740fa23
tree56102d32b36bec25b4e3e554e54fc9da56584f9a
parentff3b542e7ca8fba014182b4fa888a5106f076fef
[AIX] Disable tests failing due to missing DWARF sections

The following tests are failing due to missing DWARF sections. This patch sets these tests as XFAIL/DISABLED on AIX until a more permanent solution is implemented.

Reviewed By: shchenz

Differential Revision: https://reviews.llvm.org/D111336
15 files changed:
clang/test/Modules/DebugInfoSubmoduleImport.c
llvm/test/DebugInfo/Generic/2010-04-19-FramePtr.ll
llvm/test/DebugInfo/Generic/accel-table-hash-collisions.ll
llvm/test/DebugInfo/Generic/address_space_rvalue.ll
llvm/test/DebugInfo/Generic/debug-names-empty-name.ll
llvm/test/DebugInfo/Generic/debug-names-hash-collisions.ll
llvm/test/DebugInfo/Generic/debug-names-index-type.ll
llvm/test/DebugInfo/Generic/debug-names-linkage-name.ll
llvm/test/DebugInfo/Generic/debug-names-many-cu.ll
llvm/test/DebugInfo/Generic/debug-names-name-collisions.ll
llvm/test/DebugInfo/Generic/debug-names-one-cu.ll
llvm/test/DebugInfo/Generic/debug-names-two-cu.ll
llvm/test/DebugInfo/Generic/export-symbol-anonymous-class.ll
llvm/test/DebugInfo/Generic/string-offsets-form.ll
llvm/unittests/DebugInfo/DWARF/DWARFDebugInfoTest.cpp