Searched refs:_test_results (Results 1 – 3 of 3) sorted by relevance
212 self._test_results = {}215 return test in self._test_results218 self._test_results[test] = {'expected': SKIP, 'actual': SKIP}222 self._test_results[test] = {'expected': PASS, 'actual': PASS}226 self._test_results[test] = {'expected': PASS, 'actual': FAIL, 'is_unexpected': True}240 if self._test_results:241 self._results['tests'][test_suite] = self._test_results242 self._test_results = {}
146 typedef std::vector<_test_result> _test_results; typedef in glcts::TessellationShadersIsolines147 typedef _test_results::iterator _test_results_iterator;148 …typedef std::map<_tessellation_shader_vertex_spacing, _test_results> _test_results_per_vertex_spac…
502 _test_results& test_results = m_test_results[vertex_spacing_mode]; in findTestResult()