[Webkit-unassigned] [Bug 32964] New: [bzt] Updated unit test to check for added --makeargs="-j8" command-line argument

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 27 10:59:51 PST 2009


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

           Summary: [bzt] Updated unit test to check for added
                    --makeargs="-j8" command-line argument
           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: dbates at webkit.org
                CC: eric at webkit.org, abarth at webkit.org


In the patch for bug #32951, the command-line argument --makeargs="-j8" was
added to the build-webkit command. However, the associated unit test was not
updated.

For reference, the error message output by run-webkit-unittests is:

======================================================================
FAIL: test_qt_port (modules.webkitport_unittest.WebKitPortTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/Users/dbates/Desktop/WebKit/WebKitTools/Scripts/modules/webkitport_unittest.py",
line 51, in test_qt_port
    self.assertEquals(QtPort.build_webkit_command(),
[WebKitPort.script_path("build-webkit"), "--qt"])
AssertionError: ['WebKitTools/Scripts/build-webkit', '--qt',
'--makeargs="-j8"'] != ['WebKitTools/Scripts/build-webkit', '--qt']

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