mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-31 08:25:38 +00:00
depot_autopilot: skip test-libc with low memory
* Skip test-libc on top of foc_pbxa9 and hw_imx53_tz as both platforms have to few memory in their configuration
This commit is contained in:
parent
271fd0ba06
commit
216dc49741
@ -146,6 +146,7 @@ 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]]
|
||||
set skip_test_pkg(test-solo5) [expr ![have_spec x86_64]]
|
||||
set skip_test_pkg(test-libc) [expr [expr [have_spec pbxa9] && [have_spec foc]] || [expr [have_spec imx53] && [have_spec trustzone]]]
|
||||
|
||||
#
|
||||
# FIXME
|
||||
|
Loading…
x
Reference in New Issue
Block a user