#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   |  
---------------------+------------------------------------------------------
Changes (by jkeenan):

  * keywords:  => SIGNAL
  * platform:  => darwin


Comment:

 On further inspection of my Smolder results, I see that the 'dubious
 result' is '''not''' referring to some misinterpretation of the `TODO` by
 the test harness.

 Rather, the '''previous''' test in this file is exiting prematurely.   See
 [http://smolder.plusthree.com/app/public_projects/tap_stream/26976/299
 this Smolder result] or
 [http://smolder.plusthree.com/app/public_projects/tap_stream/26954/299
 this earlier one].
 {{{
 1..3
 ok 1 - test compiling anonymous and named grammars
 not ok 2 - complete example: Branch/Leaf tree grammar

 #   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
 #
 }}}
 So why would this be exiting with `SIGNAL 10`?  Any why only on
 Darwin/PPC?  (We have a pass at the same revision on Darwin/i386.)

 The plot thickens.

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