#1930: t/op/number.t: one test fails under --optimize on Darwin/PPC
---------------------+------------------------------------------------------
 Reporter:  jkeenan  |       Owner:        
     Type:  bug      |      Status:  new   
 Priority:  minor    |   Milestone:        
Component:  testing  |     Version:  2.11.0
 Severity:  medium   |    Keywords:        
     Lang:           |       Patch:        
 Platform:           |  
---------------------+------------------------------------------------------

Comment(by jkeenan):

 Replying to [comment:4 dukeleto]:
 > Can you reproduce this on a recent version of Parrot? Also, please
 provide the full output of g++ --version and parrot_config --dump .
 >

 {{{
  $ grep -nE "'(optimize|cc|link|ld)" lib/Parrot/Config/Generated.pm  #
 edited
 82:  'cc' => '/usr/bin/gcc',
 274:  'ld' => '/usr/bin/g++',
 292:  'link' => '/usr/bin/g++',
 324:  'optimize' => '-O3',
 }}}
 With the exception of `optimize`, this is how I have configured on this
 machine since late 2006.
 {{{
 $ cat ~/learn/parrot/gcc.darwin.ppc.version.txt  # edited
 powerpc-apple-darwin8-gcc-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build
 5250)

 $ cat ~/learn/parrot/g++.darwin.ppc.version.txt
 powerpc-apple-darwin8-g++-4.0.1 (GCC) 4.0.1 (Apple Computer, Inc. build
 5250)
 Copyright (C) 2005 Free Software Foundation, Inc.
 }}}
 {{{
 $ git show | head -1
 commit 43ba0b079b80725c1b0752fcbfbfdb57a71ebc8e
 }}}
 {{{
 $ prove t/op/number.t
 t/op/number.t .. Failed 1/126 subtests

 Test Summary Report
 -------------------
 t/op/number.t (Wstat: 0 Tests: 126 Failed: 1)
   Failed test:  50
 Files=1, Tests=126,  0 wallclock secs
     ( 0.19 usr  0.04 sys +  0.10 cusr  0.12 csys =  0.45 CPU)
 Result: FAIL
 }}}
 Output of `./parrot_config --dump` attached.

 Thank you very much.

 kid51

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1930#comment:5>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to