Bug 71311
Summary: | [Qt][WK2] REGRESSION(r98973): 8 API tests fail | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | Tools / Tests | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Normal | CC: | jturcotte, kling, ossy |
Priority: | P2 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 70236, 71280 |
Csaba Osztrogonác
last good revision: r98961
... build breakage ...
first bad revision: r98975
failing API tests:
FAIL! : qmltests::TouchWebViewLoad::test_load() Uncaught exception: Object QTouchWebPage(0xed7b0d48) has no method 'load'
Loc: [(0)]
FAIL! : qmltests::TouchWebViewLoad::test_loadNegativeSizeView() Uncaught exception: Object QTouchWebPage(0xed7b4a20) has no method 'load'
Loc: [(0)]
FAIL! : qmltests::TouchWebViewLoadProgress::test_loadProgress() Uncaught exception: Object QTouchWebPage(0xed7ec870) has no method 'load'
Loc: [(0)]
FAIL! : qmltests::TouchWebViewLoadProgressSignal::test_loadProgressSignal() Compared values are not the same
Actual ():
Expected (): 0
Loc: [/ramdisk/qt-linux-32-release-webkit2/build/Source/WebKit2/UIProcess/API/qt/tests/qmltests/TouchWebView/tst_loadProgressSignal.qml(25)]
FAIL! : qmltests::TouchWebViewLoad::test_loadZeroSizeView() Uncaught exception: Object QTouchWebPage(0xed7c4ee8) has no method 'load'
Loc: [(0)]
FAIL! : qmltests::TouchWebViewProperties::test_title() Uncaught exception: Object QTouchWebPage(0xed7a9408) has no method 'load'
Loc: [(0)]
FAIL! : qmltests::TouchWebViewProperties::test_url() Compared values are not the same
Actual (): 0
Expected (): 1
FAIL! : tst_CommonViewTests::loadNonexistentFileUrl() 'waitForSignal(viewAbstraction.data(), SIGNAL(loadFailed(QBaseWebView::ErrorType, int, QUrl)))' returned FALSE. ()
Loc: [/ramdisk/qt-linux-32-release-webkit2/build/Source/WebKit2/UIProcess/API/qt/tests/commonviewtests/tst_commonviewtests.cpp(100)]
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
I think http://trac.webkit.org/changeset/98973 caused this failures.
Jocelyn, Andreas, could you check it please?
Jocelyn Turcotte
Fixed in http://trac.webkit.org/changeset/99073