summaryrefslogtreecommitdiff
path: root/glib/gtestutils.h
Commit message (Expand)AuthorAgeFilesLines
* gtestutils: Fix a sign-conversion warning in `g_assert_cmpmem()`Philip Withnall2023-02-161-1/+1
* gmacros: Prioritize the usage of [[noreturn]] in C++11Marco Trevisan (Treviño)2022-11-221-1/+1
* glib: Use G_CXX_STD_VERSION to check how to behave with C++ compilersMarco Trevisan (Treviño)2022-11-221-1/+1
* gtestutils: Add G_TEST_SUBPROCESS_DEFAULT, G_TEST_TRAP_DEFAULTSimon McVittie2022-06-231-0/+3
* glib: Add SPDX license headers automaticallyPhilip Withnall2022-05-181-0/+2
* gtestutils: Include stdlib.h for exit functionBiswapriyo Nath2022-04-231-0/+1
* utils: Add XDG_STATE_HOME supportSophie Herold2021-12-241-0/+1
* gtestutils: Allow failing a test with a printf-style messageSimon McVittie2021-08-191-0/+3
* gtestutils: Allow skipping tests with a printf-style messageSimon McVittie2021-08-191-0/+6
* glib/gtestutils: Introduce and use a g_test_suite_free functionGOUJON Évan2021-07-231-0/+3
* glib/gtestutils: Introduce and use a g_test_case_free functionGOUJON Évan2021-07-231-0/+3
* gtestutils: Add g_test_get_path() APIJonas Ådahl2021-01-251-0/+4
* gtestutils: Fix g_assert_not_reached() on MSVCOle André Vadla Ravnås2021-01-061-0/+2
* Rewriting the G_GNUC_NORETURN into G_NORETURN macros everywhereEmmanuel Fleury2020-11-251-1/+2
* gtestutils: Add g_assert_cmpstrv()Niels De Graef2020-11-141-0/+55
* gtestutils: Mark that g_assert_whatever() macros do not normally returnPhilip Chimento2020-07-151-4/+4
* gtestutils: Add a new g_assert_no_errno() test macroPhilip Withnall2020-03-041-0/+15
* gtestutils: Add additional non-NULL check in g_assert_cmpmem()Philip Withnall2019-10-281-1/+1
* gtestutils: Allow cmpmem() arguments to be NULL iff lengths are zeroPhilip Withnall2019-09-301-1/+7
* doc: Add some empty lines to unbreak gtkdocXavier Claessens2019-07-101-0/+2
* Annotate various types and macros as deprecatedPhilip Withnall2019-05-301-2/+4
* gtestutils: Add g_test_summary() to add summary metadata to unit testsPhilip Withnall2019-05-211-0/+2
* Revert "headers: Add various missing G_DISABLE_DEPRECATED guards"Emmanuele Bassi2019-03-161-2/+0
* docs: Move some documentation comments from docs.c to their symbolsPhilip Withnall2019-03-151-0/+21
* headers: Add various missing G_DISABLE_DEPRECATED guardsPhilip Withnall2019-03-151-0/+2
* gtestutils: Call __builtin_undefined() from g_assert_not_reached()Philip Withnall2019-03-081-0/+7
* Add separate definitions of g_assert_[non]null() for C++Michael Catanzaro2019-01-151-0/+15
* gtestutils: Add XDG directory isolationPhilip Withnall2018-12-171-0/+30
* gtestutils: Move a documentation comment to the symbol it documentsPhilip Withnall2018-12-171-1/+19
* gtestutils: Add g_assert_cmpvariant()Philip Withnall2018-12-121-0/+17
* gtestutils: Bail out of g_test_init() if G_DISABLE_ASSERT is definedPhilip Withnall2018-07-111-0/+23
* gtester: Explicitly convert arguments of g_assert_cmpfloat()Philip Chimento2018-06-211-1/+1
* Add fuzzy floating point comparison macrowip/rishi/issue-914Emmanuele Bassi2018-05-291-0/+7
* gtestutils: Add missing includePhilip Withnall2017-12-131-0/+1
* gtester: do not consider skipped tests as failuresCarlos Garcia Campos2017-11-281-0/+7
* gtestutils: Explicitly cast args to g_assertion_message_cmpnum()Philip Withnall2017-10-021-5/+6
* glib/: LGPLv2+ -> LGPLv2.1+Sébastien Wilmet2017-05-241-1/+1
* Avoid calling Standard C string/array functions with NULL argumentsSimon McVittie2016-12-021-1/+1
* testutils: remove internal ABI commentMarc-André Lureau2015-10-051-2/+5
* gtestutils: add g_assert_cmpmem()Dan Winship2015-08-311-0/+10
* Use G_STMT_START/END in gtestutilsPaolo Borelli2015-01-141-27/+45
* docs: use "Returns:" consistentlyWilliam Jon McCann2014-02-191-1/+1
* gtestutils: make the new assert messages more detailedDan Winship2014-02-171-4/+4
* Updated FSF's addressDaniel Mustieles2014-01-311-3/+1
* gtestutils: add g_assert_nonnull() to go with g_assert_null()Dan Winship2013-11-241-1/+5
* gtestutils: add "options" to g_test_init(), make option-argv0 use gtesterDan Winship2013-11-231-1/+1
* Add a way to make assertions non-fatalMatthias Clasen2013-08-171-4/+6
* Add g_assert_true, g_assert_false and g_assert_nullMatthias Clasen2013-08-171-1/+14
* Make g_assert and g_assert_not_reached use the same entry pointMatthias Clasen2013-08-171-1/+1
* Add a function to check test status from the insideMatthias Clasen2013-08-171-0/+2