summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2006-01-11Don't test items_read and items_written in error cases where it is notMatthias Clasen
2006-01-11Set error to NULL.Matthias Clasen
2006-01-09Break some long lines.Matthias Clasen
2006-01-03- Added new API g_thread_pool_get_idle_time() andMartyn James Russell
2005-12-27Shut up CVSManish Singh
2005-12-27use LC_ALL instead of LC_COLLATE, to make sure we really override things.Manish Singh
2005-12-27export LC_COLLATE so it takes. (#324950, Dan Yefimov)Manish Singh
2005-12-26Fix C99isms. (#324950, Dan Yefimov)Matthias Clasen
2005-12-21New function to sort tasks pushed into a threadpool. (#324479, MartynMatthias Clasen
2005-12-20added mem_error() and mem_assert() to test and handle errors withoutTim Janik
2005-12-07- Call g_queue_insert_sorted() instead of duplicating the code. - CallMartyn James Russell
2005-12-05set LC_COLLATE, not LANG, to be sure to override any user settings.Manish Singh
2005-12-05broken commitMatthias Clasen
2005-12-05Set MALLOC_CHECK_ and MALLOC_PERTURB_Matthias Clasen
2005-12-05- Added support for sorting async queues by with _push_sorted(),Martyn James Russell
2005-12-05Fix compiler warnings.Matthias Clasen
2005-12-02extended to perform the benchmarking on the old memchunk code if 'O' isTim Janik
2005-12-01Make tests work with slice allocatorMatthias Clasen
2005-12-01Remove a duplicate _LDADDMatthias Clasen
2005-12-01new slice allocator implementation.Tim Janik
2005-11-21New entries added.Behdad Esfahbod
2005-11-182.9.0upstream/GLIB_2_9_0Matthias Clasen
2005-11-17Unit tests for g_utf8_pointer_to_offset and g_utf8_offset_to_pointer.Matthias Clasen
2005-11-07Add a missing reference to libglib in the LDADD for this test.Billy Biggs
2005-10-30Add some tests for conversions between UTF-8, UCS-4 and UTF-16.Matthias Clasen
2005-10-05Add Collation tests.Matthias Clasen
2005-10-01Updated to Unicode 4.1. There are five new GUnicodeBreakType types. ThatBehdad Esfahbod
2005-09-20applied significant recursion complexity optimization, based on a patchTim Janik
2005-09-19applied a patch from matthias which checks on the upper bound ofTim Janik
2005-09-14Add bug refMatthias Clasen
2005-09-14Add a test for grup names of length 1.Matthias Clasen
2005-09-11Link the the refcount tests to the system thread library $(G_THREAD_LIBS).Sebastian Wilhelmi
2005-08-18Optimise single-character insertionsRoss Burton
2005-08-12Shut up CVSManish Singh
2005-08-09Add it here.Matthias Clasen
2005-08-08Enable the endianness test.Matthias Clasen
2005-08-08Fix up the testcaseMatthias Clasen
2005-08-08Add a test for endianness handling.Matthias Clasen
2005-08-08Add convert-test here.Matthias Clasen
2005-08-06remove unused n_threads variable.Manish Singh
2005-08-06Shut up CVSManish Singh
2005-08-02tests/refcount/objects.c tests/refcount/properties.c Use g_usleep()Tor Lillqvist
2005-08-01test high contention on closure reference counts to trigger and catchTim Janik
2005-08-01Minor simplification in safe_strcmp_filename().Tor Lillqvist
2005-08-01Ugh, fix braino.Tor Lillqvist
2005-08-01Make it pass on Win32. (from_uri_tests[]): Take into consideration that onTor Lillqvist
2005-07-20use G_CALLBACK for signal connections.Manish Singh
2005-07-20Shut up CVSManish Singh
2005-07-20Don't get stuck in here if immediate is TRUE. (#310954, Hong Jen Yee)Matthias Clasen
2005-07-15Make refcounting threadsafe by using atomic operations. (#166020, WimMatthias Clasen