Mis-Failing tests
Ilya Zakharevich [Sat, 19 May 2001 04:04:23 +0000 (00:04 -0400)]
Message-ID: <20010519040423.A16861@math.ohio-state.edu>

(In bleadperl patched b-stash.t instead of b.t)

p4raw-id: //depot/perl@10164

t/lib/b-stash.t
t/lib/bigfltpm.t

index 3d12de3..947a2ad 100644 (file)
@@ -39,8 +39,10 @@ if ($Is_VMS) {
     $a =~ s/-uVMS,-uVMS::Filespec,//;
     $a =~ s/-uSocket,//; # Socket is optional/compiler version dependent
 }
-if ($Config{static_ext} eq ' ' ||
-    ($Config{static_ext} eq 'Socket' && $Is_VMS)) {
+if (($Config{static_ext} eq ' ' ||
+     ($Config{static_ext} eq 'Socket' && $Is_VMS))
+    && !($^O eq 'os2' and $OS2::is_aout)
+    ) {
   if (ord('A') == 193) { # EBCDIC sort order is qw(a A) not qw(A a)
       $b = join ',', sort split /,/, $b;
   }
index 18bab4f..8247e42 100755 (executable)
@@ -282,7 +282,7 @@ $Math::BigFloat::rnd_mode = 'even'
 -6.35:-1:/-6.(?:4|39{5}\d+|29{8}\d+)
 -0.0065:-1:0
 -0.0065:-2:/-0\.01|-1e-02
--0.0065:-3:/-0\.006|-7e-03
+-0.0065:-3:/-0\.006|-7e-03|-6e-03
 -0.0065:-4:/-0\.006(?:5|49{5}\d+)|-6\.5e-03
 -0.0065:-5:/-0\.006(?:5|49{5}\d+)|-6\.5e-03
 &fcmp