mirror of https://gitlab.com/qemu-project/qemu
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1.1 KiB
Meson
63 lines
1.1 KiB
Meson
# SPDX-License-Identifier: GPL-2.0-or-later
|
|
|
|
test_arm_timeouts = {
|
|
'aspeed_palmetto' : 120,
|
|
'aspeed_romulus' : 120,
|
|
'aspeed_witherspoon' : 120,
|
|
'aspeed_ast2500' : 720,
|
|
'aspeed_ast2600' : 1200,
|
|
'aspeed_bletchley' : 480,
|
|
'aspeed_catalina' : 480,
|
|
'aspeed_gb200nvl_bmc' : 480,
|
|
'aspeed_rainier' : 480,
|
|
'bpim2u' : 500,
|
|
'collie' : 180,
|
|
'cubieboard' : 360,
|
|
'orangepi' : 540,
|
|
'quanta_gsj' : 240,
|
|
'raspi2' : 120,
|
|
'replay' : 240,
|
|
'tuxrun' : 240,
|
|
'sx1' : 360,
|
|
}
|
|
|
|
tests_arm_system_quick = [
|
|
'migration',
|
|
]
|
|
|
|
tests_arm_system_thorough = [
|
|
'aspeed_ast1030',
|
|
'aspeed_palmetto',
|
|
'aspeed_romulus',
|
|
'aspeed_witherspoon',
|
|
'aspeed_ast2500',
|
|
'aspeed_ast2600',
|
|
'aspeed_bletchley',
|
|
'aspeed_catalina',
|
|
'aspeed_gb200nvl_bmc',
|
|
'aspeed_rainier',
|
|
'bpim2u',
|
|
'canona1100',
|
|
'collie',
|
|
'cubieboard',
|
|
'emcraft_sf2',
|
|
'integratorcp',
|
|
'max78000fthr',
|
|
'microbit',
|
|
'orangepi',
|
|
'quanta_gsj',
|
|
'raspi2',
|
|
'realview',
|
|
'replay',
|
|
'smdkc210',
|
|
'stellaris',
|
|
'sx1',
|
|
'vexpress',
|
|
'virt',
|
|
'tuxrun',
|
|
]
|
|
|
|
tests_arm_linuxuser_thorough = [
|
|
'bflt',
|
|
]
|