Browse Source
Sets CONFIG_TIMESLICE_SIZE=0 for tests that previously expected to run without timeslicing enabled, and now fail with the default CONFIG_TIMESLICE_SIZE=20. Note that timeslicing functionality is still included, but no actual timeslicing is performed. Signed-off-by: Daniel Mangum <georgedanielmangum@gmail.com>pull/90087/head
4 changed files with 4 additions and 0 deletions
@ -1,2 +1,3 @@
@@ -1,2 +1,3 @@
|
||||
CONFIG_ZTEST=y |
||||
CONFIG_MP_MAX_NUM_CPUS=1 |
||||
CONFIG_TIMESLICE_SIZE=0 |
||||
|
@ -1,4 +1,5 @@
@@ -1,4 +1,5 @@
|
||||
CONFIG_ZTEST=y |
||||
CONFIG_TEST_USERSPACE=y |
||||
CONFIG_MP_MAX_NUM_CPUS=1 |
||||
CONFIG_TIMESLICE_SIZE=0 |
||||
CONFIG_PIPES=y |
||||
|
Loading…
Reference in new issue