glib/gobject/tests
Colin Walters 4447d5ce11 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
2012-10-31 17:45:21 -04:00
..
.gitignore update .gitignore 2012-09-03 08:56:10 -04:00
binding.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00
boxed.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00
dynamictests.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00
enums.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00
ifaceproperties.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00
Makefile.am gobject/tests: use g_test_expect_messages() 2012-09-03 08:36:10 -04:00
marshalers.list Add more tests for signal emissions 2012-03-02 17:13:04 +01:00
param.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00
properties.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00
qdata.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00
reference.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00
signals.c tests/signals: Disable large enumeration value test that is failing on PPC64 2012-10-31 17:45:21 -04:00
testcommon.h Move ifaceproperties test to gobject/tests/ 2010-12-27 23:49:12 -05:00
threadtests.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00
valuearray.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00