Bug 116092 - [Qt] REGRESSION(r149800): It made some tst_qwebframe API tests fail.
Summary: [Qt] REGRESSION(r149800): It made some tst_qwebframe API tests fail.
Status: RESOLVED DUPLICATE of bug 108626
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 115855
Blocks: 38654
  Show dependency treegraph
 
Reported: 2013-05-14 01:24 PDT by Ádám Kallai
Modified: 2013-05-15 23:27 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ádám Kallai 2013-05-14 01:24:52 PDT
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)]
Comment 1 Csaba Osztrogonác 2013-05-15 23:27:29 PDT

*** This bug has been marked as a duplicate of bug 108626 ***