mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-05 00:50:54 +00:00
depot_autopilot: skip RAM-hungry tests on foc/pbxa9
foc (or maybe bootstrap) seems to cap RAM at 256 MiB while hw uses the entire RAM configured at the Qemu command line.
This commit is contained in:
parent
7ba00f3692
commit
62a0605cf0
@ -793,6 +793,9 @@ if {[have_spec foc]} {
|
|||||||
set skip_test(test-entrypoint) [have_board pbxa9]
|
set skip_test(test-entrypoint) [have_board pbxa9]
|
||||||
set skip_test(test-libc) [have_board pbxa9]
|
set skip_test(test-libc) [have_board pbxa9]
|
||||||
set skip_test(test-tcp_bulk_lxip) [have_board pbxa9]
|
set skip_test(test-tcp_bulk_lxip) [have_board pbxa9]
|
||||||
|
# foc on pbxa9 caps RAM at 256 MiB - skip tests with excessive RAM demand
|
||||||
|
skip_test_if [have_board pbxa9] test-file_vault_config_report
|
||||||
|
skip_test_if [have_board pbxa9] test-file_vault_config_report_no_entropy
|
||||||
}
|
}
|
||||||
if {[have_spec riscv]} {
|
if {[have_spec riscv]} {
|
||||||
set skip_test(gcov) true
|
set skip_test(gcov) true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user