-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix a few inconsistent test identifiers. Signed-off-by: Anas Nashif <[email protected]>
- Loading branch information
1 parent
190f0dd
commit f25e220
Showing
12 changed files
with
21 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
tests: | ||
dsp_sharing.test_load_store: | ||
arch.arc.dsp_sharing.test_load_store: | ||
filter: CONFIG_ISA_ARCV2 and CONFIG_ARC_HAS_DSP | ||
platform_allow: nsim_em11d | ||
dsp_sharing.test_calculation: | ||
arch.arc.dsp_sharing.test_calculation: | ||
filter: CONFIG_ISA_ARCV2 and CONFIG_ARC_HAS_DSP | ||
toolchain_allow: arcmwdt | ||
platform_allow: nsim_em11d |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tests: | ||
arch.interrupt.arm.hardfault_validation: | ||
arch.arm.interrupt.hardfault_validation: | ||
filter: not CONFIG_TRUSTED_EXECUTION_NONSECURE and CONFIG_ARMV7_M_ARMV8_M_MAINLINE | ||
arch_allow: arm | ||
tags: arm |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,5 +5,5 @@ common: | |
platform_allow: native_posix | ||
build_only: true | ||
tests: | ||
fpga.build: | ||
drivers.fpga.build: | ||
tags: fpga |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
tests: | ||
net.eth_ivshmem_queue: | ||
net.ethernet.eth_ivshmem_queue: | ||
platform_allow: qemu_cortex_a53 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tests: | ||
virtualization.ivshmem: | ||
drivers.virtualization.ivshmem: | ||
arch_allow: | ||
- x86 | ||
- arm64 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ common: | |
min_ram: 16 | ||
depends_on: netif | ||
tests: | ||
net.conn_mgr_conn: | ||
net.conn_mgr.conn: | ||
tags: | ||
- net | ||
- iface |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters