[Webkit-unassigned] [Bug 93789] New: REGRESSION(r125153): It broke the 'Unexpected no expected results' case

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Aug 12 16:17:35 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=93789

           Summary: REGRESSION(r125153): It broke the 'Unexpected no
                    expected results' case
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Critical
          Priority: P1
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: zherczeg at webkit.org, galpeter at inf.u-szeged.hu,
                    rniwa at webkit.org
            Blocks: 93537


After this change if there is 'Unexpected no expected results',
_parseNewRunWebKitTestsOutput dies with exception:


 (view as text)

Traceback (most recent call last):
  File "/var/python/lib/python2.6/site-packages/twisted/internet/defer.py", line 290, in addCallbacks
    self._runCallbacks()
  File "/var/python/lib/python2.6/site-packages/twisted/internet/defer.py", line 551, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/var/python/lib/python2.6/site-packages/twisted/internet/defer.py", line 368, in callback
    self._startRunCallbacks(result)
  File "/var/python/lib/python2.6/site-packages/twisted/internet/defer.py", line 464, in _startRunCallbacks
    self._runCallbacks()
--- <exception caught here> ---
  File "/var/python/lib/python2.6/site-packages/twisted/internet/defer.py", line 551, in _runCallbacks
    current.result = callback(current.result, *args, **kw)
  File "/var/python/lib/python2.6/site-packages/buildbot/process/buildstep.py", line 800, in <lambda>
    d.addCallback(lambda res: self.commandComplete(cmd))
  File "/var/buildbot/master.cfg", line 382, in commandComplete
    self._parseNewRunWebKitTestsOutput(logText)
  File "/var/buildbot/master.cfg", line 367, in _parseNewRunWebKitTestsOutput
    testFailures[name] = testFailures.get(name, 0) + int(match.group(1))
exceptions.ValueError: invalid literal for int() with base 10: 'no expected results found'


It seems the regexp is broken. Could you check it, please?

-- 
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