From 62a0605cf05f4100da22e036e83dced93c2c7a1a Mon Sep 17 00:00:00 2001 From: Christian Helmuth Date: Thu, 6 Jul 2023 09:29:20 +0200 Subject: [PATCH] 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. --- repos/gems/run/depot_autopilot.run | 3 +++ 1 file changed, 3 insertions(+) diff --git a/repos/gems/run/depot_autopilot.run b/repos/gems/run/depot_autopilot.run index 3dd2f67646..195eb2b59e 100644 --- a/repos/gems/run/depot_autopilot.run +++ b/repos/gems/run/depot_autopilot.run @@ -793,6 +793,9 @@ if {[have_spec foc]} { set skip_test(test-entrypoint) [have_board pbxa9] set skip_test(test-libc) [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]} { set skip_test(gcov) true