[webkit-changes] cvs commit: JavaScriptCore/tests/mozilla expected.html

Maciej mjs at opensource.apple.com
Thu Aug 11 03:34:45 PDT 2005


mjs         05/08/11 03:34:45

  Modified:    .        ChangeLog
               tests/mozilla expected.html
  Log:
          - updated for one of the tests that Darin incidentally fixed.
  
          * tests/mozilla/expected.html:
  
  Revision  Changes    Path
  1.786     +6 -0      JavaScriptCore/ChangeLog
  
  Index: ChangeLog
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/ChangeLog,v
  retrieving revision 1.785
  retrieving revision 1.786
  diff -u -r1.785 -r1.786
  --- ChangeLog	11 Aug 2005 10:26:52 -0000	1.785
  +++ ChangeLog	11 Aug 2005 10:34:44 -0000	1.786
  @@ -1,3 +1,9 @@
  +2005-08-11  Maciej Stachowiak  <mjs at apple.com>
  +
  +        - updated for one of the tests that Darin incidentally fixed.
  +
  +        * tests/mozilla/expected.html:
  +
   2005-08-10  Maciej Stachowiak  <mjs at apple.com>
   
           Reviewed by Geoff.
  
  
  
  1.41      +26 -35    JavaScriptCore/tests/mozilla/expected.html
  
  Index: expected.html
  ===================================================================
  RCS file: /cvs/root/JavaScriptCore/tests/mozilla/expected.html,v
  retrieving revision 1.40
  retrieving revision 1.41
  diff -u -r1.40 -r1.41
  --- expected.html	5 Aug 2005 03:51:44 -0000	1.40
  +++ expected.html	11 Aug 2005 10:34:44 -0000	1.41
  @@ -7,11 +7,11 @@
   <p class='results_summary'>
   Test List: All tests<br>
   Skip List: (none)<br>
  -1116 test(s) selected, 1111 test(s) completed, 97 failures reported (8.73% failed)<br>
  +1116 test(s) selected, 1111 test(s) completed, 96 failures reported (8.64% failed)<br>
   Engine command line: /Users/mjs/Work/symroots/Deployment/testkjs <br>
  -OS type: Darwin 155.denver-24-25rs.co.dial-access.att.net 8.2.0 Darwin Kernel Version 8.2.0: Fri Jun 24 17:46:54 PDT 2005; root:xnu-792.2.4.obj~3/RELEASE_PPC Power Macintosh powerpc<br>
  -Testcase execution time: 2 minutes, 4 seconds.<br>
  -Tests completed on Thu Aug  4 20:58:24 2005.<br><br>
  +OS type: Darwin maciej-stachowiaks-powerbook-g4-17.local 8.2.0 Darwin Kernel Version 8.2.0: Fri Jun 24 17:46:54 PDT 2005; root:xnu-792.2.4.obj~3/RELEASE_PPC Power Macintosh powerpc<br>
  +Testcase execution time: 2 minutes, 15 seconds.<br>
  +Tests completed on Thu Aug 11 03:08:58 2005.<br><br>
   [ <a href='#fail_detail'>Failure Details</a> | <a href='#retest_list'>Retest List</a> | <a href='menu.html'>Test Selection Page</a> ]<br>
   <hr>
   <a name='fail_detail'></a>
  @@ -32,7 +32,7 @@
   --> TDATE = new Date(946684800000);(TDATE).setMinutes(1234567);TDATE.getTime() = 1020758820000 FAILED! expected: 1020755220000<br>
   --> TDATE = new Date(946684800000);(TDATE).setMinutes(1234567);TDATE.valueOf() = 1020758820000 FAILED! expected: 1020755220000<br>
   --> TDATE = new Date(946684800000);(TDATE).setMinutes(1234567);TDATE.getUTCHours() = 8 FAILED! expected: 7<br>
  ---> TDATE = new Date(946684800000);(TDATE).setMinutes(1234567);TDATE.getHours() = 2 FAILED! expected: 1<br>
  +--> TDATE = new Date(946684800000);(TDATE).setMinutes(1234567);TDATE.getHours() = 1 FAILED! expected: 0<br>
   </tt><br>
   <a name='failure3'></a><dd><b>Testcase <a target='other_window' href='./ecma/GlobalObject/15.1.2.2-2.js'>ecma/GlobalObject/15.1.2.2-2.js</a> failed</b> <br>
    [ <a href='#failure2'>Previous Failure</a> | <a href='#failure4'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
  @@ -100,20 +100,20 @@
    [ <a href='#failure8'>Previous Failure</a> | <a href='#failure10'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
   <tt><br>
   Failure messages were:<br>
  ---> (Wed Dec 31 1969 17:00:00 GMT-0700).toLocaleTimeString() = 5:00:00 PM MST FAILED! expected: 17:00:00<br>
  ---> (Wed Dec 31 1969 10:00:00 GMT-0700).toLocaleTimeString() = 10:00:00 AM MST FAILED! expected: 10:00:00<br>
  ---> (Sun Dec 31 1899 17:00:00 GMT-0700).toLocaleTimeString() = 6:00:00 PM MDT FAILED! expected: 17:00:00<br>
  ---> (Mon Jan 01 1900 00:00:00 GMT-0700).toLocaleTimeString() = 1:00:00 AM MDT FAILED! expected: 00:00:00<br>
  ---> (Fri Dec 31 1999 17:00:00 GMT-0700).toLocaleTimeString() = 5:00:00 PM MST FAILED! expected: 17:00:00<br>
  ---> (Sat Jan 01 2000 00:00:00 GMT-0700).toLocaleTimeString() = 12:00:00 AM MST FAILED! expected: 00:00:00<br>
  ---> (Mon Feb 28 2000 17:00:00 GMT-0700).toLocaleTimeString() = 5:00:00 PM MST FAILED! expected: 17:00:00<br>
  ---> (Mon Feb 28 2000 16:59:59 GMT-0700).toLocaleTimeString() = 4:59:59 PM MST FAILED! expected: 16:59:59<br>
  ---> (Tue Feb 29 2000 00:00:00 GMT-0700).toLocaleTimeString() = 12:00:00 AM MST FAILED! expected: 00:00:00<br>
  ---> (Thu Aug 04 2005 20:57:58 GMT-0600).toLocaleTimeString() = 8:57:58 PM MDT FAILED! expected: 20:57:58<br>
  ---> (Fri Aug 05 2005 03:57:58 GMT-0600).toLocaleTimeString() = 3:57:58 AM MDT FAILED! expected: 03:57:58<br>
  ---> (Fri Dec 31 2004 17:00:00 GMT-0700).toLocaleTimeString() = 5:00:00 PM MST FAILED! expected: 17:00:00<br>
  ---> (Fri Dec 31 2004 16:59:59 GMT-0700).toLocaleTimeString() = 4:59:59 PM MST FAILED! expected: 16:59:59<br>
  ---> (Sat Jan 01 2005 00:00:00 GMT-0700).toLocaleTimeString() = 12:00:00 AM MST FAILED! expected: 00:00:00<br>
  +--> (Wed Dec 31 1969 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br>
  +--> (Wed Dec 31 1969 08:00:00 GMT-0800).toLocaleTimeString() = 8:00:00 AM PST FAILED! expected: 08:00:00<br>
  +--> (Sun Dec 31 1899 16:00:00 GMT-0800).toLocaleTimeString() = 5:00:00 PM PDT FAILED! expected: 16:00:00<br>
  +--> (Mon Jan 01 1900 00:00:00 GMT-0800).toLocaleTimeString() = 1:00:00 AM PDT FAILED! expected: 00:00:00<br>
  +--> (Fri Dec 31 1999 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br>
  +--> (Sat Jan 01 2000 00:00:00 GMT-0800).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00<br>
  +--> (Mon Feb 28 2000 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br>
  +--> (Mon Feb 28 2000 15:59:59 GMT-0800).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59<br>
  +--> (Tue Feb 29 2000 00:00:00 GMT-0800).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00<br>
  +--> (Thu Aug 11 2005 03:08:30 GMT-0700).toLocaleTimeString() = 3:08:30 AM PDT FAILED! expected: 03:08:30<br>
  +--> (Thu Aug 11 2005 11:08:30 GMT-0700).toLocaleTimeString() = 11:08:30 AM PDT FAILED! expected: 11:08:30<br>
  +--> (Fri Dec 31 2004 16:00:00 GMT-0800).toLocaleTimeString() = 4:00:00 PM PST FAILED! expected: 16:00:00<br>
  +--> (Fri Dec 31 2004 15:59:59 GMT-0800).toLocaleTimeString() = 3:59:59 PM PST FAILED! expected: 15:59:59<br>
  +--> (Sat Jan 01 2005 00:00:00 GMT-0800).toLocaleTimeString() = 12:00:00 AM PST FAILED! expected: 00:00:00<br>
   </tt><br>
   <a name='failure10'></a><dd><b>Testcase <a target='other_window' href='./ecma_3/Function/regress-193555.js'>ecma_3/Function/regress-193555.js</a> failed</b> <br>
    [ <a href='#failure9'>Previous Failure</a> | <a href='#failure11'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
  @@ -1325,16 +1325,8 @@
   --> FAILED!: [reported from test()] Expected value '43', Actual value 'false'<br>
   --> FAILED!: [reported from test()] <br>
   </tt><br>
  -<a name='failure94'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Regress/regress-96128-n.js'>js1_5/Regress/regress-96128-n.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=96128' target='other_window'>Bug Number 96128</a><br>
  +<a name='failure94'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Scope/regress-185485.js'>js1_5/Scope/regress-185485.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=185485' target='other_window'>Bug Number 185485</a><br>
    [ <a href='#failure93'>Previous Failure</a> | <a href='#failure95'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
  -<tt>Expected exit code 3, got 0<br>
  -Testcase terminated with signal 11<br>
  -Complete testcase output was:<br>
  ---> BUGNUMBER: 96128<br>
  ---> STATUS: Testing that JS infinite recursion protection works<br>
  -</tt><br>
  -<a name='failure95'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Scope/regress-185485.js'>js1_5/Scope/regress-185485.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=185485' target='other_window'>Bug Number 185485</a><br>
  - [ <a href='#failure94'>Previous Failure</a> | <a href='#failure96'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
   <tt>--> STATUS: Testing |with (x) {function f() {}}| when |x.f| already exists<br>
   Failure messages were:<br>
   --> FAILED!: [reported from test()] Section 2 of test -<br>
  @@ -1349,15 +1341,15 @@
   --> FAILED!: [reported from test()] }', Actual value '0'<br>
   --> FAILED!: [reported from test()] <br>
   </tt><br>
  -<a name='failure96'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Scope/regress-220584.js'>js1_5/Scope/regress-220584.js</a> failed</b> <br>
  - [ <a href='#failure95'>Previous Failure</a> | <a href='#failure97'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
  +<a name='failure95'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Scope/regress-220584.js'>js1_5/Scope/regress-220584.js</a> failed</b> <br>
  + [ <a href='#failure94'>Previous Failure</a> | <a href='#failure96'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
   <tt>Expected exit code 0, got 3<br>
   Testcase terminated with signal 0<br>
   Complete testcase output was:<br>
   Exception, line 57: ReferenceError: Can't find variable: Script<br>
   </tt><br>
  -<a name='failure97'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Scope/scope-001.js'>js1_5/Scope/scope-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=53268' target='other_window'>Bug Number 53268</a><br>
  - [ <a href='#failure96'>Previous Failure</a> | <a href='#failure98'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
  +<a name='failure96'></a><dd><b>Testcase <a target='other_window' href='./js1_5/Scope/scope-001.js'>js1_5/Scope/scope-001.js</a> failed</b> <a href='http://bugzilla.mozilla.org/show_bug.cgi?id=53268' target='other_window'>Bug Number 53268</a><br>
  + [ <a href='#failure95'>Previous Failure</a> | <a href='#failure97'>Next Failure</a> | <a href='#tippy_top'>Top of Page</a> ]<br>
   <tt>--> STATUS: Testing scope after changing obj.__proto__<br>
   Failure messages were:<br>
   --> FAILED!: [reported from test()] Step 1:  setting obj.__proto__ = global object<br>
  @@ -1374,9 +1366,9 @@
   <pre>
   <a name='retest_list'></a>
   <h2>Retest List</h2><br>
  -# Retest List, kjs, generated Thu Aug  4 20:58:24 2005.
  +# Retest List, kjs, generated Thu Aug 11 03:08:58 2005.
   # Original test base was: All tests.
  -# 1111 of 1116 test(s) were completed, 97 failures reported.
  +# 1111 of 1116 test(s) were completed, 96 failures reported.
   ecma/Date/15.9.4.3.js
   ecma/Date/15.9.5.28-1.js
   ecma/GlobalObject/15.1.2.2-2.js
  @@ -1470,7 +1462,6 @@
   js1_5/Regress/regress-185165.js
   js1_5/Regress/regress-44009.js
   js1_5/Regress/regress-68498-003.js
  -js1_5/Regress/regress-96128-n.js
   js1_5/Scope/regress-185485.js
   js1_5/Scope/regress-220584.js
   js1_5/Scope/scope-001.js
  \ No newline at end of file
  
  
  



More information about the webkit-changes mailing list