Searched refs:test_case (Results 1 - 7 of 7) sorted by relevance

/openbsd-current/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dlldbplatformutil.py20 def check_first_register_readable(test_case):
21 arch = test_case.getArchitecture()
24 test_case.expect("register read eax", substrs=['eax = 0x'])
26 test_case.expect("register read r0", substrs=['r0 = 0x'])
28 test_case.expect("register read x0", substrs=['x0 = 0x'])
30 test_case.expect("register read zero", substrs=['zero = 0x'])
32 test_case.expect("register read r0", substrs=['r0 = 0x'])
34 test_case.expect("register read r0", substrs=['r0 = 0x'])
37 test_case.fail(
39 test_case
[all...]
/openbsd-current/regress/lib/libcrypto/wycheproof/
H A Dwycheproof-json.pl46 foreach $test_case (@$test_group_tests) {
47 %tc = %$test_case;
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/test/
H A Dtest_result.py181 test_case, formatted_exc = result.failures[0]
182 self.assertTrue(test_case is test)
230 test_case, formatted_exc = result.errors[0]
231 self.assertTrue(test_case is test)
/openbsd-current/lib/libexpat/tests/
H A Dns_tests.c683 struct test_case { struct
688 struct test_case cases[] = {
H A Dbasic_tests.c4642 struct test_case { struct
4660 struct test_case cases[] = {
/openbsd-current/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_allocator_test.cpp1275 for (auto test_case : test_cases) {
1278 for (int i = 0; test_case[i] != 0; i++)
1279 tracker.NextPage(test_case[i] == 'x');
1283 const char* last_x = strrchr(test_case, 'x');
1285 test_case,
1286 last_x == nullptr ? 0 : (last_x - test_case + 1));
/openbsd-current/gnu/llvm/lldb/third_party/Python/module/unittest2/unittest2/
H A Dcase.py130 def __init__(self, expected, test_case, expected_regexp=None):
132 self.failureException = test_case.failureException

Completed in 223 milliseconds