#2084: t/src/extend_vtable.t fails all tests with g++ build
--------------------+-------------------------------------------------------
 Reporter:  mikehh  |       Owner:       
     Type:  bug     |      Status:  new  
 Priority:  normal  |   Milestone:       
Component:  none    |     Version:  3.2.0
 Severity:  medium  |    Keywords:       
     Lang:          |       Patch:       
 Platform:          |  
--------------------+-------------------------------------------------------

Comment(by jkeenan):

 I too, got complete failures on this test on linux/i386 when I built with
 "g++ all around."  I got complete success on the same box with "gcc all
 around."

 On Darwin/PPC, I typically build with `--cc=gcc --link=g++ --ld=g++`.
 Doing so, I got 1 failure in this file:
 {{{
 #   Failed test 'Parrot_PMC_find_method'
 #   at t/src/extend_vtable.t line 170.
 # Exited with error code: [SIGNAL 6]
 # Received:
 # src/oo.c:975: failed assertion 'method_name'
 #
 # Expected:
 # 42
 # Done!
 #
 # Looks like you failed 1 test of 89.
 t/src/extend_vtable.t ..
 1..89
 ok 1 - Parrot_PMC_exists_keyed_int
 ok 2 - Parrot_PMC_exists_keyed
 not ok 3 - Parrot_PMC_find_method
 ok 4 - Parrot_PMC_splice
 }}}

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