index
:
libc-tests
libc-tests
tests for conformance with ISO/IEC 9899
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2019-03-01
add double test (printing is not cool at the moment)
Jakob Kaivo
2019-03-01
initial tests for <complex.h>
Jakob Kaivo
2019-03-01
move test variables into function body
Jakob Kaivo
2019-03-01
add testing errno as an lvalue and rvalue
Jakob Kaivo
2019-03-01
don't explicitly check for errors to be defined, the compiler will catch it
Jakob Kaivo
2019-03-01
decide not to try autogenerating tests, it is too error prone
Jakob Kaivo
2019-03-01
basic tests for stdbool.h and stddef.h
Jakob Kaivo
2019-03-01
basic tests for <limits.h>, <float.h>, and <iso646.h>
Jakob Kaivo
2019-03-01
add min, max, and defined tests
Jakob Kaivo
2019-03-01
use defs for locale tests
Jakob Kaivo
2019-03-01
put *all* the distinct values in the array
Jakob Kaivo
2019-03-01
initial tests for <signal.h>
Jakob Kaivo
2019-03-01
script to generate distinct value checker and typedef checker from small input
Jakob Kaivo
2019-02-28
correct some of the expected outputs
Jakob Kaivo
2019-02-28
add an end in case we get that far
Jakob Kaivo
2019-02-28
ensure void expression is still being evaluated even though discarded
Jakob Kaivo
2019-02-28
account for verbosity in test_void_imp()
Jakob Kaivo
2019-02-28
fix typo / => ;
Jakob Kaivo
2019-02-28
add placeholders for C11/C18 headers
Jakob Kaivo
2019-02-28
refactor test names with _h to avoid collisions
Jakob Kaivo
2019-02-28
add some time tests
Jakob Kaivo
2019-02-28
clean up output, add verbosity option
Jakob Kaivo
2019-02-28
fix color and indicator output
Jakob Kaivo
2019-02-28
initial test for errno
Jakob Kaivo
2019-02-28
use distinct value test
Jakob Kaivo
2019-02-28
add test for distinct values
Jakob Kaivo
2019-02-27
include debugging info, rebuild when libc.a changes
Jakob Kaivo
2019-02-27
split some stuff into a configuration file
Jakob Kaivo
2019-02-27
don't bother with (void)expression
Jakob Kaivo
2019-01-01
overwrite passsed tests, print summary of tests at the end of each header
Jakob Kaivo
2019-01-01
add locale tests
Jakob Kaivo
2019-01-01
add string test
Jakob Kaivo
2019-01-01
basic build rules
Jakob Kaivo
2019-01-01
runs tests for <ctype.h> and <assert.h>
Jakob Kaivo
2019-01-01
initial test types and output
Jakob Kaivo
2019-01-01
check all characters in the C locale
Jakob Kaivo
2019-01-01
basic testing of NDEBUG and assert()
Jakob Kaivo
2019-01-01
ignore build artifacts
Jakob Kaivo
2019-01-01
update year and add email address
Jakob Kaivo
2018-12-31
Initial commit
Jakob Kaivo
[prev]