Author: jkeenan
Date: Fri Nov 16 17:23:57 2007
New Revision: 22848

Modified:
   trunk/t/configure/115-auto_warnings.t

Log:
One test placed in TODO block per suggestion from chromatic.

Modified: trunk/t/configure/115-auto_warnings.t
==============================================================================
--- trunk/t/configure/115-auto_warnings.t       (original)
+++ trunk/t/configure/115-auto_warnings.t       Fri Nov 16 17:23:57 2007
@@ -30,11 +30,16 @@
 my $cwd = cwd();
 my $warning;
 
-$warning = "-Wall";
-{
-    my $verbose = 0;
-    my $rv      = auto::warnings::try_warning($step, $conf, $warning);
-    is( $rv, 1, "Got expected exit code of 1" );
+TODO: {
+    # http://rt.perl.org/rt3/Ticket/Display.html?id=47395
+    local $TODO =
+        q<Reported failing where vendor-supplied Perl 5 Config.pm does not 
match true state of system available for Parrot configuration>;
+    $warning = "-Wall";
+    {
+        my $verbose = 0;
+        my $rv      = auto::warnings::try_warning($step, $conf, $warning);
+        is( $rv, 1, "Got expected exit code of 1" );
+    }
 }
 
 ################### DOCUMENTATION ###################

Reply via email to