perl-Glib r1119 - in trunk: . t
- From: tsch svn gnome org
- To: svn-commits-list gnome org
- Subject: perl-Glib r1119 - in trunk: . t
- Date: Sun, 29 Mar 2009 19:02:59 +0000 (UTC)
Author: tsch
Date: Sun Mar 29 19:02:59 2009
New Revision: 1119
URL: http://svn.gnome.org/viewvc/perl-Glib?rev=1119&view=rev
Log:
Include 's390' in the list of platforms for which the problematic g_log test
needs to be skipped.
Modified:
trunk/ChangeLog
trunk/t/a.t
Modified: trunk/t/a.t
==============================================================================
--- trunk/t/a.t (original)
+++ trunk/t/a.t Sun Mar 29 19:02:59 2009
@@ -59,7 +59,7 @@
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]