Skip to content

Commit 86209ac

Browse files
nashifgalak
authored andcommitted
boards: qemu_x86_coverage: remove board testing coverage
This board was added to test coverage feature when coverage was introduced. This is now being testing with other boards and configurations on a regular basis, so no need for this extra overhead in CI. Signed-off-by: Anas Nashif <[email protected]>
1 parent ec5e301 commit 86209ac

File tree

8 files changed

+3
-49
lines changed

8 files changed

+3
-49
lines changed

boards/x86/qemu_x86/qemu_x86_coverage.dts

Lines changed: 0 additions & 6 deletions
This file was deleted.

boards/x86/qemu_x86/qemu_x86_coverage.yaml

Lines changed: 0 additions & 13 deletions
This file was deleted.

boards/x86/qemu_x86/qemu_x86_coverage_defconfig

Lines changed: 0 additions & 20 deletions
This file was deleted.

doc/guides/coverage.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,7 @@ Steps to generate code coverage reports
4646

4747
These steps will produce an HTML coverage report for a single application.
4848

49-
1. Build the code with CONFIG_COVERAGE=y. Some boards like qemu_x86_coverage
50-
automatically enable this, but for boards that do not you will need to
51-
enable the configuration manually:
49+
1. Build the code with CONFIG_COVERAGE=y.
5250

5351
.. zephyr-app-commands::
5452
:board: mps2_an385

tests/kernel/tickless/tickless_concept/testcase.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ tests:
33
arch_exclude: nios2
44
# FIXME: This test fails sporadically on all QEMU platforms, but fails
55
# consistently when coverage is enabled. Disable until 14173 is fixed.
6-
platform_exclude: qemu_x86_coverage
7-
litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
6+
platform_exclude: litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
87
nrf5340dk_nrf5340_cpunet
98
tags: kernel

tests/kernel/timer/timer_api/testcase.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
tests:
22
kernel.timer:
33
tags: kernel timer userspace
4-
platform_exclude: qemu_x86_coverage
54
kernel.timer.tickless:
65
extra_args: CONF_FILE="prj_tickless.conf"
76
arch_exclude: nios2 posix
8-
platform_exclude: qemu_x86_coverage
9-
litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
7+
platform_exclude: litex_vexriscv rv32m1_vega_zero_riscy rv32m1_vega_ri5cy
108
nrf5340dk_nrf5340_cpunet
119
tags: kernel timer userspace
1210
kernel.timer.no_multitheading:

tests/subsys/cpp/cxx/testcase.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ tests:
22
cpp.main:
33
integration_platforms:
44
- mps2_an385
5-
platform_exclude: qemu_x86_coverage
65
tags: cpp

tests/subsys/cpp/libcxx/testcase.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ common:
44
- mps2_an385
55
tests:
66
cpp.libcxx:
7-
platform_exclude: qemu_x86_coverage
87
toolchain_exclude: xcc
98
min_flash: 54
109
tags: cpp

0 commit comments

Comments
 (0)