[kdbus] sync with kdbus (kdbus.h - commit: 5ae1ecac44cb)
[platform/upstream/glib.git] / glib / gtester.c
2014-01-31 Daniel MustielesUpdated FSF's address
2013-10-23 Ryan Lortiegtester: only remove source if not already dead
2013-08-17 Matthias ClasenAdd start/stop suite log messages
2013-01-23 Colin Waltersgtester: Use FD_CLOEXEC when creating pipes
2013-01-15 Yuri Sedunovgtester: Add #include config.h
2012-08-17 Matthias ClasenGTest: Improve --help output
2012-01-28 Ravi Sankar Gunturcomments/docs: Fix couple of typos
2012-01-13 Alexander LarssonMerge remote-tracking branch 'gvdb/master'
2011-12-27 Simon McVittieAdd undefined/no-undefined mode options to GTester
2011-11-27 Carlos Garcia Camposgtester: Add command line option to skip tests
2011-09-12 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-09-09 Ryan Lortiegtester: Remove SIGCHLD race workarounds
2011-07-18 Benjamin Ottegtester: Count inability to run a test in a binary...
2011-07-18 Benjamin Ottegtester: Return a failure exit code when a test fails
2011-04-15 Ryan LortieMerge remote-tracking branch 'gvdb/master'
2011-01-27 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-10-04 Ryan LortieMerge remote branch 'gvdb/master'
2010-08-07 Ryan LortieBug 578295 - gtester has a race condition
2010-06-10 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-21 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2010-04-16 Ryan LortieMerge remote branch 'gvdb/master'
2009-11-23 Cody Russellgtester should fail even if -k is passed
2008-04-08 Matthias Clasen Bug 526619 – make test-report crash
2008-03-31 Matthias ClasenDon't use ARG_MAX. (#522335, patch by Sebastian Dröge)
2008-02-10 Matthias Clasen/bin/ksh can't handle a for-loop with no arguments...
2007-12-21 Matthias ClasenBring up to GLib coding standards: remove C99 comments...
2007-12-19 20:30:18 Tim Janikcapture g_log() messages and send to gtester. also...
2007-12-06 13:29:00 Tim Janikdetect non-blocking fd EOF by read()==0 following poll...
2007-12-05 17:58:18 Tim Janikadded -m=thorough support to gtester.
2007-12-05 17:21:05 Tim Janikprint out random seed for verbose tests, also adapted...
2007-12-05 11:43:22 Tim Janikadded g_test_add_data_func() to pass data into tests...
2007-11-21 21:06:47 Tim Janikinitialize automake variables EXTRA_DIST and TEST_PROGS...
2007-11-20 Tim JanikAdded g_test_bug() and related API.
2007-11-20 Tim Janikgtester: implemented logic to handle failing tests...
2007-11-20 Tim Janikgtester: implemented XML logging.
2007-11-20 Tim Janikglib/gtester.c: fixed debugging flag.
2007-11-20 Tim Janikfixed bogus unistd.h include.
2007-11-20 Tim JanikImplemented test log IPC.
2007-11-20 Tim Janikgtester.c: support test case listing through gtester.
2007-11-20 Tim Janikgtester.c: adapted to become a rudimentary test binary...
2007-11-20 Tim JanikIntegrated gtester program into build process.
2007-11-20 Tim Janikglib/gtester.c:Small -Wall fix
2007-11-20 Tim Janikglib/gtester.c:Implemented nonblocking reading properly now
2007-11-20 Tim Janikglib/gtester.c:Quit the application when the output...
2007-11-20 Tim Janikglib/gtester.c:Read the output of the child process
2007-11-20 Tim Janikglib/gtester.c:Use g_spawn_async_with_pipes()
2007-11-20 Tim Janikglib/gtester.c:Spawn a process async and quit gtester...
2007-11-20 Tim Janikglib/gtester.c:Added a first revision of gtester