Skip to content

Commit c3e4e4f

Browse files
committed
Reapply "tests: c_lib: exclude rx arch"
This reverts commit 38947f1.
1 parent 0a8f9a3 commit c3e4e4f

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
@@ -10,6 +10,10 @@ common:
1010
- arch
1111
- simulation
1212
filter: not CONFIG_NATIVE_APPLICATION
13+
arch_exclude:
14+
# see #89839
15+
- rx
16+
skip: true
1317
tests:
1418
libraries.libc.c11_threads.minimal:
1519
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
# GNU C++ Standard Library (libstdc++)
37
cpp.libcxx.glibcxx.newlib:

0 commit comments

Comments
 (0)