Title: [127263] trunk/Source/WebKit/chromium
- Revision
- 127263
- Author
- [email protected]
- Date
- 2012-08-31 07:59:42 -0700 (Fri, 31 Aug 2012)
Log Message
[chromium] Disable WebViewTest.AutoResizeMinimumSize
https://bugs.webkit.org/show_bug.cgi?id=95571
Unreviewed gardening.
Disabling this test since it started failing in build 17225, see http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Win/builds/17247 for instance. Will shortly file bug to re-enable this.
* tests/WebViewTest.cpp:
Modified Paths
Diff
Modified: trunk/Source/WebKit/chromium/ChangeLog (127262 => 127263)
--- trunk/Source/WebKit/chromium/ChangeLog 2012-08-31 14:54:43 UTC (rev 127262)
+++ trunk/Source/WebKit/chromium/ChangeLog 2012-08-31 14:59:42 UTC (rev 127263)
@@ -1,3 +1,14 @@
+2012-08-31 Gavin Peters <[email protected]>
+
+ [chromium] Disable WebViewTest.AutoResizeMinimumSize
+ https://bugs.webkit.org/show_bug.cgi?id=95571
+
+ Unreviewed gardening.
+
+ Disabling this test since it started failing in build 17225, see http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Win/builds/17247 for instance. Will shortly file bug to re-enable this.
+
+ * tests/WebViewTest.cpp:
+
2012-08-30 James Robinson <[email protected]>
[chromium] Revert WebCompositorSupport to raw ptrs, make dtor protected
Modified: trunk/Source/WebKit/chromium/tests/WebViewTest.cpp (127262 => 127263)
--- trunk/Source/WebKit/chromium/tests/WebViewTest.cpp 2012-08-31 14:54:43 UTC (rev 127262)
+++ trunk/Source/WebKit/chromium/tests/WebViewTest.cpp 2012-08-31 14:59:42 UTC (rev 127263)
@@ -222,7 +222,7 @@
webView->close();
}
-TEST_F(WebViewTest, AutoResizeMinimumSize)
+TEST_F(WebViewTest, DISABLED_AutoResizeMinimumSize)
{
WebSize minAutoResize(91, 56);
WebSize maxAutoResize(403, 302);
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes