Re: GtkWindow fails to pass make test



On Fri, 2003-08-15 at 17:43, Ross McFarland wrote:
On Fri, 2003-08-15 at 15:51, Jeff Trefftzs wrote:
On Fri, 2003-08-15 at 12:33, Ross McFarland wrote:


your case is more likely a problem with the test as it recently changed. the
other case where all of the test failed is a horse of a different color. as
soon as i get back in front of a linux box i'll check out the window test.

 Thanks, Ross.  For now I'm treating it as if everything worked properly
-- we'll see what happens.

--
Jeff

i can confirm the problem, it's the changes made to the GtkWindow test
recently. no code should be affected, only the test. so you can safely
ignore the problem. i hope to have it fixed and commited to cvs in a few
mins.

as for the segfault in building, that's weird, and i'd worry, but
probably not on this list. if it every happens again it's time to start
emailing the gcc list.

-rm

_______________________________________________
gtk-perl-list mailing list
gtk-perl-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

here's what all that was caused by:
        ok( $win2->get_transient_for, $win );
needed to be:
        is( $win2->get_transient_for, $win );

tip for those of you developing tests with the perl test harnesses or
Test::More etc. error messages are confusing as hell and make no sense
whatsoever. unfortunately i often find that developing a test in line
with the code to be impossible for those reasons. here a two letter
type-o made Test::More think the world was coming to an end. 

there should be some small changes to the tests system to allow for
building and testing without a display at some point this weekend.
granted there's really nothing to test in such cases.

commited.
-rm




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]