Test coverage for RHEL-36305

This commit is contained in:
Miloš Prchlík 2024-06-28 19:47:36 +02:00
commit 19950b928d

View file

@ -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