* testsuite-management/validate_failures.py (ParseSummary): Fix
comment.
From-SVN: r190352
+2012-08-13 Diego Novillo <dnovillo@google.com>
+
+ * testsuite-management/validate_failures.py (ParseSummary): Fix
+ comment.
+
2012-08-13 Diego Novillo <dnovillo@google.com>
* testsuite-management/validate_failures.py: Import datetime.
if IsInterestingResult(line):
result = TestResult(line)
if result.HasExpired():
- # Tests that had an expiration set are not added to the
- # set of expected results.
+ # Tests that have expired are not added to the set of expected
+ # results. If they are still present in the set of actual results,
+ # they will cause an error to be reported.
print 'WARNING: Expected failure "%s" has expired.' % line.strip()
continue
result_set.add(result)