Title: [144807] trunk/LayoutTests
- Revision
- 144807
- Author
- [email protected]
- Date
- 2013-03-05 13:14:17 -0800 (Tue, 05 Mar 2013)
Log Message
Multiple html5lib Layout Tests are slow since r144032
https://bugs.webkit.org/show_bug.cgi?id=110876
Reviewed by Tony Chang.
Skip the html5lib tests when in debug mode. The -data variants
almost always timeout due to v8 boot-up time:
https://code.google.com/p/v8/issues/detail?id=2567
These timeouts sometimes manifest as failures, and we've even
seen crashes (with empty stacks!?) of these tests on Win and Mac in Debug, so
skipping them until they run in a reasonable time and can
be debugged further.
* platform/chromium/TestExpectations:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (144806 => 144807)
--- trunk/LayoutTests/ChangeLog 2013-03-05 21:12:15 UTC (rev 144806)
+++ trunk/LayoutTests/ChangeLog 2013-03-05 21:14:17 UTC (rev 144807)
@@ -1,3 +1,21 @@
+2013-03-05 Eric Seidel <[email protected]>
+
+ Multiple html5lib Layout Tests are slow since r144032
+ https://bugs.webkit.org/show_bug.cgi?id=110876
+
+ Reviewed by Tony Chang.
+
+ Skip the html5lib tests when in debug mode. The -data variants
+ almost always timeout due to v8 boot-up time:
+ https://code.google.com/p/v8/issues/detail?id=2567
+
+ These timeouts sometimes manifest as failures, and we've even
+ seen crashes (with empty stacks!?) of these tests on Win and Mac in Debug, so
+ skipping them until they run in a reasonable time and can
+ be debugged further.
+
+ * platform/chromium/TestExpectations:
+
2013-03-05 Rafael Weinstein <[email protected]>
Unreviewed gardening.
Modified: trunk/LayoutTests/platform/chromium/TestExpectations (144806 => 144807)
--- trunk/LayoutTests/platform/chromium/TestExpectations 2013-03-05 21:12:15 UTC (rev 144806)
+++ trunk/LayoutTests/platform/chromium/TestExpectations 2013-03-05 21:14:17 UTC (rev 144807)
@@ -4403,8 +4403,8 @@
webkit.org/b/111199 [ Debug Mac ] compositing/rtl/rtl-iframe-fixed-overflow.html [ Pass Failure ]
webkit.org/b/111199 [ Debug Win Mac ] platform/chromium/virtual/softwarecompositing/rtl/rtl-iframe-fixed-overflow.html [ Pass Failure ]
-# These tests are timing out and crashing since r144032
-webkit.org/b/110876 html5lib/generated/ [ Pass Slow Crash ]
+# The html5lib tests are all too slow to run in Debug, largely due to v8 per-document boot-up.
+webkit.org/b/110876 [ Debug ] html5lib/generated/ [ Skip ]
# HALF_FLOAT_OES is not yet working in chromium.
crbug.com/179503 fast/canvas/webgl/oes-texture-half-float.html [ Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes