Author: jkeenan
Date: Tue Dec 16 19:47:08 2008
New Revision: 34009

Removed:
   trunk/config/auto/aio/
   trunk/config/auto/aio.pm
   trunk/t/steps/auto_aio-01.t
Modified:
   trunk/Configure.pl
   trunk/MANIFEST
   trunk/lib/Parrot/Configure/Step/List.pm
   trunk/t/configure/testlib/adefectivefoobar
   trunk/t/configure/testlib/bdefectivefoobar
   trunk/t/configure/testlib/cdefectivefoobar
   trunk/t/configure/testlib/ddefectivefoobar
   trunk/t/configure/testlib/verbosefoobar
   trunk/t/steps/auto_snprintf-01.t
   trunk/xconf/samples/testfoobar
   trunk/xconf/samples/yourfoobar

Log:
Remove configuration probe for asynchronous input/output per architect's 
instruction in RT 57920.  Remove associated test file and reference to 
auto::aio in list of configuration steps, dummy files used in testing, etc.

Modified: trunk/Configure.pl
==============================================================================
--- trunk/Configure.pl  (original)
+++ trunk/Configure.pl  Tue Dec 16 19:47:08 2008
@@ -168,7 +168,7 @@
 
 =item C<--ask>
 
-This turns on the user prompts during configuraion.  Available only in
+This turns on the user prompts during configuration.  Available only in
 Command-Line interface.  Not available in Configuration-File interface.
 
 =item C<--test>
@@ -606,7 +606,6 @@
     auto::signal
     auto::socklen_t
     auto::env
-    auto::aio
     auto::gmp
     auto::readline
     auto::gdbm

Modified: trunk/MANIFEST
==============================================================================
--- trunk/MANIFEST      (original)
+++ trunk/MANIFEST      Tue Dec 16 19:47:08 2008
@@ -1,7 +1,7 @@
 # ex: set ro:
 # $Id$
 #
-# generated by tools/dev/mk_manifest_and_skip.pl Tue Dec 16 22:45:43 2008 UT
+# generated by tools/dev/mk_manifest_and_skip.pl Wed Dec 17 03:21:14 2008 UT
 #
 # See tools/dev/install_files.pl for documentation on the
 # format of this file.
@@ -235,8 +235,6 @@
 compilers/tge/TGE/Rule.pir                                  []
 compilers/tge/TGE/Tree.pir                                  []
 compilers/tge/tgc.pir                                       []
-config/auto/aio.pm                                          []
-config/auto/aio/aio.in                                      []
 config/auto/alignptrs.pm                                    []
 config/auto/alignptrs/test_c.in                             []
 config/auto/arch.pm                                         []
@@ -3609,7 +3607,6 @@
 t/src/exit.t                                                []
 t/src/extend.t                                              []
 t/src/warnings.t                                            []
-t/steps/auto_aio-01.t                                       []
 t/steps/auto_alignptrs-01.t                                 []
 t/steps/auto_alignptrs-02.t                                 []
 t/steps/auto_arch-01.t                                      []

Modified: trunk/lib/Parrot/Configure/Step/List.pm
==============================================================================
--- trunk/lib/Parrot/Configure/Step/List.pm     (original)
+++ trunk/lib/Parrot/Configure/Step/List.pm     Tue Dec 16 19:47:08 2008
@@ -51,7 +51,6 @@
     auto::signal
     auto::socklen_t
     auto::env
-    auto::aio
     auto::gmp
     auto::readline
     auto::gdbm

Modified: trunk/t/configure/testlib/adefectivefoobar
==============================================================================
--- trunk/t/configure/testlib/adefectivefoobar  (original)
+++ trunk/t/configure/testlib/adefectivefoobar  Tue Dec 16 19:47:08 2008
@@ -47,7 +47,6 @@
 auto::signal
 auto::socklen_t
 auto::env
-auto::aio
 auto::gmp
 auto::readline
 auto::gdbm

Modified: trunk/t/configure/testlib/bdefectivefoobar
==============================================================================
--- trunk/t/configure/testlib/bdefectivefoobar  (original)
+++ trunk/t/configure/testlib/bdefectivefoobar  Tue Dec 16 19:47:08 2008
@@ -57,7 +57,6 @@
 auto::signal
 auto::socklen_t
 auto::env
-auto::aio
 auto::gmp
 auto::readline
 auto::gdbm

Modified: trunk/t/configure/testlib/cdefectivefoobar
==============================================================================
--- trunk/t/configure/testlib/cdefectivefoobar  (original)
+++ trunk/t/configure/testlib/cdefectivefoobar  Tue Dec 16 19:47:08 2008
@@ -58,7 +58,6 @@
 auto::signal
 auto::socklen_t
 auto::env
-auto::aio
 auto::gmp
 auto::readline
 auto::gdbm

Modified: trunk/t/configure/testlib/ddefectivefoobar
==============================================================================
--- trunk/t/configure/testlib/ddefectivefoobar  (original)
+++ trunk/t/configure/testlib/ddefectivefoobar  Tue Dec 16 19:47:08 2008
@@ -49,7 +49,6 @@
 auto::signal
 auto::socklen_t
 auto::env
-auto::aio
 auto::gmp
 auto::readline
 auto::gdbm

Modified: trunk/t/configure/testlib/verbosefoobar
==============================================================================
--- trunk/t/configure/testlib/verbosefoobar     (original)
+++ trunk/t/configure/testlib/verbosefoobar     Tue Dec 16 19:47:08 2008
@@ -51,7 +51,6 @@
 auto::signal
 auto::socklen_t
 auto::env
-auto::aio
 auto::gmp
 auto::readline
 auto::gdbm

Modified: trunk/t/steps/auto_snprintf-01.t
==============================================================================
--- trunk/t/steps/auto_snprintf-01.t    (original)
+++ trunk/t/steps/auto_snprintf-01.t    Tue Dec 16 19:47:08 2008
@@ -5,13 +5,12 @@
 
 use strict;
 use warnings;
-use Test::More tests => 38;
+use Test::More tests => 33;
 use Carp;
 use lib qw( lib t/configure/testlib );
 use_ok('config::init::defaults');
 use_ok('config::init::hints');
 use_ok('config::auto::attributes');
-use_ok('config::auto::aio');
 use_ok('config::auto::snprintf');
 use Parrot::Configure;
 use Parrot::Configure::Options qw( process_options );
@@ -34,7 +33,6 @@
 test_step_thru_runstep($conf, q{init::defaults}, $args);
 test_step_thru_runstep($conf, q{init::hints}, $args);
 test_step_thru_runstep($conf, q{auto::attributes}, $args);
-test_step_thru_runstep($conf, q{auto::aio}, $args);
 
 my $pkg = q{auto::snprintf};
 

Modified: trunk/xconf/samples/testfoobar
==============================================================================
--- trunk/xconf/samples/testfoobar      (original)
+++ trunk/xconf/samples/testfoobar      Tue Dec 16 19:47:08 2008
@@ -49,7 +49,6 @@
 auto::signal
 auto::socklen_t
 auto::env
-auto::aio
 auto::gmp
 auto::readline
 auto::gdbm

Modified: trunk/xconf/samples/yourfoobar
==============================================================================
--- trunk/xconf/samples/yourfoobar      (original)
+++ trunk/xconf/samples/yourfoobar      Tue Dec 16 19:47:08 2008
@@ -57,7 +57,6 @@
 auto::signal
 auto::socklen_t
 auto::env
-auto::aio
 auto::gmp
 auto::readline
 auto::gdbm

Reply via email to