[lldb] Enable (un-xfail) some dwarf tests for arm

These are passing now that the relocation assertion has been removed in
D132954.

Relocations still remain unimplemented though, so it's possible this may
start to fail due to unrelated changes. If that happens very often, we
may just need to disable (skip) the test instead.
This commit is contained in:
Pavel Labath 2022-09-14 11:35:16 +02:00
parent aba2085e52
commit d079bf33de
3 changed files with 0 additions and 5 deletions

View File

@ -1,4 +1,3 @@
; XFAIL: target-arm && linux-gnu
; UNSUPPORTED: system-windows
;
; This test verifies that we do the right thing with DIFlagExportSymbols which is the new

View File

@ -1,4 +1,3 @@
// XFAIL: target-arm && linux-gnu
// UNSUPPORTED: system-windows
//
// Test to verify we are correctly generating anonymous flags when parsing

View File

@ -6,9 +6,6 @@
// This test uses lldb's embedded python interpreter
// REQUIRES: python
// ObjectFileELF::ApplyRelocations does not implement arm32.
// XFAIL: target-arm && linux-gnu
// RUN: %clang_host %s -fno-standalone-debug -glldb \
// RUN: -gdwarf-5 -gpubnames -gsplit-dwarf -O3 -c -o %t1.o