[svn:parrot] r39864 - trunk/t/op

Infinoid at svn.parrot.org Infinoid at svn.parrot.org
Thu Jul 2 01:02:49 UTC 2009


Author: Infinoid
Date: Thu Jul  2 01:02:48 2009
New Revision: 39864
URL: https://trac.parrot.org/parrot/changeset/39864

Log:
[t] Un-TODO some tests on openbsd per report in TT #758.  reezer++

Modified:
   trunk/t/op/arithmetics.t
   trunk/t/op/io.t

Modified: trunk/t/op/arithmetics.t
==============================================================================
--- trunk/t/op/arithmetics.t	Thu Jul  2 00:44:10 2009	(r39863)
+++ trunk/t/op/arithmetics.t	Thu Jul  2 01:02:48 2009	(r39864)
@@ -149,12 +149,7 @@
 # print -0.0 as -0
 #
 
-TODO: {
-    my @todo;
-    @todo = ( todo => '-0.0 not implemented, TT #313' )
-        if $^O =~ m/(?:openbsd)/i;
-
-pasm_output_is( <<'CODE', <<OUTPUT, 'negate -0.0', @todo );
+pasm_output_is( <<'CODE', <<OUTPUT, 'negate -0.0' );
         set N0, 0
         neg N0
         say N0
@@ -176,7 +171,6 @@
 -0
 OUTPUT
 
-}
 
 
 #

Modified: trunk/t/op/io.t
==============================================================================
--- trunk/t/op/io.t	Thu Jul  2 00:44:10 2009	(r39863)
+++ trunk/t/op/io.t	Thu Jul  2 01:02:48 2009	(r39864)
@@ -59,6 +59,7 @@
     if $S0 == 'linux' goto tt661_ok
     if $S0 == 'MSWin32' goto tt661_ok
     if $S0 == 'darwin' goto tt661_ok
+    if $S0 == 'openbsd' goto tt661_ok
 
     .return (0)
 


More information about the parrot-commits mailing list