mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 19:06:03 +00:00
Unlike CONFIG_HW_STACK_PROTECTION, which greatly helps expose stack overflows in test code, activating userspace without putting threads in user mode is of very limited value. Now CONFIG_TEST_USERSPACE is off by default. Any test which puts threads in user mode will need to set CONFIG_TEST_USERSPACE. This should greatly increase sanitycheck build times as there is non-trivial build time overhead to enabling this feature. This also allows some tests which failed the build on RAM-constrained platforms to compile properly. tests/drivers/build_all is a special case; it doesn't put threads in user mode, but we want to ensure all the syscall handlers compile properly. Fixes: #15103 (and probably others) Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
11 lines
223 B
YAML
11 lines
223 B
YAML
common:
|
|
harness: net
|
|
tags: net gptp
|
|
sample:
|
|
description: Test gPTP functionality
|
|
name: gPTP sample app
|
|
tests:
|
|
sample.net.gptp:
|
|
platform_whitelist: frdm_k64f sam_e70_xplained native_posix
|
|
depends_on: netif
|