Re: Glib 1.221 available
- From: Torsten Schoenfeld <kaffeetisch gmx de>
- To: gtk-perl-list gnome org
- Subject: Re: Glib 1.221 available
- Date: Sun, 29 Mar 2009 20:20:52 +0200
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 {
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]