diff options
author | Nikita Popov <nikita.ppv@gmail.com> | 2019-10-24 14:41:05 +0200 |
---|---|---|
committer | Nikita Popov <nikita.ppv@gmail.com> | 2019-10-24 15:26:11 +0200 |
commit | 93a9b56c90c334896e977721bfb3f38b1721cec6 (patch) | |
tree | 4e8c9c2faf174b501431dc7acc0bb682ccce1273 /ext/reflection/php_reflection.c | |
parent | edf7346810292967f41e60fb1474e09e1558862d (diff) | |
download | php-git-93a9b56c90c334896e977721bfb3f38b1721cec6.tar.gz |
Skip IntlTimeZone::getOffset() error tests on non-x86
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.
Diffstat (limited to 'ext/reflection/php_reflection.c')
0 files changed, 0 insertions, 0 deletions