This website requires JavaScript.
Explore
Help
Sign In
OrgZephyr
/
zephyr
mirror of
https://github.com/zephyrproject-rtos/zephyr.git
Watch
1
Star
0
Fork
You've already forked zephyr
0
Code
Issues
Releases
Wiki
Activity
88611de9bd
zephyr
/
tests
/
kernel
/
obj_tracing
/
prj.conf
6 lines
96 B
Plaintext
Raw
Normal View
History
Unescape
Escape
kconfig: remove deprecated DEBUG_TRACING_KERNEL_OBJECTS Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2017-12-04 22:58:01 +08:00
CONFIG_OBJECT_TRACING=y
tests: kernel: import obj_tracing test to unified kernel obj_tracing test from legacy modified to use unified APIs directly. Jira: ZEP-932 Change-Id: Ib5d300334e527b842668be076c94c40b65d7cbe4 Signed-off-by: Jithu Joseph <jithu.joseph@intel.com>
2017-02-07 08:09:38 +08:00
CONFIG_THREAD_MONITOR=y
tests: obj_tracing: Convert legacy test to ztest Use ztest API in legacy test to support ztest framework and also update README according to new output. Signed-off-by: Punit Vara <punit.vara@intel.com>
2017-10-25 18:33:22 +08:00
CONFIG_ZTEST=y
tests: obj_tracing: disable BT for this test BT does use a semaphore, which does cause the count of sempahores to fail, disable BT here to only keep locally created objects. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-01-14 03:51:08 +08:00
CONFIG_BT=n
tests: Never disable SMP Disabling SMP mode for certain tests was a one-release thing, done to avoid having to triage every test independently (MANY are not SMP-safe), and with the knowledge that it was probably hiding bugs in the kernel. Turn it on pervasively. Tests are treated with a combination of flagging specific cases as "1cpu" where we have short-running tests that can be independently run in an otherwise SMP environment, and via setting CONFIG_MP_NUM_CPUS=1 where that's not possible (which still runs the full SMP kernel config, but with only one CPU available). Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-08-20 23:42:43 +08:00
CONFIG_MP_NUM_CPUS=1