glib/gthread/tests
Ryan Lortie 0584f0c504 GWakeup: test fallback case
We need to test the case of eventfd in the libc but no kernel support.

In order to do that, we add a separate compile of the GWakeup testcase
that interposes an 'eventfd' symbol that always returns -1 with errno
set.  That will trigger the fallback case.
2011-07-25 17:43:28 +02:00
..
.gitignore GWakeup .gitignore fixes 2011-07-25 15:30:36 +02:00
1bit-mutex.c Implement pointer sized bitlocks 2011-06-03 20:50:18 -04:00
642026.c Run some tests with errorcheck mutexes too 2011-06-23 00:05:18 -04:00
atomic.c Add some atomic ops tests 2011-05-22 01:29:22 -04:00
gwakeup.c GWakeup: test fallback case 2011-07-25 17:43:28 +02:00
Makefile.am GWakeup: test fallback case 2011-07-25 17:43:28 +02:00
spawn-multithreaded.c spawn-multithreaded: Clean up IO channel code 2011-06-14 19:23:36 -04:00
spawn-singlethread.c gthread tests: Remove spurious return; 2011-06-20 14:09:50 -04:00
test-spawn-echo.c spawn-multithreaded: New test case 2011-06-03 11:43:26 -04:00