From 3c6d41697196be3c3de6d3912b2f4e6efcacf4b8 Mon Sep 17 00:00:00 2001 From: Chris Friedt Date: Sat, 5 Apr 2025 10:19:42 -0400 Subject: [PATCH] test: posix: c_lib_ext: reduce memory requirements for testsuite Previously, these tests were part of tests/posix/common. In an effort to tie feature tests to specific POSIX features (Option Groups), these tests were moved to a separate suite in a previous commit. However, the memory requirements for the legacy tests/posix/common testsuite were significantly higher while the memory requirements for tests in tests/posix/c_lib_ext are significantly lower. Remove the minimum flash and ram requirements to run the test so that it passes tests on the integration platform qemu_cortex_m0. Signed-off-by: Chris Friedt --- tests/posix/c_lib_ext/testcase.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/tests/posix/c_lib_ext/testcase.yaml b/tests/posix/c_lib_ext/testcase.yaml index 3b558f38b2dc3..639caf5520de7 100644 --- a/tests/posix/c_lib_ext/testcase.yaml +++ b/tests/posix/c_lib_ext/testcase.yaml @@ -10,8 +10,6 @@ common: - simulation integration_platforms: - qemu_cortex_m0 - min_flash: 64 - min_ram: 32 tests: portability.posix.c_lib_ext: extra_configs: