Make RHEL-39953 aarch64-only
This commit is contained in:
parent
4d3c8a8953
commit
bb2d005a7c
1 changed files with 4 additions and 4 deletions
|
|
@ -108,10 +108,10 @@ function verify_interesting_cases () {
|
|||
#
|
||||
elif rlIsRHEL ">=9.5" "<10"; then
|
||||
if [ "$tool" = "binutils" ]; then
|
||||
verify_test "Check if efi app format is recognized" \
|
||||
"$tool_log" \
|
||||
"\"Check if efi app format is recognized\" upstream test case fails for aarch64 binutils builds" \
|
||||
"https://issues.redhat.com/browse/RHEL-39953"
|
||||
[ "$arch" == "aarch64" ] && verify_test "Check if efi app format is recognized" \
|
||||
"$tool_log" \
|
||||
"\"Check if efi app format is recognized\" upstream test case fails for aarch64 binutils builds" \
|
||||
"https://issues.redhat.com/browse/RHEL-39953"
|
||||
|
||||
elif [ "$tool" = "ld" ]; then
|
||||
verify_test "ld-elf/pr27590a" \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue