Home
last modified time | relevance | path

Searched refs:test_method (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/
H A Dtest_result.py144 test_method = getattr(test, test._testMethodName)
145 if test_method is not None and hasattr(test_method, "categories"):
146 test_categories.extend(test_method.categories)
H A Dlldbtest.py1706 def test_method(self, attrvalue=attrvalue): function
1710 test_method.__name__ = method_name
1711 test_method.debug_info = cat
1712 newattrs[method_name] = test_method
/openbsd-src/gnu/llvm/lldb/packages/Python/lldbsuite/test/tools/lldb-server/
H A Dgdbremote_testcase.py51 def test_method(self, attrvalue=attrvalue): function
55 test_method.__name__ = method_name
56 test_method.debug_server = cat
57 newattrs[method_name] = test_method