diff --git a/tests/compress-fail.test b/tests/compress-fail.test index b9e64dd..4c3b5fe 100644 --- a/tests/compress-fail.test +++ b/tests/compress-fail.test @@ -3,7 +3,7 @@ RUN: not thorin %p/inputs/empty-compressed-section.dwo -o %t 2>&1 | FileCheck %s RUN: not thorin %p/inputs/invalid-compressed.dwo -o %t 2>&1 | FileCheck --check-prefix=INVALID %s CHECK: Error: Failed to add `{{.*}}` to DWARF package -CHECK: Invalid ELF GNU compressed section header +CHECK: Invalid GNU compressed section header # `llvm-dwp` fails to decompress this, but `thorin` is able to but the contents aren't meaningful. INVALID: Error: Failed to add `{{.*}}/invalid-compressed.dwo` to DWARF package diff --git a/tests/tu-units-v5.s b/tests/tu-units-v5.s index 0f16b37..b117fbf 100644 --- a/tests/tu-units-v5.s +++ b/tests/tu-units-v5.s @@ -6,7 +6,7 @@ # CHECK-DAG: .debug_info.dwo contents: # CHECK: 0x00000000: Type Unit: length = 0x00000017, format = DWARF32, version = 0x0005, unit_type = DW_UT_split_type, abbr_offset = 0x0000, addr_size = 0x08, name = '', type_signature = [[TUID1:.*]], type_offset = 0x0019 (next unit at 0x0000001b) # CHECK: 0x0000001b: Type Unit: length = 0x00000017, format = DWARF32, version = 0x0005, unit_type = DW_UT_split_type, abbr_offset = 0x0000, addr_size = 0x08, name = '', type_signature = [[TUID2:.*]], type_offset = 0x0019 (next unit at 0x00000036) -# CHECK_DAG: .debug_tu_index contents: +# CHECK-DAG: .debug_tu_index contents: # CHECK: version = 5, units = 2, slots = 4 # CHECK: Index Signature INFO ABBREV # CHECK: 1 [[TUID1]] [0x00000000, 0x0000001b) [0x00000000, 0x00000010) diff --git a/tests/type-dedup-v5.test b/tests/type-dedup-v5.test index a1b2bc4..cfdcd7e 100644 --- a/tests/type-dedup-v5.test +++ b/tests/type-dedup-v5.test @@ -5,5 +5,5 @@ # RUN: thorin %t-a.dwo %t-b.dwo -o %t.dwp # RUN: llvm-dwarfdump -debug-tu-index %t.dwp | FileCheck %s -# CHECK_DAG: .debug_tu_index contents: +# CHECK-DAG: .debug_tu_index contents: # CHECK: version = 5, units = 1, slots = 2