Searched refs:_expectations (Results 1 – 3 of 3) sorted by relevance
46 self._expectations = {}72 self._expectations = json.load(expectation_file)80 if not self._expectations:98 if perf_key not in self._expectations:100 perf_data = self._expectations[perf_key]
87 self._expectations = []96 if self._expectations:102 self._expectations.append(124 return self._expectations
1730 _expectations = { variable2034 _expectations['freebsd5'] = _expectations['freebsd4']2035 _expectations['freebsd6'] = _expectations['freebsd4']2036 _expectations['freebsd7'] = _expectations['freebsd4']2037 _expectations['freebsd8'] = _expectations['freebsd4']2045 if sys.platform in _expectations:2046 s = _expectations[sys.platform]