kolibrios-gitea/programs/develop/ktcc/trunk/libctest
siemargl f81857f08c better suballocator
git-svn-id: svn://kolibrios.org@7537 a494cfbc-eb01-0410-851d-a64ba20cac60
2018-11-07 17:27:07 +00:00
..
build.bat
float2.c fix startup, gcc5.4 ready 2016-10-07 09:23:37 +00:00
fscanf.c
memmove.c
myfile.txt added read buffering, ungetc 2018-03-12 20:41:06 +00:00
nulprintf.c
print.inc
qsort.c
rand.inc
readme.txt
snprintf.c
sscanf.c
string_memcpy.c
string_memset.c
string_strchr.c
string_strcspn.c
string_strstr.c
string.c
strtod_long.c debugger info, big stack opt 2016-06-05 17:15:52 +00:00
strtod_simple.c
strtod.c
strtof.c
strtol.c
strtold.c
test.h
tgmath.c
time.c
traceadr.c suballocator plus path fixes 2018-11-01 17:24:22 +00:00
tstring.c debugger info, big stack opt 2016-06-05 17:15:52 +00:00
udiv.c
ungetc2.c added read buffering, ungetc 2018-03-12 20:41:06 +00:00
ungetc.c added read buffering, ungetc 2018-03-12 20:41:06 +00:00
wtalloc.c better suballocator 2018-11-07 17:27:07 +00:00

most test adapted from "musl-libctest-master" project
some taken from newlib

Status or libc tests

---NOT TESTED---
no library fns realized
qsort
strtol
time

---HANG---
sscanf
>TEST_F(0x1234p56)


---STACK IS SMALL---
strtod_long 
tstring	


--other--
fscanf 
-?scanf ignores width specs, '*' and [chars], cant read %a float
-%n counts as parameter

snprintf
-some format misturbances

ungetc
-ungetc fails if filepos == 0 - no tricks

all file ops limited to 2Gb