[LTP] [PATCH] runtest/io file modification to run aio02 test

2010-03-07 Thread Maxin John
Hi All, I have observed that, while executing the io tests in LTP, the 'aio02' test failed to get executed: -- $./runtests -f io Running tests... <<>> tag=aio01 stime=1267980185 cmdline="aio01" c

Re: [LTP] Missing test tools in recent ltp builds

2010-03-04 Thread Maxin John
Hi Shwetabh, > There is one possible problem with the current solution provided by Maxin. > The patch takes care > only of cpuhotplug tests. However, judging by the number of files that are > missing in /opt/ltp/testcases, > it is quite possible that many other tests might have been broken. So, >

Re: [LTP] Missing test tools in recent ltp builds

2010-03-03 Thread Maxin John
Hi Shwetabh, > 3. Went to /opt/ltp directory and tried to execute cpuhotplug test: > [r...@localhost ~]# cd /opt/ltp/ > [r...@localhost ltp]# ./runltp -f cpuhotplug > Please find attached the quick 'n' dirty patch (cpu_hotplugin_makefile.patch) to execute cpuhotplugin test. I have observed that t

[LTP] [PATCH] Makefile fix for 'createfile.c' build in network/tcp_cmds/echo

2010-03-02 Thread Maxin John
Hi, I have observed that the 'createfile.c' in testcases/network/tcp_cmds/echo directory is not getting compiled and installed during the LTP build. The "echo_createfile.patch" makes the necessary changes in the Makefile. Signed-off-by: Maxin B. John Best Regards, Maxin B. John diff -uNr ltp-fu

Re: [LTP] CAN LTP BE CROSS COMPILED FOR ANDROID PLATFORM

2010-02-19 Thread Maxin John
Hi Garret, > More importantly, can the SDK build be driven by anything other than > eclipse (UCK..)? I'd rather not install that mess and have to drive > builds if at all possible. Hmm.. Please correct me if I am wrong. For Android Application development (Java Apps) and dealing with the emulato

[LTP] [PATCH] fix for 'stress_floppy' not getting installed properly

2010-02-18 Thread Maxin John
Hi, I have tried to execute the 'io_floppy' test in LTP Version: LTP-20100131.1 ma...@maxin-laptop:/opt/ltp$ ./runltp -f io_floppy This test failed since the 'stress_floppy' script was not installed properly. Please find the below given log:

Re: [LTP] CAN LTP BE CROSS COMPILED FOR ANDROID PLATFORM

2010-02-18 Thread Maxin John
Hi Rishikesh, >> 1.All LTP application has to compiled against Android bionic library. >> 2.Use Android Target Cross compiler for building Testcases executables(That >> use compiler builtin API also). >> 3.Android libraray dont have -lrt and -lpthread library,Real time >> library(rt) and Thread li

Re: [LTP] [PATCH 03/03] Add cacheflush() syscall test to LTP [LKML Subject: cacheflush system call not returning -EINVAL]

2009-04-14 Thread Maxin John
any objection in >> contributing this test to LTP. The below patch does exactly that. > > Do you have any objection in contributing this test to LTP ? > > Regards-- > Subrata > >> >> Original-Author: Maxin John , >> Ported-To-LTP-By: Manas K Nayak , >> -

Re: [LTP] [PATCH 03/03] Add cacheflush() syscall test to LTP [LKML Subject: cacheflush system call not returning -EINVAL]

2009-04-13 Thread Maxin John
; I picked up this test program written by you and ported the same to LTP > under GPL. It would be great if you do not have any objection in > contributing this test to LTP. The below patch does exactly that. > > Original-Author: Maxin John , > Ported-To-LTP-By: Manas K Nayak ,