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
8011221712
zephyr
/
tests
/
kernel
/
test_mem_safe
/
testcase.ini
5 lines
87 B
INI
Raw
Normal View
History
Unescape
Escape
test: add nanokernel mem_safe test This test can only be executed on x86. Change-Id: I4fe60dbee9dcb11f983855b507f53c2b9fbb54d0 Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2015-09-19 03:14:25 +08:00
[test]
tags
=
core
test_mem_safe: support ARM Test works for ARM, but not testing sys_mem_safe_write_to_text_section() since base ARM image are XIP images. This test could be enhanced to boot a secondary non-XIP image for ARM to test writing to .text. Change-Id: I56aef68afabe88588b61c273901491de0c24a39b Signed-off-by: Benjamin Walsh <benjamin.walsh@windriver.com>
2015-10-31 05:06:50 +08:00
arch_whitelist
=
x86 arm
sanitycheck: allow for more expressive filtering in testcase.ini The old 'config_whitelist' directive in testcase.ini has been removed. We use the new expr_parser module to parse a 'filter' directive which is a boolean expression. This gives a great deal more flexibility in how tests can be filtered. To keep the tree bisectable, use of config_whitelist in testcase.ini converted to the new expression language. Change-Id: I0617319818c5559c0f0569d2fa73d09b681cac51 Signed-off-by: Andrew Boie <andrew.p.boie@intel.com>
2016-03-25 05:46:00 +08:00
filter
=
not CONFIG_X86_IAMCU
testcases: sanity check TCs get more language for real HW Add more specifications or qualify some to the sanity check test cases for them to be ran in real hardware: - kernel types (micro vs nano) - platforms / arches to exclude / include - one that is removed (for the PCI sample) as it cannot be ran without extra information Change-Id: Id14dc15eb89358c3656d2814ea41bb6fec051278 Signed-off-by: Inaky Perez-Gonzalez <inaky.perez-gonzalez@intel.com>
2016-04-22 03:21:11 +08:00
timeout
=
200