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
6f99b6d0e4
zephyr
/
tests
/
kernel
/
condvar
/
condvar_api
/
testcase.yaml
8 lines
120 B
YAML
Raw
Normal View
History
Unescape
Escape
tests: kernel: add test for condition variables add a test for condition variables. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
2020-10-26 22:34:12 +08:00
tests
:
kernel.condvar
:
yamllint: fix all yamllint truthy errors Fix all thruthy errors detected by yamllint: yamllint -f parsable -c .yamllint $( find -regex '.*\.y[a]*ml' ) | \ grep '(truthy)' This only accepts true/false for boolean properties. Seems like python takes all sort of formats: https://github.com/yaml/pyyaml/blob/master/lib/yaml/constructor.py#L224-L235 But the current specs only mention "true" or "false" https://yaml.org/spec/1.2.2/#10212-boolean Which is the standard yamllint config. Excluding codeconv and workflow files, as some are using yes/no instead in the respective documentation. Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2023-01-03 19:23:56 +08:00
ignore_faults
:
true
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 19:37:42 +08:00
tags
:
-
kernel
-
userspace
-
condition_variables