Title: [103328] trunk/LayoutTests
Revision
103328
Author
loi...@chromium.org
Date
2011-12-20 07:07:09 -0800 (Tue, 20 Dec 2011)

Log Message

[Chromium] Rebaseline fast/js/mozilla/strict/15.4.5.1.html
https://bugs.webkit.org/show_bug.cgi?id=74918

Unreviewed expectation fix.

Patch by Michael Starzinger <mstarzin...@chromium.org> on 2011-12-20

* platform/chromium/fast/js/mozilla/strict/15.4.5.1-expected.txt: Added.
* platform/chromium/test_

Modified Paths

Added Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (103327 => 103328)


--- trunk/LayoutTests/ChangeLog	2011-12-20 14:08:52 UTC (rev 103327)
+++ trunk/LayoutTests/ChangeLog	2011-12-20 15:07:09 UTC (rev 103328)
@@ -1,3 +1,13 @@
+2011-12-20  Michael Starzinger  <mstarzin...@chromium.org>
+
+        [Chromium] Rebaseline fast/js/mozilla/strict/15.4.5.1.html
+        https://bugs.webkit.org/show_bug.cgi?id=74918
+
+        Unreviewed expectation fix.
+
+        * platform/chromium/fast/js/mozilla/strict/15.4.5.1-expected.txt: Added.
+        * platform/chromium/test_
+
 2011-12-20  Julien Chaffraix  <jchaffr...@webkit.org>
 
         Regression(99212): table rows get incorrect height after changing some cells' height

Added: trunk/LayoutTests/platform/chromium/fast/js/mozilla/strict/15.4.5.1-expected.txt (0 => 103328)


--- trunk/LayoutTests/platform/chromium/fast/js/mozilla/strict/15.4.5.1-expected.txt	                        (rev 0)
+++ trunk/LayoutTests/platform/chromium/fast/js/mozilla/strict/15.4.5.1-expected.txt	2011-12-20 15:07:09 UTC (rev 103328)
@@ -0,0 +1,9 @@
+FAIL 'use strict'; var a = arr(); a.length = 2; a should throw an instance of TypeError
+PASS true === true
+FAIL 'use strict'; var a = addx(arr()); a.length = 2; a should throw an instance of TypeError
+PASS true === true
+ PASSED! 
+PASS successfullyParsed is true
+
+TEST COMPLETE
+
Property changes on: trunk/LayoutTests/platform/chromium/fast/js/mozilla/strict/15.4.5.1-expected.txt
___________________________________________________________________

Added: svn:eol-style

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (103327 => 103328)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-12-20 14:08:52 UTC (rev 103327)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-12-20 15:07:09 UTC (rev 103328)
@@ -3881,9 +3881,6 @@
 
 BUGWK72264 MAC : inspector/debugger/script-formatter.html = TIMEOUT
 
-// Fixed ES5 bugs during the V8 roll, upstream in progress.
-BUGMSTARZINGER : fast/js/mozilla/strict/15.4.5.1.html = TEXT
-
 BUG_SENORBLANCO GPU : fast/canvas/canvas-transforms-fillRect-shadow.html = TEXT
 
 BUGWK66953 : transitions/default-timing-function.html = PASS FAIL
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to