diff --git a/js/src/tests/jstests.py b/js/src/tests/jstests.py index c2c6fe33d562..5c625759ae77 100644 --- a/js/src/tests/jstests.py +++ b/js/src/tests/jstests.py @@ -156,7 +156,7 @@ class ResultsSink: print 'FAIL' + suffix def all_passed(self): - return not self.groups.get((False, True, False)) + return 'REGRESSIONS' not in self.groups def run_tests(tests, results): """Run the given tests, sending raw results to the given results accumulator."""