Searched refs:test_funcs (Results 1 – 4 of 4) sorted by relevance
4 Subject: [PATCH] test_funcs: skip test_unknown for pytest 812 tests/test_funcs.py | 2 +-15 diff --git a/tests/test_funcs.py b/tests/test_funcs.py17 --- a/tests/test_funcs.py18 +++ b/tests/test_funcs.py
109 } test_funcs[] = { variable136 for (j = 0; j < sizeof(test_funcs) / sizeof(test_funcs[0]); j++) { in main()137 f = &test_funcs[j]; in main()
11 file://0001-test_funcs-skip-test_unknown-for-pytest-8.patch \
301 const test_func test_funcs[] = { variable342 test_funcs[i](cpu); in loop()