Skip to content

Commit

Permalink
tests: remove misnamed platforms from platform_exclude
Browse files Browse the repository at this point in the history
Few tests with wrongly names platforms. This section is now being
verified for correctness like all others.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif authored and aescolar committed Sep 16, 2024
1 parent 02bca9f commit 0bca195
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 6 deletions.
1 change: 0 additions & 1 deletion tests/kernel/obj_core/obj_core/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ tests:
- qemu_x86
platform_exclude:
- qemu_x86_tiny
- qemu_x86_tiny/ia32/768
1 change: 0 additions & 1 deletion tests/kernel/obj_core/obj_core_stats/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ tests:
- qemu_x86
platform_exclude:
- qemu_x86_tiny
- qemu_x86_tiny/ia32/768
1 change: 0 additions & 1 deletion tests/kernel/obj_core/obj_core_stats_api/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,3 @@ tests:
- qemu_x86
platform_exclude:
- qemu_x86_tiny
- qemu_x86_tiny/ia32/768
1 change: 0 additions & 1 deletion tests/lib/lockfree/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
tests:
libraries.lockfree:
platform_exclude:
- m5stack_core2 # renode times out
- m2gl025_miv # renode times out
tags:
- lockfree
5 changes: 4 additions & 1 deletion tests/subsys/rtio/rtio_api/testcase.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
common:
# renode causes timeouts unfortunately
# xtensa dc233 (with mmu) has a TLB exception for unclear reasons
platform_exclude: m2gl025_miv m5stack_core2 hifive1 qemu_xtensa/dc233c/mmu
platform_exclude:
- m2gl025_miv
- hifive1
- qemu_xtensa/dc233c/mmu
platform_key:
- arch
- simulation
Expand Down
1 change: 0 additions & 1 deletion tests/subsys/zbus/integration/testcase.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ tests:
- qemu_cortex_a9
- hifive_unleashed
- fvp_base_revc_2xaemv8a//smp/ns
- fvp_baser_aemv8r_aarch32_smp
tags: zbus
integration_platforms:
- native_sim

0 comments on commit 0bca195

Please sign in to comment.