Bug 65609
Summary: | [Qt]REGRESSION(r92254): It made 2 tests timeout | ||
---|---|---|---|
Product: | WebKit | Reporter: | Csaba Osztrogonác <ossy> |
Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED FIXED | ||
Severity: | Critical | CC: | dimich, levin, loki, ossy, zherczeg |
Priority: | P1 | Keywords: | Qt, QtTriaged |
Version: | 528+ (Nightly build) | ||
Hardware: | All | ||
OS: | All | ||
Bug Depends on: | |||
Bug Blocks: | 31639 |
Csaba Osztrogonác
r92254 made fast/frames/lots-of-objects.html and fast/frames/lots-of-iframes.html
timeout in debug mode (32 and 64 bit too) on Qt platform.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Csaba Osztrogonác
failing test is skipped by https://trac.webkit.org/changeset/92272 to make our debug bots green.
David Levin
I tried to build webkit qt and got the error:
/usr/bin/ld: obj/debug/launcherwindow.o: in function LauncherWindow::zoomAnimationFinished():../../../Tools/QtTestBrowser/launcherwindow.cpp:666: error: undefined reference to 'QGraphicsWebView::setTiledBackingStoreFrozen(bool)'
and a few others. I haven't had a chance to figure out why.
Csaba Osztrogonác
They works now, so I unskipped them - http://trac.webkit.org/changeset/108357