[Webkit-unassigned] [Bug 116092] New: [Qt] REGRESSION(r149800): It made some tst_qwebframe API tests fail.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 14 01:26:26 PDT 2013


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

           Summary: [Qt] REGRESSION(r149800): It made some tst_qwebframe
                    API tests fail.
           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: ossy at webkit.org, akling at apple.com,
                    zarvai at inf.u-szeged.hu
        Depends on: 115855
            Blocks: 38654


Could you check what happened to it?

FAIL!  : tst_QWebFrame::setHtmlWithJSAlert() Compared values are not the same
   Actual   (m_view->page()->mainFrame()->toHtml()): <html><head></head><body><script>alert('foo');</script></body></html>
   Expected (html): <html><head></head><body><script>alert('foo');</script><p>hello world</p></body></html>
   Loc: [/ramdisk/qt-linux-64-release/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(512)]

FAIL!  : tst_QWebFrame::baseUrl(null) Compared values are not the same
   Actual   (m_page->mainFrame()->url()): Invalid URL: 
   Expected (url): about:blank
   Loc: [/ramdisk/qt-linux-64-release/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(695)]

FAIL!  : tst_QWebFrame::setUrlWithFragment(same URL no fragment) Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (previousUrl): qrc:/test1.html
   Loc: [/ramdisk/qt-linux-64-release/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1149)]
FAIL!  : tst_QWebFrame::setUrlHistory() Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (url): qrc:/test1.html
   Loc: [/ramdisk/qt-linux-64-release/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: [/ramdisk/qt-linux-64-release/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1324)]
FAIL!  : tst_QWebFrame::setUrlThenLoads(resource file) Compared values are not the same
   Actual   (frame->url()): qrc:/test2.html
   Expected (url): qrc:/test1.html
   Loc: [/ramdisk/qt-linux-64-release/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: [/ramdisk/qt-linux-64-release/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1451)]
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: [/ramdisk/qt-linux-64-release/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: [/ramdisk/qt-linux-64-release/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: [/ramdisk/qt-linux-64-release/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: [/ramdisk/qt-linux-64-release/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: [/ramdisk/qt-linux-64-release/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: [/ramdisk/qt-linux-64-release/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: [/ramdisk/qt-linux-64-release/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: [/ramdisk/qt-linux-64-release/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: [/ramdisk/qt-linux-64-release/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: [/ramdisk/qt-linux-64-release/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: [/ramdisk/qt-linux-64-release/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: [/ramdisk/qt-linux-64-release/build/Source/WebKit/qt/tests/qwebframe/tst_qwebframe.cpp(1561)]

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