zephyr/tests
Andy Ross 829f6639da tests/kernel/smp: Remove test_wakeup_pending_threads case
This case was predicated on a mistake.  The behavior of k_wakeup() has
always been NOT to wake up threads that are "pending" on a wait queue,
only ones blocked on a timeout in k_sleep().  As written, this test
case could never pass.

(Really there's no good reason for that.  It seems reasonable to me to
expect wakeup to work symmetrically, and the docs are sort of
ambiguous on the subject.  But the code in k_wakeup() is clear:
threads flagged pending get an early exit and the call becomes a
noop.)

Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2019-03-13 19:15:20 +01:00
..
application_development
benchmarks all: Update reserved function names 2019-03-11 13:48:42 -04:00
bluetooth
boards
booting/stub
cmsis_rtos_v1
cmsis_rtos_v2 all: Update reserved function names 2019-03-11 13:48:42 -04:00
compliance
crypto
drivers tests: drivers: counter: Fix coverity issues 2019-03-13 09:08:55 -05:00
kernel tests/kernel/smp: Remove test_wakeup_pending_threads case 2019-03-13 19:15:20 +01:00
lib all: Update reserved function names 2019-03-11 13:48:42 -04:00
misc
net tests: net: tcp: Check null ptr dereference 2019-03-13 05:39:41 -05:00
posix
shell
subsys
unit
ztest