tests: remove misnamed platforms from platform_exclude
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>
This commit is contained in:
parent
02bca9f6f6
commit
0bca19588a
6 changed files with 4 additions and 6 deletions
|
@ -6,4 +6,3 @@ tests:
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
platform_exclude:
|
platform_exclude:
|
||||||
- qemu_x86_tiny
|
- qemu_x86_tiny
|
||||||
- qemu_x86_tiny/ia32/768
|
|
||||||
|
|
|
@ -6,4 +6,3 @@ tests:
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
platform_exclude:
|
platform_exclude:
|
||||||
- qemu_x86_tiny
|
- qemu_x86_tiny
|
||||||
- qemu_x86_tiny/ia32/768
|
|
||||||
|
|
|
@ -6,4 +6,3 @@ tests:
|
||||||
- qemu_x86
|
- qemu_x86
|
||||||
platform_exclude:
|
platform_exclude:
|
||||||
- qemu_x86_tiny
|
- qemu_x86_tiny
|
||||||
- qemu_x86_tiny/ia32/768
|
|
||||||
|
|
|
@ -1,7 +1,6 @@
|
||||||
tests:
|
tests:
|
||||||
libraries.lockfree:
|
libraries.lockfree:
|
||||||
platform_exclude:
|
platform_exclude:
|
||||||
- m5stack_core2 # renode times out
|
|
||||||
- m2gl025_miv # renode times out
|
- m2gl025_miv # renode times out
|
||||||
tags:
|
tags:
|
||||||
- lockfree
|
- lockfree
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
common:
|
common:
|
||||||
# renode causes timeouts unfortunately
|
# renode causes timeouts unfortunately
|
||||||
# xtensa dc233 (with mmu) has a TLB exception for unclear reasons
|
# 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:
|
platform_key:
|
||||||
- arch
|
- arch
|
||||||
- simulation
|
- simulation
|
||||||
|
|
|
@ -4,7 +4,6 @@ tests:
|
||||||
- qemu_cortex_a9
|
- qemu_cortex_a9
|
||||||
- hifive_unleashed
|
- hifive_unleashed
|
||||||
- fvp_base_revc_2xaemv8a//smp/ns
|
- fvp_base_revc_2xaemv8a//smp/ns
|
||||||
- fvp_baser_aemv8r_aarch32_smp
|
|
||||||
tags: zbus
|
tags: zbus
|
||||||
integration_platforms:
|
integration_platforms:
|
||||||
- native_sim
|
- native_sim
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue