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
2022-04-21
mark some test variables as extern to avoid linker errors
libc-tests
Jakob Kaivo
2020-09-25
move type test objects to file scope, remove need for (void)foo to avoid warn...
Jakob Kaivo
2020-09-25
make testing different versions easier
Jakob Kaivo
2020-08-15
copy pasta tests from ctype.c
Jakob Kaivo
2020-08-15
remove warning about unused variable
Jakob Kaivo
2020-08-15
only declare variables for testing C99 features when testing C99 features
Jakob Kaivo
2020-08-15
remove unused variable
Jakob Kaivo
2020-08-15
correct version check directive
Jakob Kaivo
2020-08-15
correct version check directive
Jakob Kaivo
2020-08-15
remove warnings about unused variables
Jakob Kaivo
2020-08-15
remove warnings about unused variables
Jakob Kaivo
2020-08-15
remove warnings about unused variables
Jakob Kaivo
2020-08-15
remove warning about unused variable
Jakob Kaivo
2020-08-15
remove warnings about unused variables
Jakob Kaivo
2020-08-15
update to test for C95 compliance
Jakob Kaivo
2020-08-15
remove warnings about unused variables
Jakob Kaivo
2020-08-15
remove warnings
Jakob Kaivo
2020-08-13
configure for UNGOL by default
Jakob Kaivo
2020-08-13
add README
Jakob Kaivo
2020-08-13
move all configuration to config.mk
Jakob Kaivo
2019-12-04
Merge branch 'master' of gitlab.com:jkaivo/libc-tests
Jakob Kaivo
2019-12-04
simplify dependencies substantially
Jakob Kaivo
2019-08-21
add missing files
Jakob Kaivo
2019-08-21
add string tests
Jakob Kaivo
2019-08-08
add correct values
Jakob Kaivo
2019-08-08
fill in missing values
Jakob Kaivo
2019-08-08
replace all instances of test_defined() with #ifdef tests
Jakob Kaivo
2019-08-08
use better #ifdef tests
Jakob Kaivo
2019-08-08
generalize #ifdef tests
Jakob Kaivo
2019-08-08
simpler and more correct tests for sybmolic macro existance
Jakob Kaivo
2019-03-06
add setjmp to the list of default tests
Jakob Kaivo
2019-03-06
maybe better test for offsetof()
Jakob Kaivo
2019-03-06
Merge branch 'master' of github.com:jkaivo/libc-tests
Jakob Kaivo
2019-03-06
add list of tests to usage output
Jakob Kaivo
2019-03-06
first strtod() test
Jakob Kaivo
2019-03-06
add some signbit() tests
Jakob Kaivo
2019-03-06
test I^2
Jakob Kaivo
2019-03-06
enable offsetof() test
Jakob Kaivo
2019-03-03
output correct header name
Jakob Kaivo
2019-03-02
some tests for atoi() and strtol()
Jakob Kaivo
2019-03-02
use correct format specifier
Jakob Kaivo
2019-03-02
handle command line arguments to make testing more flexible
Jakob Kaivo
2019-03-02
fix test_long_equals() macro to point to right function
Jakob Kaivo
2019-03-02
add test_long_equals
Jakob Kaivo
2019-03-01
skeletons for C11/C18 functions
Jakob Kaivo
2019-03-01
skeleton tests for all C99 headers
Jakob Kaivo
2019-03-01
skeleton tests for all C89 headers
Jakob Kaivo
2019-03-01
basic <stdarg.h> tests
Jakob Kaivo
2019-03-01
<setjmp.h> tests (still disabled until I begin writing the actual code since ...
Jakob Kaivo
2019-03-01
skeleton of <math.h> tests
Jakob Kaivo
[next]