MPE/iX gets serious indigestion on w-packed infinities.
Jarkko Hietaniemi [Thu, 19 Jun 2003 05:02:22 +0000 (05:02 +0000)]
p4raw-id: //depot/perl@19816

t/op/pack.t

index 53f44c1..31e7b34 100755 (executable)
@@ -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 '$@'"