Colin Walters
d51198baad
spawn-multithreaded: New test case
...
We didn't have any coverage of threads spawning processes, which we
should definitely support.
https://bugzilla.gnome.org/show_bug.cgi?id=651725
2011-06-03 11:43:26 -04:00
Simon McVittie
22cc6ce679
Add a regression test for GNOME#642026
...
Bug: https://bugzilla.gnome.org/show_bug.cgi?id=642026
Bug-NB: NB#257512
2011-05-28 10:00:42 -04:00
Marc-André Lureau
30672af7ff
gthread: build unix tests only on unix
...
The build fails when compiling with mingw32. Correct the build of a
unix tests on unix only.
https://bugzilla.gnome.org/show_bug.cgi?id=649973
2011-05-26 11:19:20 +02:00
Matthias Clasen
9255350a70
Add some atomic ops tests
2011-05-22 01:29:22 -04:00
Colin Walters
549d895fa4
glib-unix: New API to watch some Unix signals
...
This new API allows watching a few select Unix signals;
looking through the list on my system, I didn't see anything
else that I think it'd reasonable to watch.
We build on the previous patch to make the child watch helper thread
that existed on Unix handle these signals in the threaded case.
In the non-threaded case, they're just global variables.
https://bugzilla.gnome.org/show_bug.cgi?id=644941
2011-04-27 16:01:39 -04:00
Ryan Lortie
b3b7ea8e22
Replace -I with $(glib_INCLUDES) and friends
...
Stop using ad hoc -I in all of our Makefile.am. Use the new variables
instead.
2010-08-06 13:10:34 -04:00
Matthias Clasen
7b43d2d299
Fix !srcdir build
...
Bug 616216
2010-04-22 19:31:39 -04:00
Ryan Lortie
40eae351b1
Bug 548967 - 1 bit mutex lock: add tests
...
Add a test case for the new API.
Always check the emulated futex(2) implementation, even on systems with
futex support.
2010-01-28 18:41:20 -05:00