zephyr/tests/kernel/mem_protect
Alberto Escolar Piedras 04c7620580 native: blacklisted 3 testcases
The following 3 testcases are blacklisted for the POSIX
arch / simple_process BOARD:
* tests/drivers/ipm : won't compile due to missing
   __stdout_hook_install()  [part of minimal libc]
  (POSIX arch uses the native libc)
* tests/kernel/mem_protect/stackprot : will crash
  "natively" when trying to corrupt the stack and therefore
  will fail the testcase. The current understanding is that
  the POSIX arch should let the native OS handle faults,
  so they can be debugged with the native tools.
* samples/cpp_synchronization : it is not possible
  to build cpp code yet on top of the posix arch

Signed-off-by: Alberto Escolar Piedras <alpi@oticon.com>
2017-12-27 14:16:08 -05:00
..
app_memory tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
obj_validation tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
protection tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
stackprot native: blacklisted 3 testcases 2017-12-27 14:16:08 -05:00
userspace tests/kernel/mem_protect/userspace: test access to other thread stack 2017-12-14 09:08:19 -08:00