Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. most test adapted from "musl-libctest-master" project
  2. some taken from newlib
  3.  
  4. Status or tests
  5.  
  6. ---NOT TESTED---
  7. no library fns realized
  8. qsort
  9. strtol
  10. time
  11.  
  12. ---HANG---
  13. sscanf
  14. >TEST_F(0x1234p56)
  15.  
  16.  
  17. ---STACK IS SMALL---
  18. strtod_long
  19. tstring
  20.  
  21.  
  22. --other--
  23. fscanf
  24. -?scanf ignores width specs, '*' and [chars], cant read %a float
  25. -%n counts as parameter
  26.  
  27. snprintf
  28. -some format misturbances
  29.  
  30. ungetc
  31. -ungetc fails if filepos == 0 - no tricks
  32.  
  33. all file ops limited to 2Gb
  34.  
  35.