Title: [141549] trunk/LayoutTests
Revision
141549
Author
morr...@google.com
Date
2013-02-01 00:30:09 -0800 (Fri, 01 Feb 2013)

Log Message

Unreviewed, rebaselining a result.

* platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (141548 => 141549)


--- trunk/LayoutTests/ChangeLog	2013-02-01 08:27:10 UTC (rev 141548)
+++ trunk/LayoutTests/ChangeLog	2013-02-01 08:30:09 UTC (rev 141549)
@@ -1,3 +1,9 @@
+2013-02-01  Hajime Morrita  <morr...@google.com>
+
+        Unreviewed, rebaselining a result.
+
+        * platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt:
+
 2013-02-01  Vsevolod Vlasov  <vse...@chromium.org>
 
         Web Inspector: Use String.prototype.startsWith instead of String.prototype.indexOf when possible

Modified: trunk/LayoutTests/platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt (141548 => 141549)


--- trunk/LayoutTests/platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt	2013-02-01 08:27:10 UTC (rev 141548)
+++ trunk/LayoutTests/platform/chromium/fast/js/kde/inbuilt_function_tostring-expected.txt	2013-02-01 08:30:09 UTC (rev 141549)
@@ -63,7 +63,7 @@
 PASS StripSpaces(Boolean.prototype.toString.toString()) is "functiontoString(){[nativecode]}"
 PASS StripSpaces(Boolean.prototype.valueOf.toString()) is "functionvalueOf(){[nativecode]}"
 PASS StripSpaces(Number.prototype.toString.toString()) is "functiontoString(){[nativecode]}"
-FAIL StripSpaces(Number.prototype.toLocaleString.toString()) should be functiontoLocaleString(){[nativecode]}. Was function(locales,options){returnformatNumber(newnumberFormat(locales,options),this)}.
+FAIL StripSpaces(Number.prototype.toLocaleString.toString()) should be functiontoLocaleString(){[nativecode]}. Was function(locales,options){varnumberFormat=cachedOrNewService('numberformat',locales,options)returnformatNumber(numberFormat,this)}.
 PASS StripSpaces(Number.prototype.valueOf.toString()) is "functionvalueOf(){[nativecode]}"
 PASS StripSpaces(Number.prototype.toFixed.toString()) is "functiontoFixed(){[nativecode]}"
 PASS StripSpaces(Number.prototype.toExponential.toString()) is "functiontoExponential(){[nativecode]}"
@@ -90,9 +90,9 @@
 PASS StripSpaces(Date.prototype.toUTCString.toString()) is "functiontoUTCString(){[nativecode]}"
 PASS StripSpaces(Date.prototype.toDateString.toString()) is "functiontoDateString(){[nativecode]}"
 PASS StripSpaces(Date.prototype.toTimeString.toString()) is "functiontoTimeString(){[nativecode]}"
-FAIL StripSpaces(Date.prototype.toLocaleString.toString()) should be functiontoLocaleString(){[nativecode]}. Was function(locales,options){returntoLocaleDateTime(this,locales,options,'any','all')}.
-FAIL StripSpaces(Date.prototype.toLocaleDateString.toString()) should be functiontoLocaleDateString(){[nativecode]}. Was function(locales,options){returntoLocaleDateTime(this,locales,options,'date','date')}.
-FAIL StripSpaces(Date.prototype.toLocaleTimeString.toString()) should be functiontoLocaleTimeString(){[nativecode]}. Was function(locales,options){returntoLocaleDateTime(this,locales,options,'time','time')}.
+FAIL StripSpaces(Date.prototype.toLocaleString.toString()) should be functiontoLocaleString(){[nativecode]}. Was function(locales,options){returntoLocaleDateTime(this,locales,options,'any','all','dateformatall')}.
+FAIL StripSpaces(Date.prototype.toLocaleDateString.toString()) should be functiontoLocaleDateString(){[nativecode]}. Was function(locales,options){returntoLocaleDateTime(this,locales,options,'date','date','dateformatdate')}.
+FAIL StripSpaces(Date.prototype.toLocaleTimeString.toString()) should be functiontoLocaleTimeString(){[nativecode]}. Was function(locales,options){returntoLocaleDateTime(this,locales,options,'time','time','dateformattime')}.
 PASS StripSpaces(Date.prototype.valueOf.toString()) is "functionvalueOf(){[nativecode]}"
 PASS StripSpaces(Date.prototype.getTime.toString()) is "functiongetTime(){[nativecode]}"
 PASS StripSpaces(Date.prototype.getFullYear.toString()) is "functiongetFullYear(){[nativecode]}"
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to