summaryrefslogtreecommitdiff
path: root/ext/intl/tests/timezone_getErrorCodeMessage_basic.phpt
Commit message (Collapse)AuthorAgeFilesLines
* Run tidyNikita Popov2020-09-181-1/+1
| | | | | This should fix most of the remaining issues with tabs and spaces being mixed in tests.
* Clean DONE tags from testsFabien Villepinte2019-11-071-2/+0
| | | | | | | Remove most of the `===DONE===` tags and its variations. Keep `===DONE===` if the test output otherwise becomes empty. Closes GH-4872.
* Skip IntlTimeZone::getOffset() error tests on non-x86Nikita Popov2019-10-241-1/+6
| | | | | | | | | | | I'm not totally sure, but I have a strong suspicion that the fact that this produces an error is an artifact of undefined cast behavior (which will yield INDVAL on x86 but saturate on ARM). INF seems to be the only value that results in an error even on x86 (variations like -INF or NAN succeed). It might make sense to just remove this test entirely, but for now let's skip it on non-x86.
* Initial checkin of calendar/timezone code.Gustavo André dos Santos Lopes2012-04-011-0/+31