Skip to content

Commit 2ec7af3

Browse files
cfriedtkartben
authored andcommitted
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 <[email protected]>
1 parent ff9a9fe commit 2ec7af3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/posix/c_lib_ext/testcase.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ common:
1010
- simulation
1111
integration_platforms:
1212
- qemu_cortex_m0
13-
min_flash: 64
14-
min_ram: 32
1513
tests:
1614
portability.posix.c_lib_ext:
1715
extra_configs:

0 commit comments

Comments
 (0)