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
9ab2a56751
zephyr
/
tests
/
kernel
/
smp
/
testcase.yaml
4 lines
75 B
YAML
Raw
Normal View
History
Unescape
Escape
tests/kernel: SMP test Simple SMP test to validate the two threads can be simultaneously scheduled. Arranges things such that both threads are at different priorities and never yield the CPU, so on a uniprocessor build they cannot be fairly scheduled. Checks that both are nonetheless making progress. Signed-off-by: Andy Ross <andrew.j.ross@intel.com>
2018-02-03 05:49:30 +08:00
tests
:
tests: kernel: style, tag, and category fixes Fix coding style, test tags and use categories. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2018-04-22 05:52:43 +08:00
kernel.multiprocessing
:
tests: kernel/smp: whitelist qemu_x86_64 for testing Add qemu_x86_64 to the platform whitelist so that this will actually be built and tested with sanitycheck. Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2019-03-19 01:28:32 +08:00
platform_whitelist
:
esp32 qemu_x86_64