Opened 8 years ago
Closed 8 years ago
#8801 closed enhancement (fixed)
check-0.11.0
Reported by: | Douglas R. Reno | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 8.0 |
Component: | BOOK | Version: | SVN |
Severity: | normal | Keywords: | |
Cc: |
Description ¶
New upstream
Change History (3)
comment:1 by , 8 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 8 years ago
Sat Dec 17, 2016: Released Check 0.11.0
2016-12-17 15:00:00 +0000 based on hash 7c9cfb4b13124b93a63e60b3c681c2bf4f2723ce
- Avoid issue in unit test output checking where a shell's built-in printf command does not work properly, but the printf program itself is correct.
- Emit only valid XML characters in XML logging (assumes ASCII encoding). Bug #103
- Add LGPL header to files where it was missing; update FSF address in LGPL headers Bug #110
- Strip timestamps from examples using filterdiff if available. This allow build output to be reproducible. Bug #112
- Use double slash for regular expressions in checkmk for better Solaris support.
- Improve CMake build files for better Visual Studio 2015 support. Pull Request #19
- Fix potential SIGSEGV in Check related to the disk filling up during a test. Pull Request #21
- Support added for applying tags to test cases and selectively running test cases based on tags. Pull Request #44
- Macros for comparing memory regions (ck_assert_mem_eq, ck_assert_mem_ne) have been added. Pull Request #64
- Macros for comparing floating point numbers have been added. Pull Request #69
- Macros for comparing string, but allowing for NULL (ck_assert_pstr_eq, ck_assert_pstr_ne) have been added. Pull Request #80
- Macros for checking if a pointer is NULL or not have been added. Pull Request #87
comment:3 by , 8 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Fixed at revision 18229. LFS is still at previous version, but will be updated soon.
Note:
See TracTickets
for help on using tickets.
I will do this when I update LFS, but I'm waiting for some more critical packages in LFS and will do all at once.