mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-19 03:06:39 +00:00
depot_autopilot: skip libc_getenv on foc x86
When doing the libc_getenv test on autopilot+foc+x86 and one of the subsequent tests crashes the system so it gets rebooted by the run script, the system doesn't come up again. It gets stuck after core initialization. Issue #3027
This commit is contained in:
parent
abd3855161
commit
eab7f54139
@ -142,6 +142,15 @@ set skip_test_pkg(test-lx_block) [expr ![have_spec linux]]
|
||||
set skip_test_pkg(test-tcp_bulk_lwip) [expr ![have_spec x86]]
|
||||
set skip_test_pkg(test-tcp_bulk_lxip) [expr ![have_spec x86]]
|
||||
|
||||
#
|
||||
# FIXME
|
||||
#
|
||||
# When doing the libc_getenv test on autopilot+foc+x86 and one of the
|
||||
# subsequent tests crashes the system so it gets rebooted by the run script,
|
||||
# the system doesn't come up again. It gets stuck after core initialization.
|
||||
#
|
||||
set skip_test_pkg(test-libc_getenv) [expr [get_cmd_switch --autopilot] && [have_spec foc] && [have_spec x86]]
|
||||
|
||||
|
||||
##############################################################
|
||||
## Local copies of run tool procedures with small adaptions ##
|
||||
|
Loading…
Reference in New Issue
Block a user