Title: [108341] trunk/Source/WebKit/qt
- Revision
- 108341
- Author
- [email protected]
- Date
- 2012-02-21 04:34:21 -0800 (Tue, 21 Feb 2012)
Log Message
[Qt] tst_QWebPage::infiniteLoopJS() timeouts with DFG JIT
https://bugs.webkit.org/show_bug.cgi?id=79040
Reviewed by Simon Hausmann.
* tests/qwebpage/tst_qwebpage.cpp:
(tst_QWebPage): Disable tst_QWebPage::infiniteLoopJS() until proper fix.
Modified Paths
Diff
Modified: trunk/Source/WebKit/qt/ChangeLog (108340 => 108341)
--- trunk/Source/WebKit/qt/ChangeLog 2012-02-21 12:26:14 UTC (rev 108340)
+++ trunk/Source/WebKit/qt/ChangeLog 2012-02-21 12:34:21 UTC (rev 108341)
@@ -1,3 +1,13 @@
+2012-02-21 Csaba Osztrogonác <[email protected]>
+
+ [Qt] tst_QWebPage::infiniteLoopJS() timeouts with DFG JIT
+ https://bugs.webkit.org/show_bug.cgi?id=79040
+
+ Reviewed by Simon Hausmann.
+
+ * tests/qwebpage/tst_qwebpage.cpp:
+ (tst_QWebPage): Disable tst_QWebPage::infiniteLoopJS() until proper fix.
+
2012-02-21 Andras Becsi <[email protected]>
[Qt] Print warning when importing experimental WK2 APIs in QML
Modified: trunk/Source/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp (108340 => 108341)
--- trunk/Source/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp 2012-02-21 12:26:14 UTC (rev 108340)
+++ trunk/Source/WebKit/qt/tests/qwebpage/tst_qwebpage.cpp 2012-02-21 12:34:21 UTC (rev 108341)
@@ -160,7 +160,9 @@
void testStopScheduledPageRefresh();
void findText();
void supportedContentType();
- void infiniteLoopJS();
+ // [Qt] tst_QWebPage::infiniteLoopJS() timeouts with DFG JIT
+ // https://bugs.webkit.org/show_bug.cgi?id=79040
+ // void infiniteLoopJS();
void navigatorCookieEnabled();
void deleteQWebViewTwice();
void renderOnRepaintRequestedShouldNotRecurse();
@@ -284,6 +286,9 @@
bool m_allowGeolocation;
};
+// [Qt] tst_QWebPage::infiniteLoopJS() timeouts with DFG JIT
+// https://bugs.webkit.org/show_bug.cgi?id=79040
+/*
void tst_QWebPage::infiniteLoopJS()
{
JSTestPage* newPage = new JSTestPage(m_view);
@@ -292,6 +297,7 @@
m_view->page()->mainFrame()->evaluateJavaScript("var run = true;var a = 1;while(run){a++;}");
delete newPage;
}
+*/
void tst_QWebPage::geolocationRequestJS()
{
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes