glib/gobject/tests
Ryan Lortie 30e1ab3262 tests: move /param/implement to -m slow
Take this test out of 'make check'.  It's causing problems for a lot of people
due to fact that it's essentially a forkbomb.  It's causing failures for Debian
on ARM and it's DoSing coredumps to system crash collectors.

The conditional only covers registration of the master, not the
subprocess parts.  This is because g_test_slow() always return FALSE in
the subprocesses, so they would fail to run if we didn't register them
unconditionally.
2013-11-27 10:17:15 -05:00
..
.gitignore gobject: forbid finalization-during-construction 2013-10-22 11:01:15 -04:00
binding.c Fix overloading of "source" and "target" terminology in GBinding 2013-10-06 14:24:43 -04:00
boxed.c boxed: Fix double free in boxed unit tests 2013-11-11 07:20:09 +01:00
closure.c tests/closure: Send SIGUSR1 only to our pid 2013-07-22 15:14:34 +01:00
dynamictests.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00
enums.c enums: Fix leaks in tests 2013-11-11 07:25:53 +01:00
ifaceproperties.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00
Makefile.am gobject: forbid finalization-during-construction 2013-10-22 11:01:15 -04:00
marshalers.list Add more tests for signal emissions 2012-03-02 17:13:04 +01:00
object.c gobject: forbid finalization-during-construction 2013-10-22 11:01:15 -04:00
param.c tests: move /param/implement to -m slow 2013-11-27 10:17:15 -05:00
private.c Rename the generated private data getter function 2013-06-24 15:43:04 +01:00
properties.c Add a test for notify emission ordering 2013-11-23 16:58:51 -05:00
qdata.c qdata: Fix leak in qdata unit tests 2013-11-06 10:14:30 +01:00
reference.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00
signals.c Add a test for g_signal_get_invocation_hint 2013-11-23 20:06:07 -05:00
testcommon.h Move ifaceproperties test to gobject/tests/ 2010-12-27 23:49:12 -05:00
threadtests.c threadtests: Fix leaks in tests 2013-11-11 07:26:04 +01:00
type.c Improve test coverage in gobject/ 2013-05-29 08:37:08 -04:00
valuearray.c Remove g_type_init() calls 2012-10-16 09:39:24 -04:00