Reviewers: rossberg,

Description:
Rebaseline webkit test expectations after r22938.

[email protected]

Please review this at https://codereview.chromium.org/446883002/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files (+8, -8 lines):
  M test/webkit/fast/js/string-anchor-expected.txt
  M test/webkit/fast/js/string-fontcolor-expected.txt
  M test/webkit/fast/js/string-fontsize-expected.txt
  M test/webkit/fast/js/string-link-expected.txt


Index: test/webkit/fast/js/string-anchor-expected.txt
diff --git a/test/webkit/fast/js/string-anchor-expected.txt b/test/webkit/fast/js/string-anchor-expected.txt index 3a50054f1176b237eb1454cf399a3c2062d47367..91a8338035aa438ad0d3ca7339c4b57faebffb18 100644
--- a/test/webkit/fast/js/string-anchor-expected.txt
+++ b/test/webkit/fast/js/string-anchor-expected.txt
@@ -32,8 +32,8 @@ PASS '_'.anchor(0x2A) is "<a name=\"42\">_</a>"
 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

Index: test/webkit/fast/js/string-fontcolor-expected.txt
diff --git a/test/webkit/fast/js/string-fontcolor-expected.txt b/test/webkit/fast/js/string-fontcolor-expected.txt index af2c707f37501ae685a01a5f780bb0f87885224d..2ffda69a6f7b5a3ab9c98ee5cb8377ca0f8129de 100644
--- a/test/webkit/fast/js/string-fontcolor-expected.txt
+++ b/test/webkit/fast/js/string-fontcolor-expected.txt
@@ -32,8 +32,8 @@ PASS '_'.fontcolor(0x2A) is "<font color=\"42\">_</font>"
 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

Index: test/webkit/fast/js/string-fontsize-expected.txt
diff --git a/test/webkit/fast/js/string-fontsize-expected.txt b/test/webkit/fast/js/string-fontsize-expected.txt index c114f74b15fa1e952c3c0c04b858ceca31d13aac..656f7fa7fb4c96952e19086ae479c4b07bc6e3da 100644
--- a/test/webkit/fast/js/string-fontsize-expected.txt
+++ b/test/webkit/fast/js/string-fontsize-expected.txt
@@ -33,8 +33,8 @@ PASS '_'.fontsize(0x2A) is "<font size=\"42\">_</font>"
 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

Index: test/webkit/fast/js/string-link-expected.txt
diff --git a/test/webkit/fast/js/string-link-expected.txt b/test/webkit/fast/js/string-link-expected.txt index afacbe6bb91737d156501e47d306b67d8bb33cec..2443bd4bcd1ef4441863e1e2286d4f5564e54cb9 100644
--- a/test/webkit/fast/js/string-link-expected.txt
+++ b/test/webkit/fast/js/string-link-expected.txt
@@ -33,8 +33,8 @@ PASS '_'.link(0x2A) is "<a href=\"42\">_</a>"
 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