From 19950b928dcd6eb55fc8f9475eee25f76481da60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milo=C5=A1=20Prchl=C3=ADk?= Date: Fri, 28 Jun 2024 19:47:36 +0200 Subject: [PATCH] Test coverage for RHEL-36305 --- tests/testsuite/interesting-cases.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/tests/testsuite/interesting-cases.sh b/tests/testsuite/interesting-cases.sh index 1d89f70..cda90e4 100644 --- a/tests/testsuite/interesting-cases.sh +++ b/tests/testsuite/interesting-cases.sh @@ -69,6 +69,26 @@ function verify_interesting_cases () { "Please support DT_RELR/pack-relative-relocs in RHEL10 on aarch64" \ "https://issues.redhat.com/browse/RHEL-31846" + verify_test "ld/section-order-1a" \ + "$tool_log" \ + "Implement --section-ordering-file in the BFD linker" \ + "https://issues.redhat.com/browse/RHEL-36305" + + verify_test "ld/section-order-1b" \ + "$tool_log" \ + "Implement --section-ordering-file in the BFD linker" \ + "https://issues.redhat.com/browse/RHEL-36305" + + verify_test "ld/section-order-1c" \ + "$tool_log" \ + "Implement --section-ordering-file in the BFD linker" \ + "https://issues.redhat.com/browse/RHEL-36305" + + verify_test "ld/section-order-1d" \ + "$tool_log" \ + "Implement --section-ordering-file in the BFD linker" \ + "https://issues.redhat.com/browse/RHEL-36305" + else rlLogInfo "No tests for $tool and RHEL-10" fi