[Webkit-unassigned] [Bug 61045] [Qt] Fix tst_QWebPage::testOptionalJSObjects() autotest

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 8 11:03:29 PDT 2011


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





--- Comment #9 from Ademar Reis <ademar.reis at openbossa.org>  2011-06-08 11:03:29 PST ---
(In reply to comment #7)
> I've tried to solve this here: https://bugs.webkit.org/show_bug.cgi?id=58847. There's a patch waiting for review there by the way.

Even with your patch, the two failures are still there, but they're different than the one originally reported on this bug. The ones currently failing are:

FAIL!  : tst_QWebPage::testOptionalJSObjects() Compared values are not the same
   Actual (testFlag(webPage1, QWebSettings::OfflineWebApplicationCacheEnabled, "applicationCache", false)): 1
   Expected (false): 0
   Loc: [/opt/projects/webkit/qtwebkit-2.2/Source/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp(2335)]

and if we continue (via XFAIL):

FAIL!  : tst_QWebPage::testOptionalJSObjects() Compared values are not the same
   Actual (testFlag(webPage1, QWebSettings::OfflineWebApplicationCacheEnabled, "applicationCache", false)): 1
   Expected (false): 0
   Loc: [/opt/projects/webkit/qtwebkit-2.2/Source/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp(2338)]

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