Home
last modified time | relevance | path

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

/test/app_compat/csuite/integration_tests/
Dcsuite_crash_detection_test.py42 self.expect_regex(completed_process.stdout, r"""PASSED\s*:\s*1""",
56 self.expect_regex(completed_process.stdout, r"""FAILED\s*:\s*1""",
89 def expect_regex(self, s, regex, msg=None): member in CrashDetectionTest