mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
depot_autopilot: disable test-python for ARM
The test for python requires x86 to be built. Therefore, there is no test binary available when trying to execute that test on ARM with depot_autopilot.
This commit is contained in:
parent
db162477a4
commit
9857a0c956
@ -134,6 +134,7 @@ proc non_executable_supported { } {
|
||||
#
|
||||
# Whether to skip a test - if undefined for a test, the test is not skipped
|
||||
#
|
||||
set skip_test_pkg(test-python) [expr ![have_spec x86]]
|
||||
set skip_test_pkg(test-slab) [expr [get_cmd_switch --autopilot] && [have_include "power_on/qemu"]]
|
||||
set skip_test_pkg(test-rm_nested) [expr [have_spec linux]]
|
||||
set skip_test_pkg(test-fault_detection) [expr [have_spec pistachio] || [have_spec fiasco]]
|
||||
|
Loading…
x
Reference in New Issue
Block a user