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
777407b9ea
zephyr
/
tests
/
kernel
/
fatal
/
prj.conf
3 lines
44 B
Plaintext
Raw
Normal View
History
Unescape
Escape
tests: fatal: fix several issues An errant commit accidentally disabled all testing of hardware-based stack protection. Restore it, and work around a problem with how these kinds of exceptions are reported on ARM until #7706 is fixed. We need to globally disable user mode due to how the select statements in Kconfig work, the stack sentinel is incompatible with user mode. Some build warnings when compiling as native_posix fixed. Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2018-05-22 08:43:22 +08:00
CONFIG_HW_STACK_PROTECTION=y
tests: fatal: convert legacy test to ztest Clear checkpatch errors and make use of ztest apis to support ztest framework. Signed-off-by: Punit Vara <punit.vara@intel.com>
2017-10-31 13:05:27 +08:00
CONFIG_ZTEST=y