On 04/16/2010 04:22 AM, rahul agarwal wrote:
> I am running the ltp suite on my embedded system and the following two tests
> are failing :-
> 
> 
> falloc01 , falloc02 , falloac03   ->   TFAIL : TEST_ERRNO=EFBIG(27): File
> too large
> 
> clone02, clone03, clone05, clone06  ->  TBROK : Unexpected signal 11
> received
> 
> 
> I have tried everything to figure out the cause of these test failure but I
> still couldn't get the problem solved .
> 
> 
> With Regards
> Rahul Agarwal
> +91-9999721591

I assume you mean fallocate01, 02, 03, etc. Are you running these on
ext4 or other filesystem that supports the fallocate calls
(preallocation feature)?

Your architecture may also hit a problem with the tests.


Here are some notes I had with the fallocate tests from a few months
back that may interest you:

On a couple of architectures (arm, mips) that the original authors never
tested on, fallocate calls are returning EFBIG (file too large) rather
than EOPNOTSUPP(not supported) like they are on pcc, and x86 architectures.

I've run it on x86_64 Ubuntu 9.04 with an ext4 system, and the tests
also seem to fail with EFBIG, when they should pass AFAICT.


-- 
Henry Yei <[email protected]>

------------------------------------------------------------------------------
Download Intel&#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to