diff options
Diffstat (limited to 't/op/pack.t')
-rwxr-xr-x | t/op/pack.t | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/t/op/pack.t b/t/op/pack.t index 53f44c1179..31e7b34d29 100755 --- a/t/op/pack.t +++ b/t/op/pack.t @@ -183,6 +183,9 @@ sub list_eq ($$) { skip "-- the IEEE infinity model is unavailable in this configuration." if (($^O eq 'VMS') && !defined($Config{useieee})); + skip "-- MPE/iX has serious fp indigestionf on w-packed infinities" + if (($^O eq 'mpeix')); + my $inf = eval '2**10000'; skip "Couldn't generate infinity - got error '$@'" |