depot_autopilot: skip test-spark_exception on ARM

Issue #3395
This commit is contained in:
Christian Helmuth 2019-06-11 10:35:36 +02:00
parent 45f3ccc42a
commit 1b059649ff
1 changed files with 7 additions and 6 deletions

View File

@ -756,18 +756,19 @@ proc non_executable_supported { } {
#
# Whether to skip a test - if undefined for a test, the test is not skipped
#
set skip_test(test-python) [expr ![have_spec x86]]
set skip_test(test-slab) [expr [get_cmd_switch --autopilot] && [have_include "power_on/qemu"]]
set skip_test(test-rm_nested) [expr [have_spec linux]]
set skip_test(test-fault_detection) [expr [have_spec pistachio] || [have_spec fiasco]]
set skip_test(test-fs_packet) [expr [get_cmd_switch --autopilot] && [have_include "power_on/qemu"]]
set skip_test(test-libc) [expr [have_spec sel4] || [have_spec rpi] || [expr [have_spec pbxa9] && [have_spec foc]] || [expr [have_spec imx53] && [have_spec trustzone]]]
set skip_test(test-lx_block) [expr ![have_spec linux]]
set skip_test(test-python) [expr ![have_spec x86]]
set skip_test(test-rm_fault) [expr [have_spec linux] || ![non_executable_supported]]
set skip_test(test-rm_fault_no_nox) [expr [have_spec linux] || ![skip_test test-rm_fault]]
set skip_test(test-lx_block) [expr ![have_spec linux]]
set skip_test(test-rm_nested) [expr [have_spec linux]]
set skip_test(test-slab) [expr [get_cmd_switch --autopilot] && [have_include "power_on/qemu"]]
set skip_test(test-solo5) [expr ![have_spec x86_64]]
set skip_test(test-spark_exception) [expr [have_spec arm]]
set skip_test(test-tcp_bulk_lwip) [expr ![have_spec x86]]
set skip_test(test-tcp_bulk_lxip) [expr ![have_spec x86]]
set skip_test(test-solo5) [expr ![have_spec x86_64]]
set skip_test(test-libc) [expr [have_spec sel4] || [have_spec rpi] || [expr [have_spec pbxa9] && [have_spec foc]] || [expr [have_spec imx53] && [have_spec trustzone]]]
#
# FIXME