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
f68146f74e
zephyr
/
tests
/
kernel
/
smp
/
testcase.yaml
5 lines
88 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: new updated names for the kernel tests After run Sanitycheck script I found out that some test cases have the same test case name in the test result .xml file. To get rid of it, I decided to change test cases names for the kernel tests. Signed-off-by: Maksim Masalski <maksim.masalski@intel.com>
2019-10-24 10:59:47 +08:00
kernel.multiprocessing.smp
:
tests/samples: add tags to some tests Some tests/samples had no tags, fill those.. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-07-17 04:25:38 +08:00
tags
:
smp
tests: smp: do not whitelist, use filter Whitelisting is bad, new platforms with this capability would be missed.. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2019-10-05 23:15:10 +08:00
filter
:
(CONFIG_MP_NUM_CPUS > 1)