Skip to content

Commit 98ecf25

Browse files
fabiobaltierikartben
authored andcommitted
tests: threads_ext: move min_flash and min_ram parameters to test level
One of the tests is failing since it was split out in 1a63360 triggering an assertion: ASSERTION FAIL [((((size_t)(16)) << 10) - (((uintptr_t) (&_end)) - 0x20000000)) >= 8192] @ WEST_TOPDIR/zephyr/lib/libc/newlib/libc-hooks.c:139 Fix it by making the min_flash and min_ram parameters up to overall test level. Signed-off-by: Chris Friedt <[email protected]> Signed-off-by: Fabio Baltieri <[email protected]>
1 parent f2b5188 commit 98ecf25

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/posix/threads_ext/testcase.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ common:
77
platform_key:
88
- arch
99
- simulation
10+
min_flash: 64
11+
min_ram: 32
1012
tests:
11-
portability.posix.threads_ext:
12-
min_flash: 64
13-
min_ram: 32
13+
portability.posix.threads_ext: {}
1414
portability.posix.threads_ext.minimal:
1515
extra_configs:
1616
- CONFIG_MINIMAL_LIBC=y

0 commit comments

Comments
 (0)