This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op/cmp.t: fix failing tests under -ffast-math
authorDavid Mitchell <davem@iabyn.com>
Sat, 26 Mar 2011 23:48:04 +0000 (23:48 +0000)
committerDavid Mitchell <davem@iabyn.com>
Sat, 26 Mar 2011 23:48:04 +0000 (23:48 +0000)
commite76f5e873f85fc85f1c899914749a50feed6f801
treed1ca8dd32422caf4902a16552a631502ffe75893
parent976bd1ee7053935efaef1e933f9101527e753e0f
op/cmp.t: fix failing tests under -ffast-math

Apparently if you compile using gcc's -ffast-math option,
NaNs start matching other things. So skip the NaN tests.
t/op/cmp.t