[Webkit-unassigned] [Bug 80253] New: REGRESSION(r109294): It broke the unittest of master.cfg

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Mar 5 01:26:42 PST 2012


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

           Summary: REGRESSION(r109294): It broke the unittest of
                    master.cfg
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: mrowe at apple.com, wsiegrist at apple.com,
                    lforschler at apple.com


/usr/lib/python2.6/dist-packages/twisted/mail/smtp.py:10: DeprecationWarning: the MimeWriter module is deprecated; use the email package instead
  import MimeWriter, tempfile, rfc822
Traceback (most recent call last):
  File "./mastercfg_unittest.py", line 321, in <module>
    BuildBotConfigLoader().load_config('master.cfg')
  File "./mastercfg_unittest.py", line 48, in load_config
    execfile(master_cfg_path, globals(), globals())
  File "master.cfg", line 870, in <module>
    loadBuilderConfig(c)
  File "master.cfg", line 807, in loadBuilderConfig
    passwords = json.load(open('passwords.json'))
  File "./mastercfg_unittest.py", line 26, in _mock_open
    return StringIO.StringIO(simplejson.dumps(self._create_mock_passwords_dict()))
NameError: global name 'simplejson' is not defined


Patch is coming soon.

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