#989: t/compilers/tge/grammar.t:  FAIL under 'make test', but passes with
'prove':  Darwin
---------------------+------------------------------------------------------
 Reporter:  jkeenan  |       Owner:        
     Type:  bug      |      Status:  new   
 Priority:  normal   |   Milestone:        
Component:  testing  |     Version:  1.5.0 
 Severity:  medium   |    Keywords:  SIGNAL
     Lang:           |       Patch:        
 Platform:  darwin   |  
---------------------+------------------------------------------------------

Comment(by jkeenan):

 Replying to [comment:2 dukeleto]:
 > Do you have an installed parrot that is mucking things up?

 No, I have never actually installed Parrot.

 I can reproduce the problem as follows:
 {{{
 $ perl t/harness --gc-debug t/compilers/tge/grammar.t
 t/compilers/tge/grammar.t .. 2/3
 #   Failed test 'complete example: Branch/Leaf tree grammar'
 #   at t/compilers/tge/grammar.t line 76.
 # Exited with error code: [SIGNAL 10]
 # Received:
 # the global minimum attribute value is: 1 of type: Integer
 # before transform, the value of the left-most leaf is: 2
 # after transform, the value of the left-most leaf is: 1
 # before transform, the value of the right-most leaf is: 9
 # after transform, the value of the right-most leaf is: 1
 #
 # Expected:
 # the global minimum attribute value is: 1 of type: Integer
 # before transform, the value of the left-most leaf is: 2
 # after transform, the value of the left-most leaf is: 1
 # before transform, the value of the right-most leaf is: 9
 # after transform, the value of the right-most leaf is: 1
 #

 not ok 3 - two rules of the same name can apply to the same node, when
 called with a different dummy type # TODO unresolved bug
 # Looks like you failed 1 test of 3.
 t/compilers/tge/grammar.t .. Dubious, test returned 1 (wstat 256, 0x100)
 Failed 1/3 subtests

 Test Summary Report
 -------------------
 t/compilers/tge/grammar.t (Wstat: 256 Tests: 3 Failed: 1)
   Failed test:  2
   Non-zero exit status: 1
 Files=1, Tests=3,  4 wallclock secs ( 0.07 usr  0.02 sys +  1.82 cusr
 0.30 csys =  2.21 CPU)
 Result: FAIL
 }}}

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/989#comment:3>
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