Home
last modified time | relevance | path

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

/art/tools/checker/match/
Dtest.py35 def try_match(self, checker_string, c1_string, var_state={}): member in MatchLines_Test
41 self.assertIsNotNone(self.try_match(checker_string, c1_string, var_state))
44 self.assertIsNone(self.try_match(checker_string, c1_string, var_state))
72 self.try_match("foo<<X>>bar", "foobar", {})
79 env = self.try_match("foo<<X:A.*B>>bar", "fooABbar", {})
81 env = self.try_match("foo<<X:A.*B>>bar", "fooAxxBbar", {})
90 self.try_match("<<X:...>><<X>><<X:...>><<X>>", "foofoobarbar")