[Webkit-unassigned] [Bug 108626] New: [Qt] Fix asserion in tst_QWebFrame.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 1 05:59:50 PST 2013


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

           Summary: [Qt] Fix asserion in tst_QWebFrame.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: kadam at inf.u-szeged.hu
                CC: hausmann at webkit.org, abarth at webkit.org,
                    japhet at chromium.org
            Blocks: 38654


tst_QWebFrame assert after r141136.

FAIL!  : tst_QWebFrame::setUrlHistory() Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (url): qrc:/test1.html
   Loc: [/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1278)]
FAIL!  : tst_QWebFrame::setUrlUsingStateObject() Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (url): qrc:/test1.html
   Loc: [/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1324)]
PASS   : tst_QWebFrame::setUrlSameUrl()
FAIL!  : tst_QWebFrame::setUrlThenLoads(resource file) Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (url): qrc:/test1.html
   Loc: [/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1418)]
FAIL!  : tst_QWebFrame::setUrlThenLoads(base specified in HTML) Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (urlToLoad2): qrc:/test1.html
   Loc: [/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1451)]
PASS   : tst_QWebFrame::loadFinishedAfterNotFoundError()
FAIL!  : tst_QWebFrame::loadInSignalHandlers(call load() in loadStarted() after valid url) Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (urlForSetter): qrc:/test1.html
   Loc: [/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1561)]
FAIL!  : tst_QWebFrame::loadInSignalHandlers(call load() in loadStarted() after invalid url) Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (urlForSetter): qrc:/test1.html
   Loc: [/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1561)]
FAIL!  : tst_QWebFrame::loadInSignalHandlers(call load() in loadFinished() after valid url) Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (urlForSetter): qrc:/test1.html
   Loc: [/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1561)]
FAIL!  : tst_QWebFrame::loadInSignalHandlers(call load() in loadFinished() after invalid url) Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (urlForSetter): qrc:/test1.html
   Loc: [/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1561)]
FAIL!  : tst_QWebFrame::loadInSignalHandlers(call load() in provisionalLoad() after valid url) Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (urlForSetter): qrc:/test1.html
   Loc: [/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1561)]
FAIL!  : tst_QWebFrame::loadInSignalHandlers(call load() in provisionalLoad() after invalid url) Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (urlForSetter): qrc:/test1.html
   Loc: [/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1561)]
FAIL!  : tst_QWebFrame::loadInSignalHandlers(call setUrl() in loadStarted() after valid url) Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (urlForSetter): qrc:/test1.html
   Loc: [/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1561)]
FAIL!  : tst_QWebFrame::loadInSignalHandlers(call setUrl() in loadStarted() after invalid url) Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (urlForSetter): qrc:/test1.html
   Loc: [/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1561)]
FAIL!  : tst_QWebFrame::loadInSignalHandlers(call setUrl() in loadFinished() after valid url) Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (urlForSetter): qrc:/test1.html
   Loc: [/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1561)]
FAIL!  : tst_QWebFrame::loadInSignalHandlers(call setUrl() in loadFinished() after invalid url) Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (urlForSetter): qrc:/test1.html
   Loc: [/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1561)]
FAIL!  : tst_QWebFrame::loadInSignalHandlers(call setUrl() in provisionalLoad() after valid url) Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (urlForSetter): qrc:/test1.html
   Loc: [/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1561)]
FAIL!  : tst_QWebFrame::loadInSignalHandlers(call setUrl() in provisionalLoad() after invalid url) Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (urlForSetter): qrc:/test1.html
   Loc: [/home/webkitbuildbot/slaves/debug64bit/buildslave/qt-linux-64-debug/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1561)]
PASS   : tst_QWebFrame::cleanupTestCase()

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