# New Ticket Created by  Packy Anderson 
# Please include the string:  [perl #56056]
# in the subject line of all future correspondence about this issue. 
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=56056 >


Build trunk on OSX PPC 10.4.11.  Built OK, one test failed:

#   Failed test 'no trailing whitespace'
#   in t/codingstd/trailing_space.t at line 50.
# Trailing space or tab char found in the following files:
# /usr/local/source/parrot/config/init/hints/darwin.pm 13
# That's 1 failed files out of 1550 files total.
# Looks like you failed 1 test of 1.
t/codingstd/trailing_space...................dubious
         Test returned status 1 (wstat 256, 0x100)
DIED. FAILED test 1
         Failed 1/1 tests, 0.00% okay
Failed Test                  Stat Wstat Total Fail  List of Failed
------------------------------------------------------------------------ 
-------
t/codingstd/trailing_space.t    1   256     1    1  1
  (1 subtest UNEXPECTEDLY SUCCEEDED), 16 tests and 602 subtests skipped.
Failed 1/585 test scripts. 1/11356 subtests failed.
Files=585, Tests=11356, 4981 wallclock secs (935.83 cusr + 359.63  
csys = 1295.46 CPU)
Failed 1/585 test programs. 1/11356 subtests failed.
make: *** [test] Error 1

Fixing the hints file so it passes is trivial.  Attaching diff.

Index: config/init/hints/darwin.pm
===================================================================
--- config/init/hints/darwin.pm (revision 28514)
+++ config/init/hints/darwin.pm (working copy)
@@ -10,7 +10,7 @@
     my ( $self, $conf ) = @_;
 
     my $verbose = $conf->options->get('verbose');
-    
+
     # @flags is the list of options that have -arch flags added to them
     # implicitly through config/init/defaults.pm when using Apple's Perl
     # 5.8 build to run Configure.pl (it's a multi-architecture build).

Reply via email to