Changeset 53118 in webkit for trunk/JavaScriptCore/tests
- Timestamp:
- Jan 12, 2010, 12:16:40 AM (15 years ago)
- Location:
- trunk/JavaScriptCore/tests/mozilla/ecma/Date
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/tests/mozilla/ecma/Date/15.9.5.10-1.js
r20121 r53118 62 62 var DST_END_1998 = UTC( GetFirstSundayInNovember(TimeFromYear(1998)) + 2*msPerHour ); 63 63 64 /* 65 // We don't use |now| because it fails every night at midnight. 66 // The test is more reproducable if we use concrete times. 64 67 addTestCase( now ); 65 /*66 68 addTestCase( TIME_YEAR_0 ); 67 69 addTestCase( TIME_1970 ); … … 69 71 addTestCase( TIME_2000 ); 70 72 addTestCase( UTC_FEB_29_2000 ); 73 */ 71 74 addTestCase( UTC_JAN_1_2005 ); 75 /* 72 76 addTestCase( DST_START_1998 ); 73 77 addTestCase( DST_START_1998-1 ); -
trunk/JavaScriptCore/tests/mozilla/ecma/Date/15.9.5.12-1.js
r11995 r53118 57 57 TimeInYear(2002)+TimeInYear(2003)+TimeInYear(2004); 58 58 59 /* 60 // We don't use |now| because it fails every night at midnight. 61 // The test is more reproducable if we use concrete times. 59 62 addTestCase( now ); 60 /* 63 61 64 addTestCase( TIME_YEAR_0 ); 62 65 addTestCase( TIME_1970 ); … … 64 67 addTestCase( TIME_2000 ); 65 68 addTestCase( UTC_FEB_29_2000 ); 69 */ 66 70 addTestCase( UTC_JAN_1_2005 ); 71 /* 67 72 68 73 testcases[tc++] = new TestCase( SECTION,
Note:
See TracChangeset
for help on using the changeset viewer.