From 216dc49741afe973db9ffd480e65a4ffee5fed59 Mon Sep 17 00:00:00 2001 From: Stefan Kalkowski Date: Fri, 30 Nov 2018 10:36:20 +0100 Subject: [PATCH] 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 --- repos/gems/run/depot_autopilot.run | 1 + 1 file changed, 1 insertion(+) diff --git a/repos/gems/run/depot_autopilot.run b/repos/gems/run/depot_autopilot.run index 0c0e72d3c5..997b1ee57b 100644 --- a/repos/gems/run/depot_autopilot.run +++ b/repos/gems/run/depot_autopilot.run @@ -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