This website requires JavaScript.
Explore
Help
Sign In
dasharo
/
zephyr
Watch
0
Star
0
Fork
0
You've already forked zephyr
mirror of
https://github.com/Dasharo/zephyr.git
synced
2026-03-06 14:57:20 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
main
Add File
New File
Apply Patch
zephyr
/
tests
/
kernel
/
timer
/
timer_error_case
/
testcase.yaml
8 lines
115 B
YAML
Raw
Permalink
Normal View
History
Unescape
Escape
kernel: timer: Add some testcases to testing timer and clock Add some error condition or testing cases to verify whether the robustness of API. Such as give a NULL to some API and check the response if get result that we were expacted. Signed-off-by: Jian Kang <jianx.kang@intel.com>
2020-12-30 17:38:20 +08:00
tests
:
tests: timer: fix improper test identifier The test identifier of timer error case in testcase.yaml is exactly the same as timer api's test identifier. So I fix this. Signed-off-by: Lixin Guo <lixinx.guo@intel.com>
2021-11-09 14:41:15 +08:00
kernel.timer.error_case
:
samples, tests: convert string-based twister lists to YAML lists Twister now supports using YAML lists for all fields that were written as space-separated lists. Used twister_to_list.py script. Some artifacts on string length are due to how ruamel dumps content. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2023-05-08 13:37:42 +02:00
tags
:
-
kernel
-
timer
-
userspace
tests: use ignore_fault field instead of tags Use dedicated field in the yaml file instead of mixing this testing feature with tags. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2022-11-24 09:53:21 -05:00
ignore_faults
:
true
Reference in New Issue
Copy Permalink