1 Dec 2007 20:11
Re: material to write testcases beased on
> If you have time to look in to the latest code, please then go according > to the latest code which is there in the Main line Kernel (as i feel > that the Man pages may not be updated at the pace in which code gets > patched, updated and finally released). So, our test cases will be > little ahead of even the man page (eventually the issues will be > displayed by the next or future man page releases). But please do not > forget the following points: I see. > 1) When you write code, make it backward compatible to all those kernels > also, where the features is not supported. Your test case should be able > to compile in all kernels, but will definitely compile different code > (compile actual code when the kernel supports, and, compile some proper > message when the kernel does not support), > 2) Make sure to use the standard log libraries of LTP rather than printf > family of functions. > > Would like to know others opinion on this. Please pour in your > suggestions on this. I see. I think ideally man pages and test cases should be part of linux kernel. test cases tests glibc, too. man pages explains user land tool and library. So the ideal is just an ideal. How about relationship between writing man pages and test cases? I think these two activities/projects are very closer.(Continue reading)
RSS Feed