Searched refs:LLDBTestCase (Results 1 – 5 of 5) sorted by relevance
40 from lldbtest.testcase import LLDBTestCase49 class TestExamples(LLDBTestCase):123 @unittest.skipIf(LLDBTestCase.kernel().startswith('mach.release'),159 @unittest.skipIf(LLDBTestCase.arch() != 'arm64e', "Only on arm64e")165 @unittest.skipIf(LLDBTestCase.variant() != 'DEVELOPMENT', "DEVELOPMENT kernel only")169 self.assertEqual(LLDBTestCase.variant(), "DEVELOPMENT")
37 from lldbtest.testcase import LLDBTestCase42 class ScriptedProcessTest(LLDBTestCase):119 @unittest.skipIf(LLDBTestCase.kernel().startswith('mach.release'),156 @unittest.skipIf(LLDBTestCase.kernel().startswith('mach.release'),257 @unittest.skipIf(LLDBTestCase.kernel().startswith('mach.release'),
37 from lldbtest.testcase import LLDBTestCase45 class ProcessTest(LLDBTestCase):
44 from lldbtest.testcase import LLDBTestCase133 if isinstance(test, LLDBTestCase):332 if isinstance(res.test, LLDBTestCase):
40 class LLDBTestCase(TestCase): class