Skip to content

Commit ab46168

Browse files
cfriedtkartben
authored andcommitted
tests: posix: xsi_realtime: bump min_ram to 96k
The xsi_realtime testsuite now includes tests for fsync() and fdatasync() which require a ram-based fat filesystem. Technically speaking, it would probably not be 100% necessary to use a ramdisk to test these functions, but then the test would be limited to running on platforms with some file-system based storage. Signed-off-by: Chris Friedt <[email protected]>
1 parent 182e690 commit ab46168

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/posix/xsi_realtime/testcase.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ common:
88
- arch
99
- simulation
1010
min_flash: 64
11-
min_ram: 32
12-
timeout: 240
11+
min_ram: 96
1312
platform_exclude:
1413
# linker_zephyr_pre0.cmd:140: syntax error (??)
1514
- qemu_xtensa/dc233c

0 commit comments

Comments
 (0)