Title: [154246] trunk/LayoutTests
- Revision
- 154246
- Author
- [email protected]
- Date
- 2013-08-18 04:06:35 -0700 (Sun, 18 Aug 2013)
Log Message
<https://webkit.org/b/119963> Use TextNodeTraversal for getting sheet text in StyleElement
Reviewed by Andreas Kling.
As a follow-up, mark as crashing a test that is now expected to crash in controlled manner (CRASH()).
Note that the test only ever passed because the amount of data was huge enough (>4GB) for it to take
the special do-nothing code path. With slightly less data the test would hit CRASH() in fastRealloc() like
it does now.
* TestExpectations:
Mark fast/css/giant-stylesheet-crash.html as crashing.
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (154245 => 154246)
--- trunk/LayoutTests/ChangeLog 2013-08-18 03:08:52 UTC (rev 154245)
+++ trunk/LayoutTests/ChangeLog 2013-08-18 11:06:35 UTC (rev 154246)
@@ -1,3 +1,19 @@
+2013-08-18 Antti Koivisto <[email protected]>
+
+ <https://webkit.org/b/119963> Use TextNodeTraversal for getting sheet text in StyleElement
+
+ Reviewed by Andreas Kling.
+
+ As a follow-up, mark as crashing a test that is now expected to crash in controlled manner (CRASH()).
+
+ Note that the test only ever passed because the amount of data was huge enough (>4GB) for it to take
+ the special do-nothing code path. With slightly less data the test would hit CRASH() in fastRealloc() like
+ it does now.
+
+ * TestExpectations:
+
+ Mark fast/css/giant-stylesheet-crash.html as crashing.
+
2013-08-17 Zan Dobersek <[email protected]>
<https://webkit.org/b/119944> The fast/dom/gc-10.html layout test should dump text instead of render tree
Modified: trunk/LayoutTests/TestExpectations (154245 => 154246)
--- trunk/LayoutTests/TestExpectations 2013-08-18 03:08:52 UTC (rev 154245)
+++ trunk/LayoutTests/TestExpectations 2013-08-18 11:06:35 UTC (rev 154246)
@@ -34,3 +34,6 @@
webkit.org/b/118301 fast/dom/timer-throttling-hidden-page.html [ Skip ]
webkit.org/b/119094 fast/forms/color/input-color-onchange-event.html [ Crash Pass ]
+
+# This is an expected controlled crash. See webkit.org/b/119976 for a better solution.
+fast/css/giant-stylesheet-crash.html [ Crash ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes