kolibrios/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
fscanf.c
memmove.c
myfile.txt
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
strtod_simple.c
strtod.c
strtof.c
strtol.c
strtold.c
test.h
tgmath.c
time.c
traceadr.c
tstring.c
udiv.c
ungetc2.c
ungetc.c
wtalloc.c

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