Skip to content

Commit 9714921

Browse files
committed
samples/tests: Disable the smp targets
Currently, the smp targets seem to be deadlocking immediately on the first critical section. For this release, disable these targets, and this can be investigated for the next release. Signed-off-by: David Brown <[email protected]>
1 parent dd4c47d commit 9714921

File tree

8 files changed

+0
-16
lines changed

8 files changed

+0
-16
lines changed

etc/platforms.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
-p qemu_cortex_m0
22
-p qemu_cortex_m3
33
-p qemu_riscv32
4-
-p qemu_riscv32/qemu_virt_riscv32/smp
54
-p qemu_riscv64
6-
-p qemu_riscv64/qemu_virt_riscv64/smp
75
-p m2gl025_miv

samples/bench/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ common:
1414
- qemu_cortex_m0
1515
- qemu_cortex_m3
1616
- qemu_riscv32
17-
- qemu_riscv32/qemu_virt_riscv32/smp
1817
- qemu_riscv64
19-
- qemu_riscv64/qemu_virt_riscv64/smp
2018
- nrf52840dk/nrf52840
2119
tests:
2220
sample.rust/bench.plain:

samples/blinky/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@ common:
77
- qemu_cortex_m0
88
- qemu_cortex_m3
99
- qemu_riscv32
10-
- qemu_riscv32/qemu_virt_riscv32/smp
1110
- qemu_riscv64
12-
- qemu_riscv64/qemu_virt_riscv64/smp
1311
- nrf52840dk/nrf52840
1412
tests:
1513
sample.basic.blinky:

samples/hello_world/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ common:
1313
- qemu_cortex_m0
1414
- qemu_cortex_m3
1515
- qemu_riscv32
16-
- qemu_riscv32/qemu_virt_riscv32/smp
1716
- qemu_riscv64
18-
- qemu_riscv64/qemu_virt_riscv64/smp
1917
- nrf52840dk/nrf52840
2018
tests:
2119
sample.rust.helloworld:

samples/philosophers/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,7 @@ common:
1515
- qemu_cortex_m0
1616
- qemu_cortex_m3
1717
- qemu_riscv32
18-
- qemu_riscv32/qemu_virt_riscv32/smp
1918
- qemu_riscv64
20-
- qemu_riscv64/qemu_virt_riscv64/smp
2119
- nrf52840dk/nrf52840
2220
tests:
2321
sample.rust.philosopher.semaphore:

samples/work-philosophers/sample.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ common:
1313
- qemu_cortex_m0
1414
- qemu_cortex_m3
1515
- qemu_riscv32
16-
- qemu_riscv32/qemu_virt_riscv32/smp
1716
- qemu_riscv64
18-
- qemu_riscv64/qemu_virt_riscv64/smp
1917
- nrf52840dk/nrf52840
2018
tests:
2119
sample.rust.work-philosopher:

tests/time/testcase.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ common:
44
- qemu_cortex_m0
55
- qemu_cortex_m3
66
- qemu_riscv32
7-
- qemu_riscv32/qemu_virt_riscv32/smp
87
- qemu_riscv64
9-
- qemu_riscv64/qemu_virt_riscv64/smp
108
- nrf52840dk/nrf52840
119
tests:
1210
test.rust.time:

tests/timer/testcase.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@ common:
44
- qemu_cortex_m0
55
- qemu_cortex_m3
66
- qemu_riscv32
7-
- qemu_riscv32/qemu_virt_riscv32/smp
87
- qemu_riscv64
9-
- qemu_riscv64/qemu_virt_riscv64/smp
108
- nrf52840dk/nrf52840
119
tests:
1210
test.rust.timer:

0 commit comments

Comments
 (0)