Skip to content

Commit 7a1e82a

Browse files
dcpleungkartben
authored andcommitted
boards: qemu/xtensa: ignore FPU and SMP testing tags
Ignore FPU and SMP tests for QEMU Xtensa boards as they do not support these features, and have been filtered out already. Add both tags to the ignore list so twister will not even try to run cmake on them just to filter them out later. Signed-off-by: Daniel Leung <[email protected]>
1 parent adba712 commit 7a1e82a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

boards/qemu/xtensa/qemu_xtensa_dc233c.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,10 @@ toolchain:
99
testing:
1010
default: true
1111
ignore_tags:
12-
- net
1312
- bluetooth
13+
- fpu
14+
- net
15+
- smp
1416
vendor: cdns
1517
ram: 16384
1618
flash: 32768

boards/qemu/xtensa/qemu_xtensa_dc233c_mmu.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ toolchain:
99
testing:
1010
default: true
1111
ignore_tags:
12-
- net
1312
- bluetooth
13+
- fpu
14+
- net
15+
- smp

boards/qemu/xtensa/qemu_xtensa_sample_controller32_mpu.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,7 @@ toolchain:
99
testing:
1010
default: true
1111
ignore_tags:
12-
- net
1312
- bluetooth
13+
- fpu
14+
- net
15+
- smp

0 commit comments

Comments
 (0)