]> granicus.if.org Git - check/history - tests/check_check_sub.c
Merge pull request #231 from nmeum/makeinfo
[check] / tests / check_check_sub.c
2019-10-25 Branden ArcherMerge pull request #225 from mikkoi/fix-c-standard...
2019-10-25 Branden ArcherMerge branch 'master' into fix-c-standard-to-c99
2019-10-21 Mikko Johannes Koi... Change C++ style comments to C style
2017-09-01 Branden ArcherMerge branch 'master' into master
2017-09-01 Branden ArcherMerge pull request #129 from civetweb/master
2017-08-29 bel2125Move infinity/not-a-number handling to lib directory
2017-08-28 bel2125Merge branch 'master' into master
2017-08-27 bel2125Add definitions for isnan, isinf and isfinite, in case...
2017-08-27 bel2125Generate NAN and INFINITY in case they are not defined...
2017-08-27 bel2125Unit test: INFINITY and NAN require math-h
2017-08-26 bel2125Adapt unit tests to C89/C90 by moving variable declarat...
2016-12-24 Branden ArcherMerge branch 'master' into fix_cmake_libcompat_h
2016-12-24 Branden ArcherMerge pull request #91 from 9fcc/tests_regexp
2016-12-23 Branden ArcherMerge branch 'master' into tests_regexp
2016-12-23 Branden ArcherMerge branch 'master' into fix_cmake_libcompat_h
2016-12-23 Branden ArcherMerge pull request #103 from libcheck/cygwin
2016-12-23 Branden ArcherDisable SIGFPE tests for Cygwin until fixed
2016-12-22 Dotsenko AndreyAdd tests for ck_assert_float_nonnan, ck_assert_double_...
2016-12-14 Branden ArcherMerge pull request #87 from 9fcc/ptr_null
2016-12-13 Dotsenko AndreyAdd tests for ck_assert_ptr_null and ck_assert_ptr_nonn...
2016-12-13 Branden ArcherMerge pull request #80 from 9fcc/pstr_comparisons
2016-12-12 Dotsenko AndreyAdd tests for ck_assert_pstr_* macros
2016-12-11 Branden ArcherMerge pull request #79 from 9fcc/str_null
2016-12-10 Dotsenko AndreyAdd tests for ck_assert_str_* with NULL passed
2016-12-10 Branden ArcherMerge pull request #69 from 9fcc/master
2016-12-09 Branden ArcherMerge branch 'master' into master
2016-12-08 Dotsenko AndreyAdd unit tests for comparison macros for floating point...
2016-11-06 Branden ArcherMerge pull request #70 from brarcher/debugging-check...
2016-11-06 Branden ArcherList test names in the master_tests table
2016-11-04 Nirbheek ChauhanMerge branch 'master' into hurd-clock-gettime
2016-11-03 Branden ArcherMerge pull request #64 from prusnak/ck_assert_mem
2016-10-31 Pavol RusnakAdd unit tests for memory location comparison macros...
2016-07-12 Branden ArcherMerge pull request #44 from cdentyou/tcase_tags
2016-07-09 Crispin Dent-YoungReduce Timeout Double Scaling Tests scale to avoid...
2016-06-19 Branden ArcherMerge pull request #53 from brarcher/dup-tcase-ignore
2016-06-19 Branden ArcherRemove double addition of test suite
2016-06-01 Branden ArcherMerge pull request #43 from libcheck/percent-n-check
2016-05-26 Branden ArcherAdd test case where %n is passed into a ck_assert call
2015-09-13 brarcherAdd LGPL header to files without the header
2015-07-06 brarcherreplace // comments with /* */ comments
2015-06-14 brarchertests: fix compiler warning regarding improper prototype
2014-07-30 brarcherDo not vsnprintf expression string passed to ck_abort()
2014-06-23 brarcherrework how line numbers are verified in check_check_sub.c
2014-06-23 brarcherPass in print_output to srunner_run_all in test_null
2014-06-23 brarchercast value sent to srunner_set_fork_status to fork_status
2014-05-21 brarcheronly declare atexit() test if fork is available
2014-05-21 brarcheruse atexit() instead of on_exit() for test
2014-05-09 brarcherremove warnings about prototypes
2014-05-07 brarcherupon test failure, invoke _exit() instead of exit()
2014-05-07 brarcherfix formatting for ck_assert_(u)int_* calls if using...
2014-01-04 brarcheronly test test_invalid_set_fork_status if not mem leak...
2014-01-04 brarcherAdd test for setting invalid for status
2014-01-04 brarcherAdd new test case for Check error printouts
2014-01-04 brarcherdo not compile in msg and fork tests suites if fork...
2014-01-04 brarchercheck_check_sub: add tests for suite_tcase(NULL,NULL)
2014-01-02 brarcherCheck for MEMORY_LEAKING_TESTS_ENABLED consistently
2014-01-02 brarcherCheck for __GNUC__ consistently
2014-01-02 brarchercheck_check_sub: sleep during test_eternal
2014-01-02 brarcherreplace how setenv availability is detected
2013-12-25 brarchermodify how HAVE_FORK is determined in code
2013-12-19 brarcherMark the test_null unit test as leaking memory
2013-10-04 brarcherDo not compile unused tests
2013-09-22 brarcherDo not run test_early_exit without fork
2013-09-22 brarcherDo not run signal tests without fork()
2013-09-22 brarcherDo not run test_mark_lno without fork()
2013-09-22 brarcherOnly run timeout tests if fork is available on system
2013-09-22 brarcherRun fork tests if fork() is defined on system
2013-09-22 brarcherAdd comments at end of #endif
2013-09-22 brarcherReplace _POSIX_VERSION with more specific checks
2013-02-08 hugo303* Add equivalent uint variants for __ck_assert_int...
2012-11-21 brarcherAllow unit test timeouts to be specified using nanoseco...
2012-11-10 brarcherIf there is a mismatch on the number of tests to run...
2012-11-08 brarcheradd new ck_assert_ptr_(eq|ne) functions for pointer...
2012-11-06 brarcherfree created srunner
2012-11-04 brarcherreplace usage of fail_unless() with ck_assert_msg()
2012-11-04 brarcherreplace usage of fail() with ck_abort_msg()
2012-11-04 brarcherfix warning for unused variables
2011-06-01 zdenekc* rename _fail_unless to _ck_assert_msg and define...
2010-12-12 cpickett* add new ck_assert_(str|int)_(lt|le|gt|ge) comparison...
2010-12-01 cpickett* invert _ck_x and _ck_y to fix strcmp in _ck_assert_st...
2010-11-27 cpickett* Documented new Check API and fixed macros to allow...
2009-03-06 hugo303 * Added code and tests for timeout scaling via environ...
2009-02-02 hugo303 * Fixed the irritating line number issue in the sub...
2009-01-01 cpickett* protect files in tests/ per Friedrich Beckmann, using...
2009-01-01 cpickett* protect all calls to exit with _POSIX_VERSION, except...
2008-12-31 cpickett* introduce HAVE_WORKING_SETENV to protect tc_timeout_e...
2008-12-31 cpickett* move #include <sys/wait.h> to libcompat.h
2008-12-31 cpickett* add blank line to fix line numbers
2008-12-31 cpickett* move #include <unistd.h> and <pthread.h> to libcompat.h
2008-12-30 cpickett* #include "../lib/libcompat.h" in tests/*.c
2008-12-28 cpickett* use AX_CFLAGS_WARN_ALL_ANSI
2008-12-28 cpickett* silence some more unused parameter warnings
2008-12-28 cpickett* #include "../lib/libcompat.h" in two places
2008-12-28 cpickett* msys/gcc portability:
2008-11-30 cpickett* add missing NULL argument to fail* varargs macro...
2007-06-20 cpickett* test fail(NULL) instead of fail() because there is
2007-03-12 hugo303 * Added some simple testing of srunner_create() and...
2006-12-08 cpickett* Add ck_abort and ck_abort_msg implementation with...
2006-11-28 hugo303 * Added tests for new Check fail API.
2006-11-22 hugo303 * Reverted back to r378, undoing the -ansi and -pedant...
next