Check tutorial fails with clang memory sanitization
make check failing
* ignore check_mem_leaks
Mal, Sorry for not getting back right away. Would you mind creating a defect for...
continuing at https://github.com/libcheck/check/issues/18
Visual Studio 14(2015) Compiling
This is a duplicate of bug #107.
Compile time argument check for fail_if() etc
"No messaging setup" in check_msg causes test failure
We've not heard anything back yet. We you able to identify the issue or create a...
Thanks. New pull request is at https://github.com/libcheck/check/pull/9. Let's continue...
If you are intersted in following this up further, and adding the --enable-timer-replacement...
Available timer clock types not properly identified at runtime
Please add __attribute__((__format__ (__printf__, ))) to _ck_assert_failed
There has been no further feedback on this issue. If anyone is interested in following...
ck_assert_mem for checking memory contents
We've not heard back from you with your feature request. If you would like to pursue...
Add a set of macros to compare floating point values
I'm with Roland on this, in that if Check were to include some floating point comparisons...
Add test coverage check to make
I've added a few comments to your pull request. However, you have not replied back...
checkmk: use double slash in regular expression
Gaurav, Thanks for the bug report. I've not used ASAN before, but from what I've...
ASAN Reported ASAN:SIGSEGV
Gaurav, Thanks for the bug report. I've not used ASAN before, but from what I've...
ASAN Reported ASAN:SIGSEGV
Thanks Branden, that looks perfect! Ben
Think I understand what you mean now. As of r1225 Check should now either properly...
tests: fix expected strings for output tests wh...
tests: properly emit issue in log output test
tests: if xmllint exists, also run xml output t...
Emit only valid XML characters
Please make builds reproducible
Never considered that using diff would result in the build output not being reproducible....
use filterdiff tool if available to strip times...
Please make builds reproducible
please update FSF address in license headers.
The FSF address has been updated in the files with the LGPL header, and files without...
Update FSF address in LGPL headers
Add LGPL header to files without the header
Kalle, Thanks for your interested in Check. Sorry for not replying earlier. If you...
This is most likely related to low test coverage (< 90 %) in check_msg.c. The output...
Add test coverage check to make
Please try 85397d394231bd03bc8897ba9f671f03032bb417. Of course, I can create a minimal...
"No messaging setup" in check_msg causes test failure
PS: No only the examples are without headers, but also the tests and the files under...
please update FSF address in license headers.
(Sorry for the slow response, I've been on holiday the past week!) I believe the...
Add development header back to NEWS
Update release information on website
Tagging for check-0.10.0
Update for release
Update for release
Duplicated usage of AC_USE_SYSTEM_EXTENSIONS
Thanks for the bug report and the patch. Your patch has been added to Check, and...
configure: Remove duplicated use of AC_USE_SYST...
Perhaps this is really a request for Check to support XML 1.1. Check currently supports...
Simple patch attached
Duplicated usage of AC_USE_SYSTEM_EXTENSIONS
I'm seeing very similar behaviour related to illegal characters. As part of an assert,...
tests: adjust expected line number due to previ...
tests: include missing libcompat header
tests: define variable at top of block
replace // comments with /* */ comments
doc: Change "Variables" -> "Variables" for cons...
Thanks for pointing out the enable-timer-replacement option. Probably the most expedient...
MinGW build fix
Thanks for this patch, I've committed it. In addition your name will appear in the...
Add reference of environment variables to the documentation
Good suggestion! I've added this section to the documentation, and it will appear...
configure: fix check micro version
doc: Add appendix containing all environment va...
Michael, Thanks for your interest in Check. It is interesting that the compiler used...
I attempted to give this a shot on clang. I found that if one were to invoke _ck_assert_failed()...
The ClamAV unit tests all passed once I increased the timeout to five minutes to...
Available timer clock types not properly identified at runtime
Please add __attribute__((__format__ (__printf__, ))) to _ck_assert_failed
XML output generated is not valid
CHECK_MICRO_VERSION wrong in 0.9.14
Oh, you are right. Sorry about that. For what its worth, the SVN HEAD is now updated....
configure: output check version in summary
tests: remove unused variables from main()
configure: do not use echo -n option in summary...
tests: fix compiler warning regarding improper ...
cmake: Include time.h on several checks to prev...
Catch SIGTERM and SIGINT in the test runner and kill all currently running tests
yes, 'check.c:496: Bad status in set_fork_status' is particularly disconcerting.
test issues on SunOS
Although perhaps not intuitive, the attached log indicates that all test suites passed:...
CHECK_MICRO_VERSION wrong in 0.9.14
test issues on SunOS
MinGW build fix
The same is probably also true on the other BSDs then? I'll tests some BSDs a little...
Catch SIGINT and SIGTERM and kill running tests
Change behavior of calls for fork() on non-fork...
Ah, good to know. Thanks! The same is probably also true on the other BSDs then?...
It turns out that on OSX if the original signal hander is not restored or disabled...
Add reference of environment variables to the documentation