Imported Upstream version 2.74.3
[platform/upstream/glib.git] / glib / gtestutils.c
2024-02-02 Mateusz MajewskiImported Upstream version 2.73.3
2024-01-03 Karol LewandowskiImported Upstream version 2.72.3
2021-10-29 DongHun KwakImported Upstream version 2.69.2 upstream/2.69.2
2021-10-29 DongHun KwakImported Upstream version 2.69.1 upstream/2.69.1
2021-10-29 DongHun KwakImported Upstream version 2.69.0 upstream/2.69.0
2021-10-29 DongHun KwakImported Upstream version 2.68.1 upstream/2.68.1
2021-10-29 DongHun KwakImported Upstream version 2.67.3 upstream/2.67.3
2021-10-29 DongHun KwakImported Upstream version 2.67.1 upstream/2.67.1
2021-10-29 DongHun KwakImported Upstream version 2.67.0 upstream/2.67.0
2021-10-29 DongHun KwakImported Upstream version 2.66.6 upstream/2.66.6
2021-10-29 DongHun KwakImported Upstream version 2.65.3 upstream/2.65.3
2021-10-29 DongHun KwakImported Upstream version 2.65.1 upstream/2.65.1
2021-10-29 DongHun KwakImported Upstream version 2.65.0 upstream/2.65.0
2021-10-29 DongHun KwakImported Upstream version 2.64.5 upstream/2.64.5
2019-12-03 Hyunjee KimImported Upstream version 2.61.3
2019-12-03 Hyunjee KimImported Upstream version 2.61.2
2019-12-03 Hyunjee KimImported Upstream version 2.61.1
2019-12-03 Hyunjee KimImported Upstream version 2.61.0
2019-12-03 Hyunjee KimImported Upstream version 2.59.1
2019-12-03 Hyunjee KimImported Upstream version 2.59.0
2019-12-03 Hyunjee KimImported Upstream version 2.57.3
2019-12-03 Hyunjee KimImported Upstream version 2.57.2
2019-12-03 Hyunjee KimImported Upstream version 2.57.1
2019-12-03 Hyunjee KimImported Upstream version 2.55.1
2019-12-03 Hyunjee KimImported Upstream version 2.55.0
2019-12-03 Hyunjee KimImported Upstream version 2.54.3
2017-09-29 DongHun KwakImported Upstream version 2.53.5 79/153579/1
2017-09-29 DongHun KwakImported Upstream version 2.53.3 77/153577/1
2017-05-19 DongHun KwakImported Upstream version 2.51.5 07/130007/1
2017-05-19 DongHun KwakImported Upstream version 2.51.1 03/130003/1
2017-02-03 DongHun KwakImported Upstream version 2.50.2 02/112802/1 upstream/2.50.2
2016-05-10 DongHun KwakMerge branch 'upstream' of ssh://review.tizen.org:29418... 69/68869/1 upstream/2.48.0
2016-05-10 Ryan LortieImported Upstream version 2.48.0 68/68868/1
2015-05-08 Simon McVittiegtestutils: better diagnostics if a captured subprocess...
2015-02-13 Phillip WoodTest functions should have async scope
2015-01-18 Philip Withnallgtestutils: Add an example of using test fixtures
2015-01-16 Philip Withnallgtestutils: Add links to gtester and gtester-report...
2015-01-16 Philip Withnallgtestutils: Fix a typo in the g_test_add() documentation
2015-01-16 Philip Withnallgtestutils: Clarify that test fixtures are allocated...
2015-01-16 Philip Withnallgtestutils: Fix a typo in the g_test_run() documentation
2014-05-26 Philip Withnallgtestutils: Error out if /dev/null stdin redirection...
2014-05-15 Philip Withnallgtestutils: Don’t free unassigned variables in an error...
2014-02-15 Matthias Clasendocs: let go of *
2014-02-13 Simon McVittieg_test_run: return 0 if all tests are skipped in TAP...
2014-02-09 Matthias ClasenDocs: Drop entities, switch away from sgml mode
2014-02-08 Matthias ClasenEradicate links and xrefs
2014-02-06 Matthias ClasenStop using replaceable tags
2014-02-06 Matthias ClasenDocs: replace <literal> by `
2014-02-06 Matthias ClasenDocs: don't use option tags
2014-02-06 Matthias ClasenDon't use <filename> in docs
2014-02-06 Matthias ClasenDon't use <envar> in docs
2014-02-01 Matthias ClasenAnnotate all examples with their language
2014-02-01 Matthias Clasentestutils: Convert docs to markdown
2014-01-31 Daniel MustielesUpdated FSF's address
2014-01-19 Christophe FergeauAdjust doc to Makefile.decl renaming
2014-01-07 Dan WinshipDocument g_test_run() order better, and how it changed
2014-01-01 Matthias ClasenFix g_test_trap_reached_timeout
2013-12-18 Dan WinshipMake g_test_run() return 77 if all tests are skipped
2013-12-18 Dan Winshipgtestutils: rename test_skip_count to test_startup_skip...
2013-12-18 Dan Winshipgtestutils: skipping a test should count as success...
2013-12-15 Stef Waltergtestutils: Allow clean simple use of g_test_trap_subpr...
2013-11-24 Dan WinshipReorganize the "don't dump core from test subprocesses...
2013-11-24 Dan Winshipgtestutils: add g_assert_nonnull() to go with g_assert_...
2013-11-24 Dan Winshipgtestutils: fix g_test_set_nonfatal_assertions()
2013-11-23 Dan Winshipgtestutils: add "options" to g_test_init(), make option...
2013-11-20 Dan WinshipReplace #ifdef HAVE_UNISTD_H checks with #ifdef G_OS_UNIX
2013-08-17 Matthias ClasenUpdate the documentation for assertion macros
2013-08-17 Matthias ClasenAdd a way to make assertions non-fatal
2013-08-17 Matthias ClasenAdd g_assert_true, g_assert_false and g_assert_null
2013-08-17 Matthias ClasenMake g_assert and g_assert_not_reached use the same...
2013-08-17 Matthias ClasenSupport TAP as an output format
2013-08-17 Matthias ClasenAdd a function to check test status from the inside
2013-08-17 Matthias ClasenAdd functions to mark tests as skipped or incomplete
2013-08-17 Matthias ClasenAdd a GTestResult enumeration
2013-08-17 Matthias ClasenAdd start/stop suite log messages
2013-08-17 Ryan LortieExport __glib_assert_msg
2013-07-09 Matthias ClasenMinor doc tweak
2013-06-30 Sébastien WilmetDoc: small fixes
2013-06-16 Matthias ClasenPlug a small memory leak
2013-05-31 Matthias ClasenFix a typo
2013-05-29 Ryan LortieRename G_TEST_DISTED to G_TEST_DIST
2013-05-29 Ryan Lortiegtest: Add more path building API
2013-05-29 Ryan LortieAdd g_test_build_filename()
2013-05-22 Dan Winshipgtestutils: Use stdio rather than write() to be Windows...
2013-05-20 Colin Waltersgtestutils: Ensure test subprocesses don't dump core
2013-05-13 Dan Winshipgtestutils: use g_clear_pointer
2013-05-13 Dan Winshipgtestutils: deprecate g_test_trap_fork()
2013-05-13 Dan Winshipgtestutils: add g_test_trap_subprocess()
2013-05-13 Dan Winshipg_test_trap_fork: don't blow away the SIGCHLD handler
2013-02-02 Matthias ClasenLog errors the same way as messages
2013-01-20 Matthias ClasenFix g_test_add_vtable
2012-12-19 Matthias ClasenRevert "gtestutils: add g_test_trap_subprocess(), depre...
2012-12-19 Matthias ClasenRevert "gtestutils: fix "-p" logic"
2012-12-19 Dan Winshipgtestutils: fix "-p" logic
2012-12-19 Dan Winshipgtestutils: add g_test_trap_subprocess(), deprecate...
2012-12-05 Dan Winshipwin32: suppress fatal error dialog box when running...
2012-11-15 Dan Winshipgtestutils: don't try to print long doubles
2012-09-30 Matthias ClasenCorrect to docs for g_strcmp0
2012-08-28 Colin WaltersSwitch all open() calls to use g_open()
2012-08-27 Dan Winshipgtestutils: add g_test_add_data_func_full()
next