[svn:parrot] r41970 - trunk/t/op
darbelo at svn.parrot.org
darbelo at svn.parrot.org
Wed Oct 21 16:52:44 UTC 2009
Author: darbelo
Date: Wed Oct 21 16:52:43 2009
New Revision: 41970
URL: https://trac.parrot.org/parrot/changeset/41970
Log:
un-TODO the "atan part 2" test on NetBSD, it passes now.
Modified:
trunk/t/op/trans.t
Modified: trunk/t/op/trans.t
==============================================================================
--- trunk/t/op/trans.t Wed Oct 21 16:27:35 2009 (r41969)
+++ trunk/t/op/trans.t Wed Oct 21 16:52:43 2009 (r41970)
@@ -387,9 +387,6 @@
ok 16
OUTPUT
-TODO: {
-local $TODO = 'fails on netbsd' if $^O =~ /netbsd/;
-
pasm_output_is( <<"CODE", <<'OUTPUT', 'atan, part 2' );
.include 'fp_equality.pasm'
atan N4, -0.0, -0.0
@@ -402,8 +399,6 @@
ok 1
OUTPUT
-}
-
pasm_output_is( <<"CODE", <<OUTPUT, "log2" );
.include 'fp_equality.pasm'
set N1, 10.0
More information about the parrot-commits
mailing list