Bug 116092
| Summary: | [Qt] REGRESSION(r149800): It made some tst_qwebframe API tests fail. | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ádám Kallai <kadam> |
| Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | abecsi, hausmann, kling, ossy, zarvai |
| Priority: | P2 | ||
| Version: | 528+ (Nightly build) | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | 115855 | ||
| Bug Blocks: | 38654 | ||
Ádám Kallai
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)]
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
*** This bug has been marked as a duplicate of bug 108626 ***