[Webkit-unassigned] [Bug 119933] New: [Qt] Fix tst_QObjectBridge::connectAndDisconnect() fail

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 16 22:14:04 PDT 2013


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

           Summary: [Qt] Fix tst_QObjectBridge::connectAndDisconnect()
                    fail
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: arurajku at cisco.com
                CC: allan.jensen at digia.com, hausmann at webkit.org,
                    jocelyn.turcotte at digia.com, noam at webkit.org,
                    ararunprasad at gmail.com


FAIL!  : tst_QObjectBridge::connectAndDisconnect() Compared values are not the same
   Actual   (ret): TypeError: undefined is not a function (evaluating '(function() { }).connect()')
   Expected (QLatin1String("TypeError: 'undefined' is not a function (evaluating '(function() { }).connect()')")): TypeError: 'undefined' is not a function (evaluating '(function() { }).connect()')
   Loc: [/ramdisk/qt-linux-release/build/Source/WebKit/qt/tests/qobjectbridge/tst_qobjectbridge.cpp(1575)]

The issue is due to wrong exception string comparison. 

Calling undefined method on a object will raise TypeError: undefined is not a function ...,

undefined is not inside single quote(').

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