I hope Dmitry Guryanov will be happy to see this working.

Regards--
Subrata

On Wed, 2008-12-17 at 14:07 +0530, Sharyathi Nagesh wrote:
> Hi
> 
> Problem Statement:
> 
>     While running ltp runall (runltp) tests Manas noticed these errors
> ------------------------------------
> <<<test_start>>>
> tag=stat04_64 stime=1228999335
> cmdline="symlink01 -T stat04_64"
> contacts=""
> analysis=exit
> initiation_status="ok"
> <<<test_output>>>
> stat04_64    1  BROK  :  Unknown symbolic link test case specification 
> executed
> stat04_64    0  WARN  :  tst_rmdir(): TESTDIR was NULL; no removal attempted
> <<<execution_status>>>
> duration=0 termination_type=exited termination_id=6 corefile=no
> cutime=0 cstime=0
> <<<test_end>>>
> 
> ----
> 
> <<<test_start>>>
> tag=lstat01A_64 stime=1228998894
> cmdline="symlink01 -T lstat01_64"
> contacts=""
> analysis=exit
> initiation_status="ok"
> <<<test_output>>>
> lstat01_64    1  BROK  :  Unknown symbolic link test case specification 
> executed
> lstat01_64    0  WARN  :  tst_rmdir(): TESTDIR was NULL; no removal 
> attempted
> <<<execution_status>>>
> duration=0 termination_type=exited termination_id=6 corefile=no
> cutime=0 cstime=0
> <<<test_end>>>
> ------------------------------------
> The problem is noticed only for these 2 tests lstat01A_64 and stat04_64
> 
> Analysis:
>     Analysis of the problem showed that these tests are called from 
> runtest/syscall file. The problem is noticed because the symlink01.c 
> file doesn't have implementation to take care lstat01A_64 and stat04_64 
> arguments that are passed in the file runtest/syscall.
> 
> Solution:
>     Simple solution is to remove lines
> 
> lstat01A_64 symlink01 -T lstat01_64
> stat04_64 symlink01 -T stat04_64
> from runtest/syscall.
> 
> Other option is to provide feature in symlink01.c so that it can execute 
> these tests successfully. I worked on one such patch. Please have a 
> look. This runs same tests for lstat01A_64 and stat04_64 as is run for 
> lstat01 and stat04 respectively
> 
> 
> Thanks
> Yeehaw


------------------------------------------------------------------------------
SF.Net email is Sponsored by MIX09, March 18-20, 2009 in Las Vegas, Nevada.
The future of the web can't happen without you.  Join us at MIX09 to help
pave the way to the Next Web now. Learn more and register at
http://ad.doubleclick.net/clk;208669438;13503038;i?http://2009.visitmix.com/
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to