Title: [110354] trunk/LayoutTests
- Revision
- 110354
- Author
- [email protected]
- Date
- 2012-03-09 18:02:22 -0800 (Fri, 09 Mar 2012)
Log Message
Update baseline after http://trac.webkit.org/changeset/110352 to show
the new passing subtest.
* platform/chromium/fast/js/array-prototype-properties-expected.txt:
Modified Paths
Diff
Modified: trunk/LayoutTests/ChangeLog (110353 => 110354)
--- trunk/LayoutTests/ChangeLog 2012-03-10 01:24:07 UTC (rev 110353)
+++ trunk/LayoutTests/ChangeLog 2012-03-10 02:02:22 UTC (rev 110354)
@@ -1,3 +1,10 @@
+2012-03-09 Adam Barth <[email protected]>
+
+ Update baseline after http://trac.webkit.org/changeset/110352 to show
+ the new passing subtest.
+
+ * platform/chromium/fast/js/array-prototype-properties-expected.txt:
+
2012-03-09 Gavin Barraclough <[email protected]>
Array.prototype.toLocaleString visits elements in wrong order under certain conditions
Modified: trunk/LayoutTests/platform/chromium/fast/js/array-prototype-properties-expected.txt (110353 => 110354)
--- trunk/LayoutTests/platform/chromium/fast/js/array-prototype-properties-expected.txt 2012-03-10 01:24:07 UTC (rev 110353)
+++ trunk/LayoutTests/platform/chromium/fast/js/array-prototype-properties-expected.txt 2012-03-10 02:02:22 UTC (rev 110354)
@@ -24,6 +24,7 @@
PASS Array.prototype.reduce.call(undefined, toString) threw exception TypeError: Array.prototype.reduce called on null or undefined.
PASS Array.prototype.reduceRight.call(undefined, toString) threw exception TypeError: Array.prototype.reduceRight called on null or undefined.
PASS Array.prototype.map.call(undefined, toString) threw exception TypeError: Array.prototype.map called on null or undefined.
+PASS [{toLocaleString:function(){throw 1}},{toLocaleString:function(){throw 2}}].toLocaleString() threw exception 1.
PASS successfullyParsed is true
TEST COMPLETE
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes