Bug 71311 - [Qt][WK2] REGRESSION(r98973): 8 API tests fail
Summary: [Qt][WK2] REGRESSION(r98973): 8 API tests fail
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks: 70236 71280
  Show dependency treegraph
 
Reported: 2011-11-01 12:52 PDT by Csaba Osztrogonác
Modified: 2011-11-02 09:50 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2011-11-01 12:52:50 PDT
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)]
Comment 1 Csaba Osztrogonác 2011-11-01 13:00:01 PDT
I think http://trac.webkit.org/changeset/98973 caused this failures.

Jocelyn, Andreas, could you check it please?
Comment 2 Jocelyn Turcotte 2011-11-02 09:50:01 PDT
Fixed in http://trac.webkit.org/changeset/99073