[webkit-changes] cvs commit: LayoutTests/fast/js/kde Number-expected.txt

Maciej mjs at opensource.apple.com
Fri Dec 30 00:18:47 PST 2005


mjs         05/12/30 00:18:47

  Modified:    .        ChangeLog
               fast/js/kde Number-expected.txt
  Log:
          No review.
  
  	- updated test results for Number.toString() fixes:
  	<http://bugzilla.opendarwin.org/show_bug.cgi?id=6259>
  
          * fast/js/kde/Number-expected.txt:
  
  Revision  Changes    Path
  1.204     +9 -0      LayoutTests/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/LayoutTests/ChangeLog,v
  retrieving revision 1.203
  retrieving revision 1.204
  diff -u -r1.203 -r1.204
  --- ChangeLog	30 Dec 2005 07:38:14 -0000	1.203
  +++ ChangeLog	30 Dec 2005 08:18:47 -0000	1.204
  @@ -1,3 +1,12 @@
  +2005-12-30  Maciej Stachowiak  <mjs at apple.com>
  +
  +        No review.
  +
  +	- updated test results for Number.toString() fixes:
  +	<http://bugzilla.opendarwin.org/show_bug.cgi?id=6259>
  +
  +        * fast/js/kde/Number-expected.txt:
  +
   2005-12-30  Eric Seidel  <eseidel at apple.com>
   
           No review, just updating results.
  
  
  
  1.4       +6 -6      LayoutTests/fast/js/kde/Number-expected.txt
  
  Index: Number-expected.txt
  ===================================================================
  RCS file: /cvs/root/LayoutTests/fast/js/kde/Number-expected.txt,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Number-expected.txt	30 Dec 2005 00:43:10 -0000	1.3
  +++ Number-expected.txt	30 Dec 2005 08:18:47 -0000	1.4
  @@ -13,12 +13,12 @@
   PASS (1).toString() is '1'
   PASS typeof (1).toString() is 'string'
   PASS (10).toString(16) is 'a'
  -FAIL (8.5).toString(16) should be 8.8. Was 8
  -FAIL (-8.5).toString(16) should be -8.8. Was fffffff8
  -FAIL Number.NaN.toString(16) should be NaN. Was 0
  -FAIL Number.POSITIVE_INFINITY.toString(16) should be Infinity. Was 0
  -FAIL Number.NEGATIVE_INFINITY.toString(16) should be -Infinity. Was 0
  -FAIL Number.MAX_VALUE.toString(2).length should be 1024. Was 1
  +PASS (8.5).toString(16) is '8.8'
  +PASS (-8.5).toString(16) is '-8.8'
  +PASS Number.NaN.toString(16) is 'NaN'
  +PASS Number.POSITIVE_INFINITY.toString(16) is 'Infinity'
  +PASS Number.NEGATIVE_INFINITY.toString(16) is '-Infinity'
  +PASS Number.MAX_VALUE.toString(2).length is 1024
   PASS (1).valueOf() is 1
   PASS typeof (1).valueOf() is 'number'
   PASS Number(1234.567).toFixed(0) is "1235"
  
  
  



More information about the webkit-changes mailing list