Go to file
Inaky Perez-Gonzalez 57eb17a8ca tests/kernel/stackprot: 'fatal fault' is not a failure
By default, when a 'fatal fault' message is seen in the output of any
testcase, it is consider an inmediate fatal condition and the test
case is aborted.

However, this testcase is provoking the situation to verify the
condition is caught. This, it shall NOT be considered a fatal fault
and the default overriden to allow it to proceed.

This was done in the legacy testcases and now is moved to this
testcase, ported from legacy.

Change-Id: Icac6cf55cae2ffd9b071e9dd1f35918b7b30de5e
Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2017-01-03 19:30:54 +00:00
.known-issues
arch logging: move event_logger to subsys/logging 2016-12-25 14:34:43 -05:00
boards
doc doc: move c library section to subsystems 2017-01-03 17:31:58 +00:00
drivers shell: move shell to its own subsystem 2016-12-25 19:35:11 +00:00
ext
include Merge "Merge net branch into master" 2017-01-03 14:22:15 +00:00
kernel logging: move event_logger to subsys/logging 2016-12-25 14:34:43 -05:00
lib net: Restructure network protocols 2017-01-02 10:03:19 +01:00
misc
samples tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
scripts sanitycheck: add --log-file to log everything to a file too 2017-01-03 19:21:31 +00:00
subsys net: shell: NET_SHELL is not NET_LOG dependent 2017-01-02 10:03:20 +01:00
tests tests/kernel/stackprot: 'fatal fault' is not a failure 2017-01-03 19:30:54 +00:00
.checkpatch.conf
.gitattributes
.gitignore
.gitreview
.mailmap
defaults.tc
Kbuild
Kconfig
Kconfig.zephyr
LICENSE
LICENSING.rst
MAINTAINERS MAINTAINERS: Update network applications section 2017-01-03 15:27:50 +00:00
Makefile
Makefile.inc tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
Makefile.test tests: introduce Makefile.test 2017-01-03 17:48:44 +00:00
release-notes.rst
zephyr-env.sh