Title: [138087] trunk/LayoutTests
- Revision
- 138087
- Author
- fpi...@apple.com
- Date
- 2012-12-18 16:35:44 -0800 (Tue, 18 Dec 2012)
Log Message
Fix the test description.
Rubber stamped by Mark Hahnenberg.
* fast/js/script-tests/dfg-ensure-array-storage-on-window.js:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (138086 => 138087)
--- trunk/LayoutTests/ChangeLog 2012-12-19 00:33:19 UTC (rev 138086)
+++ trunk/LayoutTests/ChangeLog 2012-12-19 00:35:44 UTC (rev 138087)
@@ -1,5 +1,13 @@
2012-12-18 Filip Pizlo <fpi...@apple.com>
+ Fix the test description.
+
+ Rubber stamped by Mark Hahnenberg.
+
+ * fast/js/script-tests/dfg-ensure-array-storage-on-window.js:
+
+2012-12-18 Filip Pizlo <fpi...@apple.com>
+
DFG::SpeculativeJIT::jumpSlowForUnwantedArrayMode incorrectly checks for non-array array storage when it should be checking for array array storage
https://bugs.webkit.org/show_bug.cgi?id=105365
Modified: trunk/LayoutTests/fast/js/script-tests/dfg-ensure-array-storage-on-window.js (138086 => 138087)
--- trunk/LayoutTests/fast/js/script-tests/dfg-ensure-array-storage-on-window.js 2012-12-19 00:33:19 UTC (rev 138086)
+++ trunk/LayoutTests/fast/js/script-tests/dfg-ensure-array-storage-on-window.js 2012-12-19 00:35:44 UTC (rev 138087)
@@ -1,5 +1,5 @@
description(
-"Tests that creating an indexed setter on the global object doesn't break things."
+"Tests that passing the global object to an array access that will arrayify to ArrayWithArrayStorage doesn't break things."
);
function foo(array) {
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes