Hi!
> I would like to add "posix_fallocate" test based on what we already have 
> in syscalls/fallocate, because the behavior of "posix_fallocate" is 
> close to what is doing fallocate by default, so most test scenarios will 
> be the same. What is the correct way to do it, place it in 
> open_posix_testsuite as new ones or add it to fallocate tests?

That is hard to tell.

If you care for posix_fallocate strictly POSIX conformace add it to
open_posix_testsuite and write the tests accordingly to the POSIX
specification.

If you care about API coverage add it to the syscalls testcases and
share as much code with the fallocate testcases as possible.

-- 
Cyril Hrubis
chru...@suse.cz

------------------------------------------------------------------------------
Start Your Social Network Today - Download eXo Platform
Build your Enterprise Intranet with eXo Platform Software
Java Based Open Source Intranet - Social, Extensible, Cloud Ready
Get Started Now And Turn Your Intranet Into A Collaboration Platform
http://p.sf.net/sfu/ExoPlatform
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to