Home
last modified time | relevance | path

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

/external/cronet/testing/flake_suppressor_common/
Dresults.py96 self._expectations_processor.GetExpectationFileForSuite(
Dunittest_utils.py92 def GetExpectationFileForSuite(self, suite: str, member in UnitTestExpectationProcessor
Dexpectations.py295 expectation_file = self.GetExpectationFileForSuite(suite, typ_tags)
475 def GetExpectationFileForSuite(self, suite: str, member in ExpectationProcessor