Skip to content

Commit 19888c8

Browse files
committed
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 8273845 commit 19888c8

File tree

3 files changed

+10
-0
lines changed

3 files changed

+10
-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: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ common:
1010
- arch
1111
- simulation
1212
filter: not CONFIG_NATIVE_APPLICATION
13+
arch_exclude:
14+
# see #89839
15+
- rx
1316
tests:
1417
libraries.libc.c11_threads.minimal:
1518
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)