Programming Languages: C
License: GNU Library or Lesser General Public License version 2.0 (LGPLv2)
browse code,
statistics,
last commit on 2012-01-03
svn co https://check.svn.sourceforge.net/svnroot/check check
I am running mutation testing on looping test features of Check which may lead to infinite loops constantly. One second for each test case sometime leads to a long time execution. Is it possible to have test timeout in milliseconds instead of seconds? Thank you very much! Best, H Dan.
2012-05-21 08:13:24 PDT by danhaitao
Added a patch as a diff from version 0.9.8 and the XSL I use to transfom the generated XML to something compatible to JUnit (at least for jenkins) It seems to work for me - I didn't test nofork mode.
2012-05-08 03:52:23 PDT by typhon
Building check from svn (618) using autoconf 2.69 I get ==> SVN checkout done or server timeout ==> Starting make... libtoolize: putting auxiliary files in AC_CONFIG_AUX_DIR, `build-aux'. libtoolize: copying file `build-aux/ltmain.sh' libtoolize: putting macros in AC_CONFIG_MACRO_DIR, `m4'. libtoolize: copying file `m4/libtool.m4' libtoolize: copying file `m4/ltoptions.m4'...
2012-05-01 13:53:58 PDT by haawda
"Background": I tried converting the "check" XML output (srunner_set_xml) to JUnit XML to be able to view my testcase results with our jenkins (http://jenkins-ci.org/) server. This works fine with a small XSLT. One thing that is missing is that JUnit has a "duration" (="time" in JUnit XML) for each testcase. This would be great if "check" would...
2012-04-25 07:52:25 PDT by typhon
The XML output will not be well-formed, if the debug message contains reserved symbols like &,< or >. The file attached contains a hot-fix for this bug. The edited areas are marked with HOTFIX.
2012-02-08 02:08:12 PST by peterthefrog
I'm not seeing this issue on x86_64-sun-solaris2.10 (that's 10u6, not OpenSolaris) when building with the Oracle Studio 12.2 compiler toolchain. There were a couple of very minor issues with the build, but overall no problems.
2012-01-11 13:57:00 PST by enchanter
There are a few minor things that could be improved with 0.9.8 WRT Solaris, and I've just reported a couple of them and have one more to report, but overall 0.9.8 seems to be fine on Solaris. I didn't have any trouble building it on x86_64-sun-solaris2.10 with the Oracle Studio 12.2 compilers.
2012-01-11 13:55:08 PST by enchanter
Building check-0.9.8 on x86_64-sun-solaris2.10, I get an error from one of the tests because test_vars uses syntax that's not compatible with traditional Bourne shells: PASS: check_check ./test_output.sh: ENABLE_SUBUNIT=0: is not an identifier FAIL: test_output.sh Traditional Bourne shells, like the one on Solaris, don't support using "export" on the same line that a variable...
2012-01-11 13:33:58 PST by enchanter
Building check-0.9.8 on x86_64-sun-solaris2.10 with the no-cost Oracle Workshop 12.2 Studio toolchain. I get a warning from the linker when creating check_check: libtool: link: cc -Xa -xO2 -mt -errtags=yes -xtarget=generic -m64 -xarch=generic -I/local/include -I/local/gnu/include -I/usr/local/include -v -Xc -o check_chec k check_check-check_list.o check_check-check_check_sub.o...
2012-01-11 13:26:22 PST by enchanter
mloskot committed revision 618 to the check SVN repository, changing 1 files.
2012-01-03 14:42:52 PST by mloskot