Searched full:exclude (Results 1 – 25 of 76) sorted by relevance
1234
/Zephyr-latest/tests/lib/spsc_pbuf/ |
D | testcase.yaml | 5 # Exclude platform which does not link with cache functions 22 # Exclude platform which does not link with cache functions 31 # Exclude platform which does not link with cache functions
|
/Zephyr-latest/tests/drivers/gpio/gpio_get_direction/ |
D | testcase.yaml | 8 # Fix exclude when we can exclude just sim run
|
/Zephyr-latest/tests/lib/acpi/unit/src/ |
D | mock.h | 9 /* Exclude PCIE header */ 12 /* Exclude Logging macrobatic */
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/smp_version/ |
D | testcase.yaml | 11 # FIXME: Exclude systems whereby the processor type is not known and emits a warning 24 # FIXME: Exclude systems whereby the processor type is not known and emits a warning
|
/Zephyr-latest/tests/drivers/gpio/gpio_api_1pin/ |
D | testcase.yaml | 12 # Fix exclude when we can exclude just sim run
|
/Zephyr-latest/tests/lib/cpp/cxx/ |
D | testcase.yaml | 29 # Note: the -std= variants below exclude the host compilers, which 37 # Exclude nRF54L series, nRF54H20 and nRF9280 as Nordic HAL is not compatible with C++98. 38 # Exclude CONFIG_HAS_RENESAS_RA_FSP and CONFIG_HAS_RENESAS_RZ_FSP as Renesas HALs are not
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_info/ |
D | testcase.yaml | 10 # FIXME: Exclude architectures that lack a reboot handler function 32 # FIXME: Exclude systems whereby the processor type is not known and emits a warning
|
/Zephyr-latest/scripts/ci/es_upload/ |
D | README.md | 45 exclude excess data, extract substrings by regular expressions, change data structure 49 * `--exclude` removes excess testsuite properties not needed to store them 104 --exclude path run_id \ 129 --exclude path run_id \ 151 --exclude path run_id \
|
/Zephyr-latest/.github/ |
D | license_config.yml | 7 exclude:
|
/Zephyr-latest/tests/kernel/workq/work/ |
D | testcase.yaml | 6 # the related CI checks got blocked, so exclude it.
|
/Zephyr-latest/tests/drivers/console/line_splitting/ |
D | testcase.yaml | 17 robot_option: --exclude some_flag
|
/Zephyr-latest/samples/net/prometheus/ |
D | sample.yaml | 16 # Exclude CONFIG_HAS_RENESAS_RA_FSP as Renesas RA HAL has build error with mbedtls Socket
|
/Zephyr-latest/samples/net/sockets/echo_service/ |
D | sample.yaml | 8 # eventfd does not work properly with native_posix so exclude it here
|
/Zephyr-latest/tests/subsys/mgmt/mcumgr/os_mgmt_echo/ |
D | testcase.yaml | 8 # FIXME: Exclude architectures that lack a reboot handler function
|
/Zephyr-latest/tests/drivers/build_all/sensor/ |
D | CMakeLists.txt | 7 # Exclude main when running the generic test because ztest supplies its own
|
/Zephyr-latest/tests/net/dhcpv4/server/ |
D | testcase.yaml | 4 # eventfd API does not work with native_posix so exclude it here
|
/Zephyr-latest/tests/net/socket/service/ |
D | testcase.yaml | 6 # eventfd API does not work with native_posix so exclude it here
|
/Zephyr-latest/scripts/ruff/ |
D | gen_format_exclude.py | 14 sys.stdout.write("exclude = [\n")
|
/Zephyr-latest/tests/subsys/zbus/hlp_priority_boost/ |
D | testcase.yaml | 10 # memcpy(). So exclude these platforms from running in
|
/Zephyr-latest/scripts/ci/ |
D | tags.yaml | 30 # files-exclude: 33 # files-regex-exclude:
|
D | test_plan.py | 337 tag.exclude = True 344 # Like tag._match_fn(path), but for files-exclude and 345 # files-regex-exclude 347 _get_match_fn(x.get("files-exclude"), x.get("files-regex-exclude")) 354 t.exclude = False 358 if t.exclude:
|
/Zephyr-latest/scripts/west_commands/completion/ |
D | west-completion.bash | 51 # COMP_WORDBREAKS to exclude those characters. The intent is to 64 local exclude i j first 65 # Which word separators to exclude? 66 exclude="${1//[^$COMP_WORDBREAKS]}" 68 if [ -z "$exclude" ]; then 82 [ "${COMP_WORDS[$i]//[^$exclude]}" = "${COMP_WORDS[$i]}" ] 111 local exclude cur_ words_ cword_ 113 exclude=$2 116 __west_reassemble_comp_words_by_ref "$exclude" 1065 --exclude-platform -P [all …]
|
/Zephyr-latest/scripts/ |
D | get_maintainer.py | 204 # Like area._match_fn(path), but for files-exclude and 205 # files-regex-exclude 207 _get_match_fn(area_dict.get("files-exclude"), 208 area_dict.get("files-regex-exclude")) 487 "files-exclude", "files-regex", "files-regex-exclude", 524 for files_key in "files", "files-exclude": 543 for files_regex_key in "files-regex", "files-regex-exclude":
|
/Zephyr-latest/tests/ztest/fail/ |
D | CMakeLists.txt | 30 list(FILTER fail_test_config EXCLUDE REGEX "^$")
|
/Zephyr-latest/include/zephyr/net/ |
D | igmp.h | 34 struct in_addr *source_list; /**< List of sources to include or exclude */
|
1234