Skip to content

Commit 3b44da6

Browse files
committed
tests: posix: temporarily exclude two platforms failing in CI
Two platforms are failing posix tests. One is a known issue with a fix in review (mps2/an385 userspace), and the other is an issue with qemu_arc/qemu_arc_hs5x encountering an invalid instruction and crashing. Signed-off-by: Chris Friedt <[email protected]>
1 parent 6bb4cb5 commit 3b44da6

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

tests/posix/common/testcase.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,9 @@ tests:
7070
- CONFIG_THREAD_STACK_INFO=n
7171
portability.posix.common.userspace:
7272
filter: CONFIG_ARCH_HAS_USERSPACE
73+
# Excluded while #96602 is in review
74+
platform_exclude:
75+
- mps2/an385
7376
tags:
7477
- userspace
7578
extra_configs:

tests/posix/signals/testcase.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,12 @@ common:
99
- simulation
1010
min_flash: 64
1111
min_ram: 32
12+
# Exclude qemu_arc/qemu_arc_hs5x for now because of qemu_arc issue
13+
# qemu-system-arc: /usr/src/debug/nativesdk-qemu-arc/git/target/arc/decoder-v2.c:266:
14+
# arc_find_format_v2: Assertion `mcount != 0' failed.
15+
# Aborted (core dumped)
16+
platform_exclude:
17+
- qemu_arc/qemu_arc_hs5x
1218
tests:
1319
portability.posix.signals:
1420
integration_platforms:

0 commit comments

Comments
 (0)