Title: [102970] trunk/Source/WebKit/chromium
- Revision
- 102970
- Author
- [email protected]
- Date
- 2011-12-15 11:34:20 -0800 (Thu, 15 Dec 2011)
Log Message
Unreviewed. Disable flaky tests. Built and tested on Linux.
https://bugs.webkit.org/show_bug.cgi?id=74623
* tests/CCLayerTreeHostTest.cpp:
(WTF::TEST_F):
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (102969 => 102970)
--- trunk/Source/WebKit/chromium/ChangeLog 2011-12-15 19:28:14 UTC (rev 102969)
+++ trunk/Source/WebKit/chromium/ChangeLog 2011-12-15 19:34:20 UTC (rev 102970)
@@ -1,3 +1,11 @@
+2011-12-15 Kenneth Russell <[email protected]>
+
+ Unreviewed. Disable flaky tests. Built and tested on Linux.
+ https://bugs.webkit.org/show_bug.cgi?id=74623
+
+ * tests/CCLayerTreeHostTest.cpp:
+ (WTF::TEST_F):
+
2011-12-15 Stephen White <[email protected]>
Enable CSS_FILTERS in Chromium.
Modified: trunk/Source/WebKit/chromium/tests/CCLayerTreeHostTest.cpp (102969 => 102970)
--- trunk/Source/WebKit/chromium/tests/CCLayerTreeHostTest.cpp 2011-12-15 19:28:14 UTC (rev 102969)
+++ trunk/Source/WebKit/chromium/tests/CCLayerTreeHostTest.cpp 2011-12-15 19:34:20 UTC (rev 102970)
@@ -808,7 +808,7 @@
int m_scrolls;
};
-TEST_F(CCLayerTreeHostTestScrollSimple, runMultiThread)
+TEST_F(CCLayerTreeHostTestScrollSimple, DISABLED_runMultiThread)
{
runTestThreaded();
}
@@ -884,7 +884,7 @@
int m_scrolls;
};
-TEST_F(CCLayerTreeHostTestScrollMultipleRedraw, runMultiThread)
+TEST_F(CCLayerTreeHostTestScrollMultipleRedraw, DISABLED_runMultiThread)
{
runTestThreaded();
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes