Hi,
Here is the list of testcases in May 2009 LTP, which *may* result in
FAIL even though it is a configuration error, not the error due to the
functionality we are testing. Those tests should give "CONF" message,
not "FAIL". I ran LTP on 2.6.18 kernel, x86 architecture.
1. InitNuma
Error output:
Initnuma 0 WARN : non-NUMA aware kernel is running or your machine does
not support numa policy or
your machine is not a NUMA machine
Initnuma 1 FAIL : INIT NUMA FAILED !!
2. ht_enable
Error output:
ht_enable 0 INFO : Begin: HyperThreading Enabled
ht_enable 0 INFO : The kernel boot paramter 'noht' is not set.
ht_enable 1 FAIL : HT feature is not included in this Linux Kernel.
ht_enable 0 INFO : End: HyperThreading Enabled
3. get_mempolicy01
Part of code, which is not correct
tst_resm(TFAIL, "set_mempolicy() failed - errno = %d : %s",TEST_ERRNO,
strerror(TEST_ERRNO));
...
...
tst_resm(TFAIL, "malloc failed - errno = %d : %s",TEST_ERRNO,
strerror(TEST_ERRNO));
4. mq_open01
Part of code, which is not correct
if (TEST_RETURN < 0) {
tst_resm(TFAIL, "mq_getsetattr failed - errno =
%d : %s",TEST_ERRNO, strerror(TEST_ERRNO));
Regards
Muni
------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list