-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
A few more test cases that are measurably unreliable when run in SMP. For the most part these work most of the time (though the semaphore one was pretty borderline -- I measured about 25% failures), but are measurably unstable against the backdrop of known qemu instability. Something is clearly going on and we need to come back to these to fix threadsafety issues. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
- Loading branch information
Showing
6 changed files
with
7 additions
and
1 deletion.
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,2 +1,3 @@ | ||
CONFIG_HEAP_MEM_POOL_SIZE=256 | ||
CONFIG_ZTEST=y | ||
CONFIG_SMP=n |
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 |
---|---|---|
|
@@ -14,3 +14,5 @@ CONFIG_IDLE_STACK_SIZE=768 | |
# to check isr | ||
CONFIG_IRQ_OFFLOAD=y | ||
CONFIG_ISR_STACK_SIZE=768 | ||
|
||
CONFIG_SMP=n |
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,2 +1,3 @@ | ||
CONFIG_ZTEST=y | ||
CONFIG_IRQ_OFFLOAD=y | ||
CONFIG_SMP=n |
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,2 +1,3 @@ | ||
CONFIG_ZTEST=y | ||
CONFIG_IRQ_OFFLOAD=y | ||
CONFIG_SMP=n |