summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2008-08-28Bug 548612 – g_strstr_len() should use memmem when availableBastien Nocera1-5/+0
2008-08-27Bug 548612 – g_strstr_len() should use memmem when availableBastien Nocera1-0/+5
2008-08-14Bug 547337 – G_DISABLE_DEPRECATED breaks tests buildMatthias Clasen1-0/+4
2008-08-08Fix 'fail' markup test cases to -not- be valid XML 1.1.Ryan Lortie1-1/+1
2008-08-04Avoid warning on Win64 by using gintptr cast instead if long cast.Tor Lillqvist1-2/+2
2008-07-23Remove leftoversMatthias Clasen1-1/+0
2008-07-21Do not set the timestamp value using time(), as it will be overwrittenEmmanuele Bassi1-0/+21
2008-07-20Move another testMatthias Clasen2-107/+0
2008-07-18Move another testMatthias Clasen2-1368/+0
2008-07-18Move tests aroundMatthias Clasen2-1544/+0
2008-07-14Ignore the error if iconv doesn't support EUC-JP.Matthias Clasen1-1/+4
2008-07-14Print error messages when something failsMatthias Clasen1-1/+42
2008-07-14Skip a test if iconv doesn't support the encodingMatthias Clasen1-1/+4
2008-07-04Bug 541208 – Functions to easily install and use signals without classMichael Natterer1-12/+106
2008-06-24Bug 539770 - migrate gstrfunc unit tests to gtestPaolo Borelli6-1094/+0
2008-06-22Include "config.h" instead of <config.h> Command used: find -nameJohan Dahlin3-3/+3
2008-06-19set tv_usec to 0 rather than 1 when a fraction of a second is notMatthias Clasen1-13/+55
2008-05-30Bug 535628 - test/patterntest.c still includes gpattern.h directly.Michael Natterer1-3/+1
2008-05-28add G_DISABLE_SINGLE_INCLUDES to CPPFLAGS globally.Michael Natterer1-1/+2
2008-05-27Update to Unicode 5.1Matthias Clasen2-7/+323
2008-04-18fixed gstdio.h include.17:40:58 Tim Janik2-1/+2
2008-03-10Small test fixupMatthias Clasen1-0/+2
2008-02-23Don't test user directories for being non-null. (#517084, Yevgen Muntyan)Matthias Clasen1-4/+0
2008-02-17Don't return duplicate matches when matching empty strings. (#515944) AddMarco Barisione1-0/+3
2008-02-11Make the g_test_add macro work with gcc 4.3Matthias Clasen1-2/+2
2008-02-10/bin/ksh can't handle a for-loop with no arguments, so add a "." for whenMatthias Clasen1-2/+2
2008-01-29Grab thread_counter_pools LOCK when increasing leftover_task_counter.Sebastian Wilhelmi1-75/+78
2008-01-15fix this; the previous code gave the wrong md5sum when called in certainDan Winship1-122/+605
2008-01-11Fixed copyright and credit for Asbjoern Pettersen.Tim Janik1-1/+1
2008-01-11added g_base64_encode()/g_base64_decode() test case by Asbjoern12:55:19 Tim Janik2-0/+238
2008-01-08Add gio/gio.h include to check for c++ problems.Alexander Larsson1-0/+1
2007-12-21adapt to recent api changes variable declaration at the beginning of aHans Breuer2-15/+12
2007-12-19Add g_checksum_type_get_length, and change g_checksum_get_digest to use aChristian Persch1-19/+4
2007-12-19Fix the date validation check. (#503029)Emmanuele Bassi1-0/+2
2007-12-15Add hash table iterators. (#500507, Jean-Yves Lefort)Matthias Clasen1-16/+68
2007-12-12split up tests and reworked code to use the new test framework.16:06:11 Tim Janik2-891/+895
2007-12-09a test program emulating some of 'ls' build it (currently on win32)Hans Breuer2-0/+130
2007-12-09removed -GD to compile with msvc9 (vs2008) with less complainsHans Breuer1-0/+1
2007-12-06added new scanner test from #501654, by Patrick Hulin with various09:27:42 Tim Janik2-1/+145
2007-12-04Add GChecksum, a generic wrapper around various hashing algorithms. At theEmmanuele Bassi2-0/+172
2007-12-04typos.Ryan Lortie1-1/+1
2007-12-03fix memory leak, add a few extra sanity tests.Ryan Lortie1-9/+11
2007-12-03Add new error codes for when compilation fails and make compilation errorMarco Barisione1-11/+22
2007-11-27Add some tests for invalid booleansMatthias Clasen1-1/+7
2007-11-27add missing file off last commitRyan Lortie1-0/+215
2007-11-27Add new function g_markup_collect_attributes (bug #496847).Ryan Lortie1-0/+2
2007-11-25Replace INCLUDES by AM_CPPFLAGS, other cleanups.Matthias Clasen1-16/+32
2007-11-24Fix a memory overrunMatthias Clasen1-1/+1
2007-11-23Don't refuse to encode a single byte. (Milan Crha)Matthias Clasen1-6/+13
2007-11-21initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional21:06:47 Tim Janik3-2/+8