Skip to content

Commit e285f1a

Browse files
author
Nicolas Pitre
committed
tests: posix: xsi_realtime: Exclude FVP SMP for minimal and picolibc for now
The xsi_realtime test with minimal and picolibc C libraries fails on FVP SMP configurations. The test execution completes but reports failure, distinct from both the timeout issues (lockfree, eventfd) and the newlib spinlock validation failures. Tests affected: - portability.posix.xsi_realtime.minimal (failed) - portability.posix.xsi_realtime.picolibc (failed) The newlib variant was already disabled by the previous Kconfig change that disables all newlib on FVP SMP. Signed-off-by: Nicolas Pitre <[email protected]>
1 parent 3e49237 commit e285f1a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

tests/posix/xsi_realtime/testcase.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,12 @@ common:
2121
tests:
2222
portability.posix.xsi_realtime: {}
2323
portability.posix.xsi_realtime.minimal:
24+
platform_exclude:
25+
# FVP SMP: test failure
26+
- fvp_base_revc_2xaem/v8a/smp
27+
- fvp_base_revc_2xaem/v8a/smp/ns
28+
- fvp_base_revc_2xaem/v9a/smp
29+
- fvp_base_revc_2xaem/v9a/smp/ns
2430
extra_configs:
2531
- CONFIG_MINIMAL_LIBC=y
2632
portability.posix.xsi_realtime.newlib:
@@ -30,5 +36,11 @@ tests:
3036
portability.posix.xsi_realtime.picolibc:
3137
tags: picolibc
3238
filter: CONFIG_PICOLIBC_SUPPORTED
39+
platform_exclude:
40+
# FVP SMP: test failure
41+
- fvp_base_revc_2xaem/v8a/smp
42+
- fvp_base_revc_2xaem/v8a/smp/ns
43+
- fvp_base_revc_2xaem/v9a/smp
44+
- fvp_base_revc_2xaem/v9a/smp/ns
3345
extra_configs:
3446
- CONFIG_PICOLIBC=y

0 commit comments

Comments
 (0)