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
d8708d52bc
zephyr
/
tests
/
kernel
/
test_sleep
/
testcase.ini
3 lines
30 B
INI
Raw
Normal View
History
Unescape
Escape
test: Add nanokernel test_sleep project The 'test_sleep' nanokernel project tests the following functionality: 1. Normal expiration of fiber_sleep() 2. Waking a sleeping fiber via fiber_fiber_wakeup() 3. Waking a sleeping fiber via isr_fiber_wakeup() 4. Waking a sleeping fiber via task_fiber_wakeup() 5. Normal expiration of task_sleep() Change-Id: Ie51997ace9a4413f62d77daacd6dff97b6b3a4dd Signed-off-by: Peter Mitsis <peter.mitsis@windriver.com>
2016-02-23 00:05:52 +08:00
[test]
tags: basic kernel objects test for actual hardware Tagged some tests/kernel testcases with 'bat_commit'. Only test that work on actual hardware are tagged, while tests with known issues were left not tagged, test meant for emulator or build only were also not tagged. Change-Id: Icede6bc76788aba60d8f1fdcf624e95a7d3116a2 Signed-off-by: Genaro Saucedo Tejada <genaro.saucedo.tejada@intel.com>
2016-06-30 04:28:50 +08:00
tags
=
core bat_commit