arm64: Disable tests that need native drivers.

This commit is contained in:
Vladimir Serbinenko 2016-01-07 19:27:56 +01:00
parent 06c94739a5
commit 6e4174f6f9
5 changed files with 5 additions and 5 deletions

View File

@ -30,7 +30,7 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
mips*-arc | mips*-qemu_mips)
exit 0;;
# FIXME: No native drivers are available for those
powerpc-ieee1275 | sparc64-ieee1275)
powerpc-ieee1275 | sparc64-ieee1275 | arm64-efi)
exit 0;;
esac

View File

@ -30,7 +30,7 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
mips*-arc | mips*-qemu_mips)
exit 0;;
# FIXME: No native drivers are available for those
powerpc-ieee1275 | sparc64-ieee1275)
powerpc-ieee1275 | sparc64-ieee1275 | arm64-efi)
exit 0;;
esac

View File

@ -30,7 +30,7 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
mips*-arc | mips*-qemu_mips)
exit 0;;
# FIXME: No native drivers are available for those
powerpc-ieee1275 | sparc64-ieee1275)
powerpc-ieee1275 | sparc64-ieee1275 | arm64-efi)
exit 0;;
esac

View File

@ -30,7 +30,7 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
*-arc)
exit 0;;
# FIXME: No native drivers are available for those
powerpc-ieee1275 | sparc64-ieee1275)
powerpc-ieee1275 | sparc64-ieee1275 | arm64-efi)
exit 0;;
i386-ieee1275)
disk=hdb

View File

@ -30,7 +30,7 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
mips*-arc | mips*-qemu_mips)
exit 0;;
# FIXME: No native drivers are available for those
powerpc-ieee1275 | sparc64-ieee1275)
powerpc-ieee1275 | sparc64-ieee1275 | arm64-efi)
exit 0;;
esac