tests/signals: Disable large enumeration value test that is failing on PPC64
authorColin Walters <walters@verbum.org>
Thu, 25 Oct 2012 19:34:29 +0000 (15:34 -0400)
committerColin Walters <walters@verbum.org>
Wed, 31 Oct 2012 21:45:21 +0000 (17:45 -0400)
commit4447d5ce1117f261e7a2a935cd9a62340d436a74
tree1652a0d0bc94334fbe54b064257a831c3bb783f9
parent531be87f24ecb8ad5d8753a79d8fdd894d0e094a
tests/signals: Disable large enumeration value test that is failing on PPC64

Basically due to a combination of va_args semantics around
signed/unsigned ints, this test case fails on ppc64.  At the moment,
we have as yet to find any real-world consumer with such a large
enumeration value.

Unfortunately, the possible fixes for this are extremely invasive;
we would have to define a new enum API.

Given both of these facts, we believe it makes the most sense at the
current time to simply not test this. If we at a later time determine
there is such a real-world consumer, we can look at doing the
necessary fixes.

https://bugzilla.gnome.org/show_bug.cgi?id=686662
gobject/tests/signals.c