Hi! > We are planning to use LTP for doing POSIX compliance test for one of our > project. > LTP covers most of the LINUX POSIX functions. > > But I am unable to test few of the stdio POSIX functionalities. > Few of POSIX functions: atoi, atol, calloc, malloc, free, errno, scanf, > sprints, system etc .
I've looked around and indeed there are no tests designed specially for these calls. But quite franky if any of these functions are broken quite a lot of tests will fail because these functions are used in the tests and system extensivelly. So from a functional standpoint these are not that important to test (we don't have 100% coverage and there parts of the system that are, in my opinion, more important). > Can you please let me know how to verify these stdio commands using LTP? If you really need tests designed specially for these functions you can write them yourself and LTP community will be happy to include them. Or You can look into tests embedded in glibc, there should be basic testcases for the stdio streams etc. > Also need support for testing POSIX compliance for few of the LINUX commands. > POSIX Linux commands: arp, cd, mv, date, echo, file, gdb, kill etc. Same here, if you need them you can write them yourself. I can give you hand in integrating them into LTP. -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Managing the Performance of Cloud-Based Applications Take advantage of what the Cloud has to offer - Avoid Common Pitfalls. Read the Whitepaper. http://pubads.g.doubleclick.net/gampad/clk?id=121054471&iu=/4140/ostg.clktrk _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
