summaryrefslogtreecommitdiff
path: root/glib/gtester.c
Commit message (Expand)AuthorAgeFilesLines
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gtestutils: Handle empty argv array passed to g_test_init()Philip Withnall2022-02-111-2/+2
* tests: Drop use of g_test_bug_base()Philip Withnall2021-05-131-0/+1
* glib: Deprecate gtester and gtester-reportPhilip Withnall2019-05-141-0/+12
* Fixing signedness in glib/gtester.cEmmanuel Fleury2019-03-171-1/+1
* Fixing signedness warning in sindent():gtester.cEmmanuel Fleury2019-01-281-1/+1
* Spelling: Fix a common en_FR spelling of "information"Simon McVittie2018-09-251-1/+1
* gtester: fix test result in gtester XML reportSven Neumann2018-05-281-1/+1
* gtester: fix -Wduplicated-branchesErnestas Kulik2018-02-161-4/+2
* gtester: do not consider skipped tests as failuresCarlos Garcia Campos2017-11-281-5/+21
* Consistently save errno immediately after the operation setting itPhilip Withnall2017-08-031-1/+3
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Use g_abort() instead of abort() where possibleРуслан Ижбулатов2016-04-271-1/+1
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gtester: only remove source if not already deadRyan Lortie2013-10-231-1/+3
* Add start/stop suite log messagesMatthias Clasen2013-08-171-0/+2
* gtester: Use FD_CLOEXEC when creating pipesColin Walters2013-01-231-3/+5
* gtester: Add #include config.hYuri Sedunov2013-01-151-0/+2
* GTest: Improve --help outputMatthias Clasen2012-08-161-16/+17
* comments/docs: Fix couple of typosRavi Sankar Guntur2012-01-281-1/+1
* Add undefined/no-undefined mode options to GTesterSimon McVittie2011-12-271-0/+10
* gtester: Add command line option to skip testsCarlos Garcia Campos2011-11-271-0/+18
* gtester: Remove SIGCHLD race workaroundsRyan Lortie2011-09-091-23/+0
* gtester: Count inability to run a test in a binary as a failureBenjamin Otte2011-07-181-0/+4
* gtester: Return a failure exit code when a test failsBenjamin Otte2011-07-181-4/+4
* Bug 578295 - gtester has a race conditionRyan Lortie2010-08-071-0/+9
* gtester should fail even if -k is passedCody Russell2009-11-231-1/+1
* Bug 526619 – make test-report crashMatthias Clasen2008-04-081-1/+1
* Don't use ARG_MAX. (#522335, patch by Sebastian Dröge)Matthias Clasen2008-03-311-1/+31
* /bin/ksh can't handle a for-loop with no arguments, so add a "." for whenMatthias Clasen2008-02-101-2/+2
* Bring up to GLib coding standards: remove C99 comments, trailing commas inMatthias Clasen2007-12-211-4/+4
* capture g_log() messages and send to gtester. also, send assertion20:30:18 Tim Janik2007-12-191-6/+25
* detect non-blocking fd EOF by read()==0 following poll(), needed on MacOS.13:29:00 Tim Janik2007-12-061-2/+11
* added -m=thorough support to gtester.17:58:18 Tim Janik2007-12-051-2/+3
* print out random seed for verbose tests, also adapted test result17:21:05 Tim Janik2007-12-051-6/+13
* added g_test_add_data_func() to pass data into tests. allow data arguments11:43:22 Tim Janik2007-12-051-4/+7
* initialize automake variables EXTRA_DIST and TEST_PROGS for unconditional21:06:47 Tim Janik2007-11-211-2/+2
* Added g_test_bug() and related API.Tim Janik2007-11-201-0/+8
* gtester: implemented logic to handle failing tests, self tests, and validate ...Tim Janik2007-11-201-21/+132
* gtester: implemented XML logging.Tim Janik2007-11-201-28/+140
* glib/gtester.c: fixed debugging flag.Tim Janik2007-11-201-1/+1
* fixed bogus unistd.h include.Tim Janik2007-11-201-1/+0
* Implemented test log IPC.Tim Janik2007-11-201-32/+102
* gtester.c: support test case listing through gtester.Tim Janik2007-11-201-0/+2
* gtester.c: adapted to become a rudimentary test binary launcher.Tim Janik2007-11-201-51/+269
* Integrated gtester program into build process.Tim Janik2007-11-201-66/+60
* glib/gtester.c:Small -Wall fixTim Janik2007-11-201-1/+1
* glib/gtester.c:Implemented nonblocking reading properly nowTim Janik2007-11-201-29/+45
* glib/gtester.c:Quit the application when the output is parsed completely, not...Tim Janik2007-11-201-8/+13
* glib/gtester.c:Read the output of the child processTim Janik2007-11-201-3/+32