Home
last modified time | relevance | path

Searched refs:test_funcs (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/python/python3-attrs/
H A D0001-test_funcs-skip-test_unknown-for-pytest-8.patch4 Subject: [PATCH] test_funcs: skip test_unknown for pytest 8
12 tests/test_funcs.py | 2 +-
15 diff --git a/tests/test_funcs.py b/tests/test_funcs.py
17 --- a/tests/test_funcs.py
18 +++ b/tests/test_funcs.py
/openbmc/qemu/tests/tcg/s390x/
H A Dadd-logical-with-carry.c109 } test_funcs[] = { variable
136 for (j = 0; j < sizeof(test_funcs) / sizeof(test_funcs[0]); j++) { in main()
137 f = &test_funcs[j]; in main()
/openbmc/openbmc/poky/meta/recipes-devtools/python/
H A Dpython3-attrs_23.2.0.bb11 file://0001-test_funcs-skip-test_unknown-for-pytest-8.patch \
/openbmc/linux/samples/bpf/
H A Dmap_perf_test_user.c301 const test_func test_funcs[] = { variable
342 test_funcs[i](cpu); in loop()