Codebase list libcryptx-perl / dd7c00d
skip mbi_ltm_mbi-from-big-scalar.t if ivsize<8 Karel Miko 7 years ago
1 changed file(s) with 1 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
1212 BEGIN {
1313 plan skip_all => "requires Math::BigInt 1.999712+" unless eval { require Math::BigInt && eval($Math::BigInt::VERSION) >= 1.999712 };
1414 # Don't run these tests unless we have proper 64-bit support.
15 plan skip_all => "missing 64bit int support" if $Config{ivsize} < 8;
1516 $use64 = ~0 > 4294967295;
1617 my $broken64 = (18446744073709550592 == ~0);
1718 if ($broken64) {