HomeSort by relevance Sort by last modified time
    Searched refs:FIXABLE (Results 1 - 2 of 2) sorted by null

  /external/v8/build/android/pylib/results/flakiness_dashboard/
json_results_generator_unittest.py 109 self.assertIn(JRG.FIXABLE, buildinfo)
115 fixable = {}
116 for fixable_items in buildinfo[JRG.FIXABLE]:
118 if result_type in fixable:
119 fixable[result_type] = fixable[result_type] + count
121 fixable[result_type] = count
124 self.assertEqual(fixable[JRG.PASS_RESULT], PASS_count)
126 self.assertTrue(JRG.PASS_RESULT not in fixable or
127 fixable[JRG.PASS_RESULT] == 0
    [all...]
json_results_generator.py 120 def Fixable(self):
153 FIXABLE = 'fixableCounts'
413 FIXABLE, FIXABLE_COUNT and ALL_FIXABLE_COUNT entries.
420 fixable_count = len([r for r in self._test_results if r.Fixable()])
432 self.FIXABLE)

Completed in 73 milliseconds