zephyr/tests/kernel
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
..
alert/alert_api tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
arm_irq_vector_table tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
arm_runtime_nmi tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
bitfield tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
boot_page_table tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
common tests: kernel/common : fix for native 2017-12-27 14:16:08 -05:00
context tests: kernel/context posix arch support 2017-12-27 14:16:08 -05:00
critical test: kernel/critical fix for posix arch 2017-12-27 14:16:08 -05:00
errno tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
fatal test: kernel/fatal changes for POSIX 2017-12-27 14:16:08 -05:00
fifo/fifo_api tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
fp_sharing tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
gen_isr_table tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
irq_offload tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
libs tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
lifo/lifo_api tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
mbox/mbox_api tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
mem_heap/mheap_api_concept tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
mem_pool tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
mem_protect native: blacklisted 3 testcases 2017-12-27 14:16:08 -05:00
mem_slab tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
msgq/msgq_api tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
multilib tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
mutex tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
obj_tracing tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
pending tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
pipe/pipe_api tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
poll tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
profiling/profiling_api tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
pthread kernel: move posix header to posix/ 2017-12-27 14:16:08 -05:00
queue tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
semaphore/sema_api tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
sleep test: sleep: fix for posix arch 2017-12-27 14:16:08 -05:00
sprintf test: sprintf fix for POSIX arch 2017-12-27 14:16:08 -05:00
stack/stack_api tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
static_idt tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
systhreads tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
test_build tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
threads tests: kernel/threads/scheduling fix for native arch 2017-12-27 14:16:08 -05:00
tickless test: kernel/tickless fix for native 2017-12-27 14:16:08 -05:00
timer test: timer use k_busy_wait() 2017-12-27 14:16:08 -05:00
userbufer_validate tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00
workq test: workq : fix for native arch 2017-12-27 14:16:08 -05:00
xip tests/samples: fixed yaml syntax 2017-12-11 14:47:08 -05:00