Revision: 22941
Author:   [email protected]
Date:     Wed Aug  6 15:31:35 2014 UTC
Log:      Rebaseline webkit test expectations after r22938.

[email protected]

Review URL: https://codereview.chromium.org/446883002
http://code.google.com/p/v8/source/detail?r=22941

Modified:
 /branches/bleeding_edge/test/webkit/fast/js/string-anchor-expected.txt
 /branches/bleeding_edge/test/webkit/fast/js/string-fontcolor-expected.txt
 /branches/bleeding_edge/test/webkit/fast/js/string-fontsize-expected.txt
 /branches/bleeding_edge/test/webkit/fast/js/string-link-expected.txt

=======================================
--- /branches/bleeding_edge/test/webkit/fast/js/string-anchor-expected.txt Tue Jul 30 06:36:48 2013 UTC +++ /branches/bleeding_edge/test/webkit/fast/js/string-anchor-expected.txt Wed Aug 6 15:31:35 2014 UTC
@@ -32,8 +32,8 @@
 PASS '_'.anchor('"') is "<a name=\"&quot;\">_</a>"
PASS '_'.anchor('" href="http://www.evil.com') is "<a name=\"&quot; href=&quot;http://www.evil.com\";>_</a>"
 PASS String.prototype.anchor.call(0x2A, 0x2A) is "<a name=\"42\">42</a>"
-FAIL String.prototype.anchor.call(undefined) should throw TypeError: Type error. Was <a name="undefined">undefined</a>. -FAIL String.prototype.anchor.call(null) should throw TypeError: Type error. Was <a name="undefined">null</a>. +FAIL String.prototype.anchor.call(undefined) should throw TypeError: Type error. Threw exception TypeError: String.prototype.anchor called on null or undefined. +FAIL String.prototype.anchor.call(null) should throw TypeError: Type error. Threw exception TypeError: String.prototype.anchor called on null or undefined.
 PASS String.prototype.anchor.length is 1
 PASS successfullyParsed is true

=======================================
--- /branches/bleeding_edge/test/webkit/fast/js/string-fontcolor-expected.txt Tue Jul 30 06:36:48 2013 UTC +++ /branches/bleeding_edge/test/webkit/fast/js/string-fontcolor-expected.txt Wed Aug 6 15:31:35 2014 UTC
@@ -32,8 +32,8 @@
 PASS '_'.fontcolor('"') is "<font color=\"&quot;\">_</font>"
PASS '_'.fontcolor('" size="2px') is "<font color=\"&quot; size=&quot;2px\">_</font>" PASS String.prototype.fontcolor.call(0x2A, 0x2A) is "<font color=\"42\">42</font>" -FAIL String.prototype.fontcolor.call(undefined) should throw TypeError: Type error. Was <font color="undefined">undefined</font>. -FAIL String.prototype.fontcolor.call(null) should throw TypeError: Type error. Was <font color="undefined">null</font>. +FAIL String.prototype.fontcolor.call(undefined) should throw TypeError: Type error. Threw exception TypeError: String.prototype.fontcolor called on null or undefined. +FAIL String.prototype.fontcolor.call(null) should throw TypeError: Type error. Threw exception TypeError: String.prototype.fontcolor called on null or undefined.
 PASS String.prototype.fontcolor.length is 1
 PASS successfullyParsed is true

=======================================
--- /branches/bleeding_edge/test/webkit/fast/js/string-fontsize-expected.txt Tue Jul 30 06:36:48 2013 UTC +++ /branches/bleeding_edge/test/webkit/fast/js/string-fontsize-expected.txt Wed Aug 6 15:31:35 2014 UTC
@@ -33,8 +33,8 @@
 PASS '_'.fontsize('"') is "<font size=\"&quot;\">_</font>"
PASS '_'.fontsize('" color="b') is "<font size=\"&quot; color=&quot;b\">_</font>" PASS String.prototype.fontsize.call(0x2A, 0x2A) is "<font size=\"42\">42</font>" -FAIL String.prototype.fontsize.call(undefined) should throw TypeError: Type error. Was <font size="undefined">undefined</font>. -FAIL String.prototype.fontsize.call(null) should throw TypeError: Type error. Was <font size="undefined">null</font>. +FAIL String.prototype.fontsize.call(undefined) should throw TypeError: Type error. Threw exception TypeError: String.prototype.fontsize called on null or undefined. +FAIL String.prototype.fontsize.call(null) should throw TypeError: Type error. Threw exception TypeError: String.prototype.fontsize called on null or undefined.
 PASS String.prototype.fontsize.length is 1
 PASS successfullyParsed is true

=======================================
--- /branches/bleeding_edge/test/webkit/fast/js/string-link-expected.txt Tue Jul 30 06:36:48 2013 UTC +++ /branches/bleeding_edge/test/webkit/fast/js/string-link-expected.txt Wed Aug 6 15:31:35 2014 UTC
@@ -33,8 +33,8 @@
 PASS '_'.link('"') is "<a href=\"&quot;\">_</a>"
PASS '_'.link('" target="_blank') is "<a href=\"&quot; target=&quot;_blank\">_</a>"
 PASS String.prototype.link.call(0x2A, 0x2A) is "<a href=\"42\">42</a>"
-FAIL String.prototype.link.call(undefined) should throw TypeError: Type error. Was <a href="undefined">undefined</a>. -FAIL String.prototype.link.call(null) should throw TypeError: Type error. Was <a href="undefined">null</a>. +FAIL String.prototype.link.call(undefined) should throw TypeError: Type error. Threw exception TypeError: String.prototype.link called on null or undefined. +FAIL String.prototype.link.call(null) should throw TypeError: Type error. Threw exception TypeError: String.prototype.link called on null or undefined.
 PASS String.prototype.link.length is 1
 PASS successfullyParsed is true

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to