Hi! > Well, it kind of is. On the other hand we have glibc testcases under > kernel/syscalls allready, see string/string01.c, memset/memset01.c ... > > If you want to go ahead and start runtest/libc, testcases/libc and move > all the libc tests there I'm all for it.
On the other hand, I'm not sure where to draw the line. For example mutexes are implemented in glibc but they end up calling futex_wait() and futex_wake() which is kernel syscall. Where does these testcases belong to? -- Cyril Hrubis [email protected] ------------------------------------------------------------------------------ Dive into the World of Parallel Programming The Go Parallel Website, sponsored by Intel and developed in partnership with Slashdot Media, is your hub for all things parallel software development, from weekly thought leadership blogs to news, videos, case studies, tutorials and more. Take a look and join the conversation now. http://goparallel.sourceforge.net/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
