Rasmus Lerdorf
|
950e6b3ea3
|
Missed 5.3 for the Armenia DST drop
|
2012-03-02 17:08:00 +00:00 |
|
Daniel Convissor
|
467ed9255b
|
Resolve the last of the xfails from Bug 55253.
|
2011-12-28 01:13:12 +00:00 |
|
Daniel Convissor
|
7dc52a6b43
|
Resolve more xfails due to Bug 55253 being fixed.
|
2011-12-27 19:44:13 +00:00 |
|
Daniel Convissor
|
5b3551e4e3
|
Resolve some xfails due to Bug 55253 being fixed. (merged from 54)
|
2011-12-27 16:57:36 +00:00 |
|
Derick Rethans
|
9cbf9472b6
|
This test should no longer fail, and is perfectly okay for Linux to test on too.
|
2011-12-12 12:57:46 +00:00 |
|
Derick Rethans
|
109cc0bfab
|
Test cosmetics.
|
2011-12-07 19:42:44 +00:00 |
|
Derick Rethans
|
60d195dc44
|
Sorting out the tests *once* more.
Please keep them consistent and only change them if you are 110% certain what
you're doing. Otherwise -> please ask.
|
2011-12-07 19:24:58 +00:00 |
|
Pierre Joye
|
2ae3a4d849
|
- print_r seems to display 0 or nothing for days, let make that test works in both cases, that's not the purpose of this test to test print_r
|
2011-12-07 09:03:07 +00:00 |
|
Derick Rethans
|
5b2ce47f2e
|
- Fixed bug #53502 (strtotime with timezone memory leak).
- Fixed bug #52062 (large timestamps with DateTime::getTimestamp and
DateTime::setTimestamp).
- Fixed bug #51994 (date_parse_from_format is parsing invalid date using 'yz'
format).
- Fixed bug #51223 (Seg fault while creating (by unserialization)
DatePeriod).
|
2011-12-06 06:21:08 +00:00 |
|
Derick Rethans
|
2a0343fb18
|
Make tests similar to the ones in 5.4 and trunk.
|
2011-12-06 06:13:41 +00:00 |
|
Derick Rethans
|
9f78bca569
|
- Added a test case for #53437.
|
2011-12-06 06:07:41 +00:00 |
|
Derick Rethans
|
2679ccc50b
|
- Fixed bug #52062: large timestamps with DateTime::getTimestamp and DateTime::setTimestamp.
|
2011-12-06 06:04:24 +00:00 |
|
Derick Rethans
|
300b3efff5
|
- Cosmetics for test case for #48678.
|
2011-12-06 06:00:45 +00:00 |
|
Derick Rethans
|
70b782bc9a
|
- Fixed test case for #54851.
- Make test case for #32555 the same for all branches.
|
2011-12-06 05:59:24 +00:00 |
|
Derick Rethans
|
92e9a0bd91
|
- Fixed bug #54851 (DateTime::createFromFormat() doesn't interpret "D").
|
2011-11-26 16:44:21 +00:00 |
|
Derick Rethans
|
1324d5d9c5
|
- Fixed bug #54596 (incorrect years for DateTime objects created with 4-digit
years).
|
2011-11-25 15:51:37 +00:00 |
|
Derick Rethans
|
016e57a712
|
- Force setting for tests.
|
2011-11-25 15:47:11 +00:00 |
|
Derick Rethans
|
7411ae09f5
|
- Fixed bug #60236 (TLA timezone dates are not converted properly from
timestamp).
- Fixed bug #55253 (DateTime::add() and sub() result -1 hour on objects with
time zone type 2).
And fixed some test cases.
|
2011-11-24 17:13:47 +00:00 |
|
Daniel Convissor
|
6da5dfd0ac
|
Tests for the DST RFC.
|
2011-10-18 21:45:07 +00:00 |
|
Pierre Joye
|
4fffbad733
|
- skip on win, runtime TZ via putenv is not supported with ext/date
|
2011-09-13 13:58:03 +00:00 |
|
Pierre Joye
|
14300717d8
|
- skip on win, runtime TZ via putenv is not supported with ext/date
|
2011-09-13 13:51:47 +00:00 |
|
Pierre Joye
|
65be07be67
|
- TZ auto detection varies, not always UTC
|
2011-09-13 13:42:03 +00:00 |
|
Pierre Joye
|
98171e881b
|
- TZ auto detection varies, not always UTC
|
2011-09-13 13:39:49 +00:00 |
|
Pierre Joye
|
09507f0ba4
|
- fix test
|
2011-09-13 13:27:20 +00:00 |
|
Pierre Joye
|
ec820e1454
|
- skip on win, runtime TZ via putenv is not supported with ext/date
|
2011-09-13 13:26:48 +00:00 |
|
Pierre Joye
|
8815e14451
|
- fix test on win, putenv is not supported for TZ and ext/date
|
2011-09-13 12:04:57 +00:00 |
|
Pierre Joye
|
08a25c405e
|
- skip on win, strftime uses system TZ
|
2011-09-12 23:31:22 +00:00 |
|
Hannes Magnusson
|
cd8f903d7e
|
Fix test, one skipif is enough
|
2011-09-05 10:30:41 +00:00 |
|
Pierre Joye
|
c70b78c445
|
- skip on win, TZ cannot be set using putenv at runtime
|
2011-09-04 22:04:42 +00:00 |
|
Pierre Joye
|
c3380e42c8
|
- skip on win, TZs differ with strftime
|
2011-09-04 21:59:27 +00:00 |
|
Pierre Joye
|
9ef72e259b
|
- fix test on win, does not use putenv to set the TZ but date_default_timezone_set (should be the case on all platforms actually...)
|
2011-09-04 21:40:22 +00:00 |
|
Hannes Magnusson
|
a84c667e0e
|
Fixed bug#48476
|
2011-08-30 13:41:57 +00:00 |
|
Daniel Convissor
|
7473a889ec
|
Fix differences in some sub() results that were causing tests to fail.
|
2011-08-23 16:40:19 +00:00 |
|
Daniel Convissor
|
4e2cd3ee63
|
Fix spring tests for dst/st transition second.
|
2011-08-22 14:47:12 +00:00 |
|
Daniel Convissor
|
3c63a836cf
|
Fix spelling error.
|
2011-07-21 19:56:54 +00:00 |
|
Daniel Convissor
|
22710d1c44
|
Have test for add/sub/diff one second during ST/DST transition in spring.
|
2011-07-21 15:35:06 +00:00 |
|
Daniel Convissor
|
d31c5e8a4d
|
Rename and enhance test for bug 55253 now that bugs web is up.
|
2011-07-20 18:24:14 +00:00 |
|
Daniel Convissor
|
6672b31c45
|
Have test for add/sub/diff one second during DST/ST transition.
|
2011-07-13 16:22:58 +00:00 |
|
Daniel Convissor
|
cafb45221f
|
Add test for constructing times during the dst/st conversion.
|
2011-07-13 16:21:10 +00:00 |
|
Hannes Magnusson
|
71a5c3d7ec
|
These are annoyingly slow
|
2011-06-23 21:27:42 +00:00 |
|
Daniel Convissor
|
887f30dc61
|
Make xfail text not reference a particular version now that 5.4 branch exists.
|
2011-06-19 16:46:32 +00:00 |
|
Daniel Convissor
|
370d483bcb
|
Provide test for DateTime::add() issue (for discussion on internals, bugs.php.net is down).
|
2011-06-18 01:00:56 +00:00 |
|
Daniel Convissor
|
249667f9e3
|
Split DateTime diff/add/sub tests into separate files to make things easier to see, test and (one hopes) fix.
|
2011-06-18 00:29:52 +00:00 |
|
Derick Rethans
|
4b9857e7a4
|
- Fixed bug where the DateTime object got changed while using date_diff().
|
2011-06-17 16:38:23 +00:00 |
|
Hannes Magnusson
|
10da251565
|
Fixed bug#51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error)
|
2011-06-05 13:30:01 +00:00 |
|
Ferenc Kovacs
|
2ea7c05d75
|
adding an XFAIL, as we have an open bug for this test
|
2011-05-16 23:43:12 +00:00 |
|
Ferenc Kovacs
|
85de397a23
|
adding an XFAIL, as we have an open bug for this test
|
2011-05-16 23:39:16 +00:00 |
|
Ferenc Kovacs
|
66d5eb12a9
|
set the timezone to UTC as suggested by Alexey Shein, and adding an SKIPIF as this test was originaly intended to be windows only
|
2011-05-16 23:35:23 +00:00 |
|
Ferenc Kovacs
|
a944f7a663
|
reverting 311103,311105-311109, will commit them to all three branches
|
2011-05-16 23:22:17 +00:00 |
|
Ferenc Kovacs
|
2957b7cbb6
|
adding an XFAIL, as we have an open bug for this test
|
2011-05-16 20:11:00 +00:00 |
|