On Monday 17 November 2008 10:21:04 Gilles.Carry wrote: > I recently had the case where a test fails with something like this: > FAIL : hugeshmget01 call failed - errno = 38 : Function not implemented > This shows up as I don't use CONFIG_HUGETLBFS in my kernel. > > Maybe this has already been discussed but how about including kernel > config headers into LTP to avoid such irrelevant report? > > Thoughts?
kernel config options change. you also cant assume the kernel location (diff kernel source, cross-compile, etc...). why not just turn the TFAIL into TCONF when the function returns ENOSYS in the tests that concern you. -mike ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
