Title: [116500] trunk/Source/WebKit/chromium
- Revision
- 116500
- Author
- [email protected]
- Date
- 2012-05-09 00:42:52 -0700 (Wed, 09 May 2012)
Log Message
[Chromium] Some of *.runMultiThread tests intermittently crash.
Mark them flaky.
* tests/CCLayerTreeHostTest.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (116499 => 116500)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-05-09 07:19:50 UTC (rev 116499)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-05-09 07:42:52 UTC (rev 116500)
@@ -1,3 +1,10 @@
+2012-05-09 Kent Tamura <[email protected]>
+
+ [Chromium] Some of *.runMultiThread tests intermittently crash.
+ Mark them flaky.
+
+ * tests/CCLayerTreeHostTest.cpp:
+
2012-05-09 Oli Lan <[email protected]>
Adds date/time input types to WebTextInputType, and adds support for these
Modified: trunk/Source/WebKit/chromium/tests/CCLayerTreeHostTest.cpp (116499 => 116500)
--- trunk/Source/WebKit/chromium/tests/CCLayerTreeHostTest.cpp 2012-05-09 07:19:50 UTC (rev 116499)
+++ trunk/Source/WebKit/chromium/tests/CCLayerTreeHostTest.cpp 2012-05-09 07:42:52 UTC (rev 116500)
@@ -1096,7 +1096,12 @@
int m_numAnimates;
};
+#if OS(WINDOWS)
+// http://webkit.org/b/74623
+TEST_F(CCLayerTreeHostTestTickAnimationWhileBackgrounded, FLAKY_runMultiThread)
+#else
TEST_F(CCLayerTreeHostTestTickAnimationWhileBackgrounded, runMultiThread)
+#endif
{
runTestThreaded();
}
@@ -1134,7 +1139,12 @@
private:
};
+#if OS(WINDOWS)
+// http://webkit.org/b/74623
+TEST_F(CCLayerTreeHostTestAddAnimationWithTimingFunction, FLAKY_runMultiThread)
+#else
TEST_F(CCLayerTreeHostTestAddAnimationWithTimingFunction, runMultiThread)
+#endif
{
runTestThreaded();
}
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes