On Wed, 2008-12-17 at 12:20 +0530, Subrata Modak wrote: > Hi, > > A new set of syscalls and interfaces has been added in 2.6.27 > (http://kernelnewbies.org/Linux_2_6_27#head-80617e84fcf78adf293720b6f80e4cb633aa8fda) > Extended file descriptor system calls). > > Ulrich wrote small tests for them and they are available in the git > logs. I collated them into 15 different tests, which can be added to LTP > in future. I would request, if somebody can volunteer to port them to > LTP specific syscall tests.
Finally, i made them possible to run under LTP infrastructure. I believe that these tests will evolve into better tests to cover more testing scenarios in future. This is just the beginning. Following are the contents of the patches: [PATCH 01/17]: Add-socket02-syscall-test_testing-socket-and-socketpair_of_SOCK_CLOEXEC.patch [PATCH 02/17]: Add-paccept1-syscall-test_testing-paccept_of_SOCK_CLOEXEC.patch [PATCH 03/17]: Add-signalfd4_1-syscall-test_testing-signalfd4_of_SFD_CLOEXEC.patch [PATCH 04/17]: Add-eventfd2_1-syscall-test_testing-eventfd2_of_EFD_CLOEXEC.patch [PATCH 05/17]: Add-timerfd02-syscall-test_testing-timerfd_create_of_TFD_CLOEXEC.patch [PATCH 06/17]: Add-epoll_create2_1-syscall-test_testing-epoll_create2_of_EPOLL_CLOEXEC.patch [PATCH 07/17]: Add-dup3_1-syscall-test_testing-dup3-of-O_CLOEXEC.patch [PATCH 08/17]: Add-pipe2_1-syscall-test_testing-pipe2-of-O_CLOEXEC.patch [PATCH 09/17]: Add-inotify_init1_1-syscall-test_testing-inotify_init1-of-O_CLOEXEC.patch [PATCH 10/17]: Add-socket03-syscall-test_testing-socket-of-SOCK_NONBLOCK.patch [PATCH 11/17]: Add-socketpair02-syscall-test_testing-socketpair-of-SOCK_NONBLOCK.patch [PATCH 12/17]: Add-paccept02-syscall-test_testing-paccept-of-SOCK_NONBLOCK.patch [PATCH 13/17]: Add-signalfd4_02-syscall-test_testing-signalfd4-of-SFD_NONBLOCK.patch [PATCH 14/17]: Add-eventfd2_02-syscall-test_testing-eventfd2-of-EFD_NONBLOCK.patch [PATCH 15/17]: Add-timerfd03-syscall-test_testing-timerfd_create-of-TFD_NONBLOCK.patch [PATCH 16/17]: Add-pipe2_02-syscall-test_testing-pipe2-of-O_NONBLOCK.patch [PATCH 17/17]: Add-inotify_init1_02-syscall-test_testing-inotify_init1-of-IN_NONBLOCK.patch Regards-- Subrata ------------------------------------------------------------------------------ This SF.net email is sponsored by: SourcForge Community SourceForge wants to tell your story. http://p.sf.net/sfu/sf-spreadtheword _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
