Ryan Niebur wrote:
Could you please also skip the g_log tests on s390? The problem occurs
there as well.

Like this?  (I.e., does $Config{archname} match 's390'?)
Index: t/a.t
===================================================================
--- t/a.t	(revision 1118)
+++ t/a.t	(working copy)
@@ -59,7 +59,7 @@ Glib::Log->remove_handler (__PACKAGE__, 
 SKIP: {
 	# See <http://bugzilla.gnome.org/show_bug.cgi?id=577137>.
 	skip 'using multiple log levels breaks g_log on some platforms', 2
-		if $Config{archname} =~ /powerpc|amd64/;
+		if $Config{archname} =~ /powerpc|amd64|s390/;
 	my $id = Glib::Log->set_handler (undef,
 		[qw/ error critical warning message info debug /],
 		sub {
_______________________________________________
gtk-perl-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/gtk-perl-list

Reply via email to