Commit Graph

694 Commits

Author SHA1 Message Date
Derick Rethans
1d7ed3f0dc 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
96f55bb628 Test cosmetics. 2011-12-07 19:42:44 +00:00
Derick Rethans
268335a21a 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
d35096c175 - tests require 64bit integer 2011-12-07 10:38:35 +00:00
Pierre Joye
8b8dcede6c - 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
Pierre Joye
ef763c0184 - fix warning and fix buggy behavior of timelib_diff due to bad assumption of floor signature (fixes almost date_diff tests too) 2011-12-07 08:39:43 +00:00
Pierre Joye
2ac602bff1 - rename to correct bug # 2011-12-07 08:37:48 +00:00
Pierre Joye
2425fdbbae - set TZ 2011-12-07 08:33:41 +00:00
Derick Rethans
4c9fad8b36 - 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
48f3cb3e2e - Added a test case for #53437. 2011-12-06 06:07:41 +00:00
Derick Rethans
b2b7d5b943 - Fixed bug #52062: large timestamps with DateTime::getTimestamp and DateTime::setTimestamp. 2011-12-06 06:04:24 +00:00
Derick Rethans
ff334d84c5 - Cosmetics for test case for #48678. 2011-12-06 06:00:45 +00:00
Derick Rethans
3395521915 - 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
547e240906 - Fixed bug #54851 (DateTime::createFromFormat() doesn't interpret "D"). 2011-11-26 16:44:21 +00:00
Derick Rethans
81058b5e79 - Fixed bug #54596 (incorrect years for DateTime objects created with 4-digit
years).
2011-11-25 15:51:37 +00:00
Derick Rethans
adb3000807 - Force setting for tests. 2011-11-25 15:47:11 +00:00
Derick Rethans
d0a898d2a2 - 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
Derick Rethans
c6fbe8e69d - Updated to version 2011.14 (2011n) 2011-11-02 10:58:51 +00:00
Derick Rethans
6671223afa - Updated to version 2011.13 (2011m) 2011-10-24 15:19:08 +00:00
Daniel Convissor
99ed1585a7 Tests for the DST RFC. 2011-10-18 21:45:07 +00:00
Derick Rethans
87ecd87b6f - Updated to version 2011.12 (2011l) 2011-10-10 08:05:55 +00:00
Derick Rethans
53634f7648 - Updated to version 2011.11 (2011k) 2011-09-26 17:23:00 +00:00
Daniel Convissor
f15c453242 Separate test for %a is no longer needed. 2011-09-13 20:31:02 +00:00
Pierre Joye
d2ff9ff591 - test passes now (and VC6 is not supported anymore) 2011-09-13 16:21:24 +00:00
Derick Rethans
37d1038958 - Removed support for putenv("TZ=..") for setting the timezone.
- Removed the timezone guessing algorithm in case the timezone isn't set with
  date.timezone or date_default_timezone_set(). Instead of a guessed timezone,
  "UTC" is now used instead.
2011-09-13 14:48:13 +00:00
Pierre Joye
43da6d64a9 - skip on win, runtime TZ via putenv is not supported with ext/date 2011-09-13 13:58:03 +00:00
Pierre Joye
d4ed1e1f13 - skip on win, runtime TZ via putenv is not supported with ext/date 2011-09-13 13:51:47 +00:00
Pierre Joye
f9b1b83136 - TZ auto detection varies, not always UTC 2011-09-13 13:42:03 +00:00
Pierre Joye
8b719e817e - TZ auto detection varies, not always UTC 2011-09-13 13:39:49 +00:00
Pierre Joye
9b881b680c - skip on win, runtime TZ via putenv is not supported with ext/date 2011-09-13 13:26:48 +00:00
Pierre Joye
3996135f68 - fix test on win, putenv is not supported for TZ and ext/date 2011-09-13 12:04:57 +00:00
Pierre Joye
4262382199 - skip on win, strftime uses system TZ 2011-09-12 23:31:22 +00:00
Derick Rethans
1e4dac2d58 - Updated to version 2011.10 (2011j) 2011-09-12 15:49:12 +00:00
Derick Rethans
72ebf32b49 - Updated to-do. 2011-09-08 16:57:41 +00:00
Hannes Magnusson
5f7bbebd8e Fix test, one skipif is enough 2011-09-05 10:30:41 +00:00
Pierre Joye
8b710f5b5a - skip on win, TZ cannot be set using putenv at runtime 2011-09-04 22:04:42 +00:00
Pierre Joye
5d1962120f - skip on win, TZs differ with strftime 2011-09-04 21:59:27 +00:00
Pierre Joye
14b5985dff - 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
Stanislav Malyshev
25031cd387 test fixes on Darwin 2011-08-31 07:10:17 +00:00
Hannes Magnusson
f41105f56f Fixed bug#48476 2011-08-30 13:41:57 +00:00
Derick Rethans
a34e9efcfa - Updated to version 2011.9 (2011i) 2011-08-29 16:37:56 +00:00
Daniel Convissor
8131f04f9a Fix differences in some sub() results that were causing tests to fail. 2011-08-23 16:40:19 +00:00
Daniel Convissor
143b2a8692 Fix spring tests for dst/st transition second. 2011-08-22 14:47:12 +00:00
Gwynne Raskind
5a64b06289 possible use without init fixed 2011-08-07 18:12:52 +00:00
Felipe Pena
da376383e8 - Make usage of new PHP_FE_END macro 2011-07-25 11:35:02 +00:00
Daniel Convissor
5ef9ab3b03 Fix spelling error. 2011-07-21 19:56:54 +00:00
Daniel Convissor
800b0cfcba Revert r311205. Test works in original form and should not vary between branches in this case. 2011-07-21 19:45:18 +00:00
Daniel Convissor
b93e77900e Have test for add/sub/diff one second during ST/DST transition in spring. 2011-07-21 15:35:06 +00:00
Daniel Convissor
038ba91426 Rename and enhance test for bug 55253 now that bugs web is up. 2011-07-20 18:24:14 +00:00
Daniel Convissor
e3253b79ad Have test for add/sub/diff one second during DST/ST transition. 2011-07-13 16:22:58 +00:00