gtk/testsuite
Steve Langasek 256561db2f fix prototypes of signal callbacks in the test suite
The signal callbacks are defined to take pointers as their arguments, but the
callbacks found in testsuite/gtk/builder.c are passing a GParamSpec by value
as the second argument.  This confuses and angers the compiler on ppc64el,
resulting in segfaults after return from the function due to stack-smashing
by the (completely-unused) argument.

https://bugzilla.gnome.org/show_bug.cgi?id=721700
2014-01-08 10:43:52 +01:00
..
a11y Emit a11y state change notification for color swatches 2014-01-05 10:54:43 -05:00
css testsuite: Ignore generated .test files 2013-07-11 12:57:06 -04:00
gdk testsuite: Ignore generated .test files 2013-07-11 12:57:06 -04:00
gtk fix prototypes of signal callbacks in the test suite 2014-01-08 10:43:52 +01:00
reftests Add a reftest for GtkActionBar child ordering 2014-01-07 19:05:40 -05:00
Makefile.am build: Move tests/reftests to testsuite/reftests 2013-05-15 15:37:17 +02:00