Skip to content

Commit 7aa01ff

Browse files
stephanosiocarlescufi
authored andcommitted
boards: qemu_cortex_r5: Remove ignored tags for working tests.
This commit removes any ignored testing tags for working tests. In the future, this ignored testing tag list will be further reduced as critical bugs for the qemu_cortex_r5 platform are addressed (see #20217). Signed-off-by: Stephanos Ioannidis <[email protected]>
1 parent 59cb2ac commit 7aa01ff

File tree

1 file changed

+5
-27
lines changed

1 file changed

+5
-27
lines changed

boards/arm/qemu_cortex_r5/qemu_cortex_r5.yaml

Lines changed: 5 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -5,45 +5,23 @@ simulation: qemu
55
arch: arm
66
toolchain:
77
- zephyr
8-
- gccarmemb
8+
- gnuarmemb
99
- xtools
10-
ram: 64
11-
flash: 256
10+
ram: 128
11+
flash: 1024
1212
testing:
13-
default: false
13+
default: true
1414
ignore_tags:
15-
- base64
1615
- benchmark
17-
- clib
18-
- cmsis_rtos_v1
19-
- cmsis_rtos_v1_philosopher
20-
- cmsis_rtos_v1_synchronization
21-
- cmsis_rtos_v2
22-
- cmsis_rtos_v2_philosopher
23-
- cmsis_rtos_v2_synchronization
16+
- cmsis_rtos
2417
- cpp
25-
- crypto
26-
- drivers
27-
- external
28-
- fdtable
29-
- gen_inc_file
3018
- interrupt
3119
- introduction
32-
- json
33-
- libc
3420
- logging
3521
- kernel
3622
- memory_protection
37-
- net
3823
- posix
39-
- rbtree
40-
- ring_buffer
41-
- shell
4224
- sleep
43-
- test_framework
44-
- timeutils
4525
- timer
4626
- userspace
47-
- util
48-
- xip
4927
- tracing

0 commit comments

Comments
 (0)