[Webkit-unassigned] [Bug 93434] [NRWT] REGRESSION(r124967): New tests without expected results handled as failures
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Tue Aug 7 22:19:47 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=93434
Csaba Osztrogonac <ossy at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |ossy at webkit.org
--- Comment #1 from Csaba Osztrogonac <ossy at webkit.org> 2012-08-07 22:20:11 PST ---
Yes, it is so similar bug ...
The new "Regressions: Unexpected missing results" match for the regexp of failures ..
Tools/BuildSlaveSupport/build.webkit.org-config/master.cfg
-----------------------------------------------------------
...
def _parseNewRunWebKitTestsOutput(self, logText):
incorrectLayoutLines = []
expressions = [
('flakes', re.compile(r'Unexpected flakiness.+:?\s*\((\d+)\)')),
('new passes', re.compile(r'Expected to .+, but passed:\s+\((\d+)\)')),
('missing results', re.compile(r'no expected results found\s*:\s+\((\d+)\)')),
('failures', re.compile(r'Regressions: Unexpected.+:?\s*\((\d+)\)')),
]
testFailures = {}
...
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list