* [LTP] [PATCH] runtest: Add new syscalls-ipc test-suite @ 2013-06-26 1:02 Sedat Dilek 2013-06-26 13:24 ` chrubis 2013-06-27 16:22 ` chrubis 0 siblings, 2 replies; 4+ messages in thread From: Sedat Dilek @ 2013-06-26 1:02 UTC (permalink / raw) To: ltp-list Run via './runltp -f syscalls-ipc'. Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com> --- runtest/syscalls-ipc | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 68 insertions(+) create mode 100644 runtest/syscalls-ipc diff --git a/runtest/syscalls-ipc b/runtest/syscalls-ipc new file mode 100644 index 0000000..f57a96e --- /dev/null +++ b/runtest/syscalls-ipc @@ -0,0 +1,68 @@ +msgctl01 msgctl01 +msgctl02 msgctl02 +msgctl03 msgctl03 +msgctl04 msgctl04 +msgctl05 msgctl05 +msgctl06 msgctl06 +msgctl07 msgctl07 +msgctl08 msgctl08 +msgctl09 msgctl09 +msgctl10 msgctl10 +msgctl11 msgctl11 + +msgget01 msgget01 +msgget02 msgget02 +msgget03 msgget03 +msgget04 msgget04 + +msgrcv01 msgrcv01 +msgrcv02 msgrcv02 +msgrcv03 msgrcv03 +msgrcv04 msgrcv04 +msgrcv05 msgrcv05 +msgrcv06 msgrcv06 + +msgsnd01 msgsnd01 +msgsnd02 msgsnd02 +msgsnd03 msgsnd03 +msgsnd04 msgsnd04 +msgsnd05 msgsnd05 +msgsnd06 msgsnd06 + +semctl01 semctl01 +semctl02 semctl02 +semctl03 semctl03 +semctl04 semctl04 +semctl05 semctl05 +semctl06 semctl06 +semctl07 semctl07 + +semget01 semget01 +semget02 semget02 +semget03 semget03 +semget05 semget05 +semget06 semget06 + +semop01 semop01 +semop02 semop02 +semop03 semop03 +semop04 semop04 +semop05 semop05 + +shmat01 shmat01 +shmat02 shmat02 +shmat03 shmat03 + +shmctl01 shmctl01 +shmctl02 shmctl02 +shmctl03 shmctl03 +shmctl04 shmctl04 + +shmdt01 shmdt01 +shmdt02 shmdt02 + +shmget01 shmget01 +shmget02 shmget02 +shmget03 shmget03 +shmget04 shmget04 +shmget05 shmget05 -- 1.8.3.1 ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list ^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [LTP] [PATCH] runtest: Add new syscalls-ipc test-suite 2013-06-26 1:02 [LTP] [PATCH] runtest: Add new syscalls-ipc test-suite Sedat Dilek @ 2013-06-26 13:24 ` chrubis [not found] ` <CA+icZUWQfEvPne5fiqqyv556dU7LGoNTHri3F5guJKL8UjALyQ@mail.gmail.com> 2013-06-27 16:22 ` chrubis 1 sibling, 1 reply; 4+ messages in thread From: chrubis @ 2013-06-26 13:24 UTC (permalink / raw) To: Sedat Dilek; +Cc: ltp-list Hi! > Run via './runltp -f syscalls-ipc'. > > Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com> > --- > runtest/syscalls-ipc | 68 ++++++++++++++++++++++++++++++++++++++++++++++++++++ > 1 file changed, 68 insertions(+) > create mode 100644 runtest/syscalls-ipc What about adding these to the existing runtest/ipc file? Would that work for you? (I'm trying to avoid state where we have zilion runtest files with not clearly defined content.) -- Cyril Hrubis chrubis@suse.cz ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list ^ permalink raw reply [flat|nested] 4+ messages in thread
[parent not found: <CA+icZUWQfEvPne5fiqqyv556dU7LGoNTHri3F5guJKL8UjALyQ@mail.gmail.com>]
[parent not found: <CA+icZUVig_VuU5vrom5spHVC=A4o-L7wGxA0rc+FD_h+x7jd-g@mail.gmail.com>]
* Re: [LTP] [PATCH] runtest: Add new syscalls-ipc test-suite [not found] ` <CA+icZUVig_VuU5vrom5spHVC=A4o-L7wGxA0rc+FD_h+x7jd-g@mail.gmail.com> @ 2013-06-27 11:56 ` chrubis 0 siblings, 0 replies; 4+ messages in thread From: chrubis @ 2013-06-27 11:56 UTC (permalink / raw) To: Sedat Dilek; +Cc: ltp-list Hi! > > Yeah, I had that in mind, but as the included test-cases hit other > > areas I thought about "syscallc-ipc". > > Might be a good choice for IPC testers to have all tests in runtest/ipc file. > > I am OK with that. > > > > Shall I send a v2? Yes, please. > Where shall I put the syscalls-ipc test-cases - at the end? > ...and place some comments? I would do so and I would add short comment before the newly added ones that these were added from syscalls or so. -- Cyril Hrubis chrubis@suse.cz ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [LTP] [PATCH] runtest: Add new syscalls-ipc test-suite 2013-06-26 1:02 [LTP] [PATCH] runtest: Add new syscalls-ipc test-suite Sedat Dilek 2013-06-26 13:24 ` chrubis @ 2013-06-27 16:22 ` chrubis 1 sibling, 0 replies; 4+ messages in thread From: chrubis @ 2013-06-27 16:22 UTC (permalink / raw) To: Sedat Dilek; +Cc: ltp-list Hi! > Run via './runltp -f syscalls-ipc'. > > Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com> I've pushed this version for now. -- Cyril Hrubis chrubis@suse.cz ------------------------------------------------------------------------------ This SF.net email is sponsored by Windows: Build for Windows Store. http://p.sf.net/sfu/windows-dev2dev _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-06-27 16:21 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-26 1:02 [LTP] [PATCH] runtest: Add new syscalls-ipc test-suite Sedat Dilek
2013-06-26 13:24 ` chrubis
[not found] ` <CA+icZUWQfEvPne5fiqqyv556dU7LGoNTHri3F5guJKL8UjALyQ@mail.gmail.com>
[not found] ` <CA+icZUVig_VuU5vrom5spHVC=A4o-L7wGxA0rc+FD_h+x7jd-g@mail.gmail.com>
2013-06-27 11:56 ` chrubis
2013-06-27 16:22 ` chrubis
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox