Home
last modified time | relevance | path

Searched defs:test_case (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py20 def check_first_register_readable(test_case): argument
178 def hasChattyStderr(test_case): argument
/openbsd-src/lib/libexpat/tests/
H A Dns_tests.c683 struct test_case { in START_TEST() struct
684 enum XML_Status expectedStatus; in START_TEST()
685 const char *doc; in START_TEST()
686 XML_Char namesep; in START_TEST()
H A Dbasic_tests.c4642 struct test_case { START_TEST() struct
4643 goodNameSTART_TEST::test_case START_TEST() argument
4644 goodNameStartSTART_TEST::test_case START_TEST() argument
4645 tagNameSTART_TEST::test_case START_TEST() argument
/openbsd-src/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py130 def __init__(self, expected, test_case, expected_regexp=None): argument
/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp1275 for (auto test_case : test_cases) { in TEST() local