Title: [198519] trunk/LayoutTests
Revision
198519
Author
joep...@webkit.org
Date
2016-03-21 20:48:28 -0700 (Mon, 21 Mar 2016)

Log Message

Skip HeapSnapshot test on WebKit1. Shared VM skews the data.

Rubber-stamped by Timothy Hatcher.

In this case, snapshots with snapshots with snapshots in the same VM
causes the test to run out of memory. This does not happen in WebKit2.

* platform/mac-wk1/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (198518 => 198519)


--- trunk/LayoutTests/ChangeLog	2016-03-22 02:58:19 UTC (rev 198518)
+++ trunk/LayoutTests/ChangeLog	2016-03-22 03:48:28 UTC (rev 198519)
@@ -1,3 +1,14 @@
+2016-03-21  Joseph Pecoraro  <pecor...@apple.com>
+
+        Skip HeapSnapshot test on WebKit1. Shared VM skews the data.
+
+        Rubber-stamped by Timothy Hatcher.
+
+        In this case, snapshots with snapshots with snapshots in the same VM
+        causes the test to run out of memory. This does not happen in WebKit2.
+
+        * platform/mac-wk1/TestExpectations:
+
 2016-03-21  Zalan Bujtas  <za...@apple.com>
 
         WebCore::RenderTableCell::setCol should put a cap on the column value. 

Modified: trunk/LayoutTests/platform/mac-wk1/TestExpectations (198518 => 198519)


--- trunk/LayoutTests/platform/mac-wk1/TestExpectations	2016-03-22 02:58:19 UTC (rev 198518)
+++ trunk/LayoutTests/platform/mac-wk1/TestExpectations	2016-03-22 03:48:28 UTC (rev 198519)
@@ -194,6 +194,7 @@
 # WK1 Inspector running in the same VM as the inspected page skews heap snapshot results.
 inspector/heap/getPreview.html [ Skip ]
 inspector/heap/getRemoteObject.html [ Skip ]
+inspector/unit-tests/heap-snapshot.html [ Skip ]
 
 # This test checks ScrollAnimator events only for main frame scrollbars that use native widgets in WK1.
 fast/scrolling/scroll-animator-overlay-scrollbars-hovered.html [ Skip ]
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to