Skip to content

Commit 07aca01

Browse files
nashifstephanosio
authored andcommitted
tests: c_lib: exclude rx arch
Many tests failing for RX, exclude those until the arch stablizes. See #89839 Signed-off-by: Anas Nashif <[email protected]>
1 parent 42d70ec commit 07aca01

File tree

3 files changed

+11
-0
lines changed

3 files changed

+11
-0
lines changed

tests/lib/c_lib/common/testcase.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@ common:
22
tags:
33
- clib
44
ignore_faults: true
5+
arch_exclude:
6+
# see #89839
7+
- rx
58
integration_platforms:
69
- mps2/an385
710
tests:

tests/lib/c_lib/thrd/testcase.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@ common:
99
platform_key:
1010
- arch
1111
- simulation
12+
filter: not CONFIG_NATIVE_APPLICATION
13+
arch_exclude:
14+
# see #89839
15+
- rx
1216
tests:
1317
libraries.libc.c11_threads.minimal:
1418
tags: minimal_libc

tests/lib/cpp/libcxx/testcase.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
common:
2+
arch_exclude:
3+
# see #89839
4+
- rx
15
tests:
26
cpp.libcxx.glibcxx.newlib:
37
filter: TOOLCHAIN_HAS_NEWLIB == 1

0 commit comments

Comments
 (0)