public inbox for ltp@lists.linux.it
 help / color / mirror / Atom feed
* [LTP] chown and 16 bit syscall testing
@ 2014-10-31 13:39 Han Pingtian
  2014-11-10  9:07 ` Stanislav Kholmanskikh
  0 siblings, 1 reply; 9+ messages in thread
From: Han Pingtian @ 2014-10-31 13:39 UTC (permalink / raw)
  To: ltp-list

Hey there,

I found that looks like all chown test cases will be compiled to 16 bit
compat test case, but they just call chown() something like

    TEST(chown(fname, uid, gid));

which won't test if there is a 16 bit chown() syscall. I think maybe we
should change it to something like below:

    TEST(CHOWN(fname, uid, guid));

then define CHOWN like this

    UID_T CHOWN(void (cleanup)(void))
    {
            LTP_CREATE_SYSCALL(chown, cleanup);
    }

?

Thanks in advance!


------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-12-05  1:37 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-31 13:39 [LTP] chown and 16 bit syscall testing Han Pingtian
2014-11-10  9:07 ` Stanislav Kholmanskikh
2014-11-13  7:57   ` Han Pingtian
2014-11-19  8:15     ` Stanislav Kholmanskikh
2014-11-21  7:59       ` [LTP] [PATCH] fix some syscall tests for 16-bit compat testing Han Pingtian
2014-11-24 14:53         ` Stanislav Kholmanskikh
2014-11-28  8:33           ` [LTP] [PATCH v2] " Han Pingtian
2014-11-28 15:39             ` Stanislav Kholmanskikh
2014-11-29 13:29               ` Han Pingtian

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox