[Webkit-unassigned] [Bug 29844] New: [Qt] QWebPage's autotest dependancy

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Sep 29 04:07:40 PDT 2009


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

           Summary: [Qt] QWebPage's autotest dependancy
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jedrzej.nowacki at nokia.com


There is dependency between QWebPage autotest ::databese() and
::testEnablePersistentStorage(). It looks like database connection stay opened
after test.

~/dev/webkit/WebKitBuild/Debug/WebKit/qt/tests/qwebpage$ ./tst_qwebpage
database
********* Start testing of tst_QWebPage *********
Config: Using QTest library 4.6.0, Qt 4.6.0
PASS   : tst_QWebPage::initTestCase()
PASS   : tst_QWebPage::database()
PASS   : tst_QWebPage::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped
********* Finished testing of tst_QWebPage *********
LEAK: 224 Structure
LEAK: 5 WebCoreNode
~/dev/webkit/WebKitBuild/Debug/WebKit/qt/tests/qwebpage$ ./tst_qwebpage
testEnablePersistentStorage
********* Start testing of tst_QWebPage *********
Config: Using QTest library 4.6.0, Qt 4.6.0
PASS   : tst_QWebPage::initTestCase()
PASS   : tst_QWebPage::testEnablePersistentStorage()
PASS   : tst_QWebPage::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped
********* Finished testing of tst_QWebPage *********
~/dev/webkit/WebKitBuild/Debug/WebKit/qt/tests/qwebpage$ ./tst_qwebpage
database testEnablePersistentStorage
********* Start testing of tst_QWebPage *********
Config: Using QTest library 4.6.0, Qt 4.6.0
PASS   : tst_QWebPage::initTestCase()
PASS   : tst_QWebPage::database()
ASSERTION FAILED: !m_database.isOpen()
(../../../WebCore/storage/DatabaseTracker.cpp:78 void
WebCore::DatabaseTracker::setDatabaseDirectoryPath(const WebCore::String&))
QFATAL : tst_QWebPage::testEnablePersistentStorage() Received signal 11
FAIL!  : tst_QWebPage::testEnablePersistentStorage() Received a fatal error.
   Loc: [Unknown file(0)]
Totals: 2 passed, 1 failed, 0 skipped
********* Finished testing of tst_QWebPage *********
Aborted

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