On Tue, 2010-04-20 at 12:29 +0530, rahul agarwal wrote:
> i am getting the following error while executing the mm test :-
>  
> <<<test_start>>>
> tag=shmt09 stime=1271762065
> cmdline="shmt09"
> contacts=""
> analysis=exit
> 
> <<<test_output>>>
> shmat1: Invalid argument
> shmt09      1  TPASS  :  sbrk, sbrk, shmget, shmat
> shmt09      2  TPASS  :  sbrk, shmat
> shmt09      3  TFAIL  :  Error: shmat Failed, shmid = 262144, errno =
> 22
Hi Rahul, what are you running on?  I don't see shmt09 fail, but on my
arm boards, I see a few other issues.

One of the major issues I see is msgctl10.  This test takes WAY too long
on arm, likely on any lower cpu/memory system.  It's good stress, but
blacklisting this one test significantly decreases my run time.  It also
makes the system almost appear hung while it's running.

Other than that, I have a handful of fails, most of which I have not had
time to investigate yet:
clone02     3  TFAIL  :  Test Failed
clone03     1  TFAIL  :  Test failed
clone05     2  TFAIL  :  Test Failed
clone06     1  TFAIL  :  Test Failed
fallocate01    1  TFAIL  :  fallocate(5, 0, 49152, 4096) failed:
TEST_ERRNO=EFBIG(27): File too large
fallocate01    2  TFAIL  :  fallocate(6, 1, 49152, 4096) failed:
TEST_ERRNO=EFBIG(27): File too large
fallocate02    7  TFAIL  :  fallocate(tfile_write_10893:6, 1, 0, 4096)
failed, expected errno:0: TEST_ERRNO=EFBIG(27): File too large
fallocate03    1  TFAIL  :  fallocate(tfile_sparse_10894, 0, 8192, 4096)
failed: TEST_ERRNO=EFBIG(27): File too large
fallocate03    2  TFAIL  :  fallocate(tfile_sparse_10894, 0, 49152,
4096) failed: TEST_ERRNO=EFBIG(27): File too large
fallocate03    3  TFAIL  :  fallocate(tfile_sparse_10894, 0, 69632,
4096) failed: TEST_ERRNO=EFBIG(27): File too large
fallocate03    4  TFAIL  :  fallocate(tfile_sparse_10894, 0, 102400,
4096) failed: TEST_ERRNO=EFBIG(27): File too large
fallocate03    5  TFAIL  :  fallocate(tfile_sparse_10894, 1, 8192, 4096)
failed: TEST_ERRNO=EFBIG(27): File too large
fallocate03    6  TFAIL  :  fallocate(tfile_sparse_10894, 1, 49152,
4096) failed: TEST_ERRNO=EFBIG(27): File too large
fallocate03    7  TFAIL  :  fallocate(tfile_sparse_10894, 1, 77824,
4096) failed: TEST_ERRNO=EFBIG(27): File too large
fallocate03    8  TFAIL  :  fallocate(tfile_sparse_10894, 1, 106496,
4096) failed: TEST_ERRNO=EFBIG(27): File too large
getcontext01    1  TFAIL  :  getcontext - Sanity test :  Fail errno=38 :
Function not implemented
sysctl03    1  TFAIL  :  Expected EPERM (1), got 13: Permission denied
sysctl03    2  TFAIL  :  Expected EPERM, got 13
sysctl03    1  TFAIL  :  Expected EPERM (1), got 13: Permission denied

This is from a run I did on yesterday's git snapshot, with msgctl10
blacklisted.  I only ran the syscalls suite.  I'm curious if anyone else
running on arm also sees these failures.  My current platform is a
beagleboard, but I've seen these failures on other armv7 devices as
well.  OS is Ubuntu 10.04.

Thanks,
Paul Larson

Attachment: signature.asc
Description: This is a digitally signed message part

------------------------------------------------------------------------------
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to