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
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,
>
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
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
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
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:
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
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 ,
>> -
; 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 ,