tests: move /param/implement to -m slow
authorRyan Lortie <desrt@desrt.ca>
Wed, 27 Nov 2013 15:13:10 +0000 (10:13 -0500)
committerRyan Lortie <desrt@desrt.ca>
Wed, 27 Nov 2013 15:17:15 +0000 (10:17 -0500)
commit30e1ab326296088fd83c046e83b0f0a0b89b9489
tree6b29d411fb8ff16422a851203331c1214eadfc91
parentaa337d36741b17e53470fd8b08e672fa56ca59b1
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.
gobject/tests/param.c