fold_grind.t: No longer any TODOs
authorKarl Williamson <public@khwilliamson.com>
Fri, 13 May 2011 16:02:18 +0000 (10:02 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 19 May 2011 18:07:08 +0000 (12:07 -0600)
t/re/fold_grind.t

index 1e1b139..fed805f 100644 (file)
@@ -449,15 +449,7 @@ foreach my $test (sort { numerically } keys %tests) {
           my $op = '=~';
           $op = '!~' if $should_fail;
 
-          # I'm afraid this was derived from trial and error.
-          my $todo = ($test == 0xdf
-                      && $lhs =~ /DF/
-                      && $uni_semantics
-                      && ($charset eq 'u' || $charset eq 'a' || $charset eq 'd')
-                      && ! (($charset eq 'u' || $charset eq 'a')
-                            && (($upgrade_target eq "") != ($upgrade_pattern eq "")))
-                      && ! ($charset eq 'd' && (! $upgrade_target || ! $upgrade_pattern))
-                      );
+          my $todo = 0;  # No longer any todo's
           my $eval = "my \$c = \"$lhs$rhs\"; my \$p = qr/(?$charset:^($rhs)\\1\$)/i;$upgrade_target$upgrade_pattern \$c $op \$p";
           run_test($eval, $todo, "");