Re: [LTP] Re: Recent changes in LTP test results

From: Andrew Morton
Date: Tue Jul 06 2004 - 21:12:22 EST


Bryce Harrington <bryce@xxxxxxxx> wrote:
>
> The results listing has been updated.
>
> http://developer.osdl.org/bryce/ltp/
>
> Briefly:
>
> Patch Name TestReq# CPU PASS FAIL WARN BROK
> ...
> 2.6.7-mm6 294691 2-way 7178 46 3 6

Again, these tests do not fail for me, with ltp-full-20040603


vmm:/mnt/hda5/ltp-full-20040603> ./testcases/bin/access03
access03 1 PASS : access((char *)-1,R_OK) failed as expected with errno 14 (EFAULT) : Bad address
access03 2 PASS : access((char *)-1,W_OK) failed as expected with errno 14 (EFAULT) : Bad address
access03 3 PASS : access((char*)-1,X_OK) failed as expected with errno 14 (EFAULT) : Bad address
access03 4 PASS : access((char*)-1,F_OK) failed as expected with errno 14 (EFAULT) : Bad address
access03 5 PASS : access((char*)sbrk(0)+1,R_OK) failed as expected with errno 14 (EFAULT) : Bad address
access03 6 PASS : access((char*)sbrk(0)+1,W_OK) failed as expected with errno 14 (EFAULT) : Bad address
access03 7 PASS : access(high_address,X_OK) failed as expected with errno 14 (EFAULT) : Bad address
access03 8 PASS : access((char*)sbrk(0)+1,F_OK) failed as expected with errno 14 (EFAULT) : Bad address
vmm:/mnt/hda5/ltp-full-20040603>

Can you please retest with ltp-full-20040603 and, if it still fails,
send me the .config and a description of the system and the compiler
version used to build the kernel?
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/