Title: [141575] trunk/Source/WebKit/qt
Revision
141575
Author
hausm...@webkit.org
Date
2013-02-01 03:27:47 -0800 (Fri, 01 Feb 2013)

Log Message

[Qt] Skip hanging WebGL software fallback tests

Reviewed by Allan Sandfeld Jensen.

See also https://bugs.webkit.org/show_bug.cgi?id=105820.

* tests/qgraphicswebview/tst_qgraphicswebview.cpp:
(tst_QGraphicsWebView::webglSoftwareFallbackVerticalOrientation):
(tst_QGraphicsWebView::webglSoftwareFallbackHorizontalOrientation):

Modified Paths

Diff

Modified: trunk/Source/WebKit/qt/ChangeLog (141574 => 141575)


--- trunk/Source/WebKit/qt/ChangeLog	2013-02-01 11:26:17 UTC (rev 141574)
+++ trunk/Source/WebKit/qt/ChangeLog	2013-02-01 11:27:47 UTC (rev 141575)
@@ -1,3 +1,15 @@
+2013-02-01  Simon Hausmann  <simon.hausm...@digia.com>
+
+        [Qt] Skip hanging WebGL software fallback tests
+
+        Reviewed by Allan Sandfeld Jensen.
+
+        See also https://bugs.webkit.org/show_bug.cgi?id=105820.
+
+        * tests/qgraphicswebview/tst_qgraphicswebview.cpp:
+        (tst_QGraphicsWebView::webglSoftwareFallbackVerticalOrientation):
+        (tst_QGraphicsWebView::webglSoftwareFallbackHorizontalOrientation):
+
 2013-02-01  Pierre Rossi  <pierre.ro...@digia.com>
 
         [Qt] visibility of embedded widget

Modified: trunk/Source/WebKit/qt/tests/qgraphicswebview/tst_qgraphicswebview.cpp (141574 => 141575)


--- trunk/Source/WebKit/qt/tests/qgraphicswebview/tst_qgraphicswebview.cpp	2013-02-01 11:26:17 UTC (rev 141574)
+++ trunk/Source/WebKit/qt/tests/qgraphicswebview/tst_qgraphicswebview.cpp	2013-02-01 11:27:47 UTC (rev 141575)
@@ -571,6 +571,7 @@
 
 void tst_QGraphicsWebView::webglSoftwareFallbackVerticalOrientation()
 {
+    QSKIP("Hangs on X11 -- https://bugs.webkit.org/show_bug.cgi?id=105820");
     QSize canvasSize(100, 100);
     QImage reference(canvasSize, QImage::Format_ARGB32);
     reference.fill(0xFF00FF00);
@@ -590,6 +591,7 @@
 
 void tst_QGraphicsWebView::webglSoftwareFallbackHorizontalOrientation()
 {
+    QSKIP("Hangs on X11 -- https://bugs.webkit.org/show_bug.cgi?id=105820");
     QSize canvasSize(100, 100);
     QImage reference(canvasSize, QImage::Format_ARGB32);
     reference.fill(0xFF00FF00);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to