Thanks for sending out this Patch. But i find problems in applying it. Can you please resend me with a unified diff patch from LTP-ROOT:
diff -uprN <ltp-original> <ltp> Regards-- Subrata On Fri, 2008-10-17 at 10:26 +0200, Jacky Malcles wrote: > Hi, > with aio tests, we have some errors: > > ltpaiodio3.logfile: > Test Start Time: Mon Oct 13 16:33:03 2008 > ----------------------------------------- > Testcase Result Exit Value > -------- ------ ---------- > FSX032 FAIL 90 > FSX042 PASS 0 > FSX074 FAIL 90 > FSX067 FAIL 90 > FSX070 FAIL 90 > FSX066 FAIL 90 > FSX034 FAIL 90 > .... > > ltpaiodio3.outfile : > > <<<test_start>>> > tag=FSX032 stime=1223908383 > cmdline="testcases/kernel/io/ltp-aiodio/fsx-linux -d -l 500000 -r 4096 > -t 4096 -w 4096 -Z -N 10000 /test/aiodio/junkfile " > contacts="" > analysis=exit > initiation_status="ok" > <<<test_output>>> > testcases/kernel/io/ltp-aiodio/fsx-linux: invalid option -- Z > usage: fsx [-dnqLOW] [-b opnum] [-c Prob] [-l flen] [-m start:end] [-o > oplen] [-p progressinterval] [-r readbdy] [-s style] [-t truncbdy] [-w > writebdy] [-D startingop] [-N numops] [-P dirpath] [-S seed] [ -I > random|rotate ] fname [additional paths to fname..] > -b opnum: beginning operation number (default 1) > -c P: 1 in P chance of file close+open at each op (default infinity) > -d: debug output for all operations [-d -d = more debugging] > -l flen: the upper bound on file size (default 262144) > -m start:end: monitor (print debug) specified byte range > (default 0:infinity) > -n: no verifications of file size > -o oplen: the upper bound on operation size (default 65536) > -p progressinterval: debug output at specified operation interval > -q: quieter operation > -r readbdy: 4096 would make reads page aligned (default 1) > -s style: 1 gives smaller truncates (default 0) > -t truncbdy: 4096 would make truncates page aligned (default 1) > -w writebdy: 4096 would make writes page aligned (default 1) > -D startingop: debug output starting at specified operation > -L: fsxLite - no file creations & no file size changes > -N numops: total # operations to do (default infinity) > -O: use oplen (see -o flag) for every op (default random) > -P: save .fsxlog and .fsxgood files in dirpath (default ./) > -S seed: for random # generator (default 1) 0 gets timestamp > -W: mapped write operations DISabled > -R: read() system calls only (mapped reads disabled) > -I: When multiple paths to the file are given each operation uses > a different path. Iterate through them in order with 'rotate' > or chose then at 'random'. (defaults to random) > fname: this filename is REQUIRED (no default) > <<<execution_status>>> > duration=0 termination_type=exited termination_id=90 corefile=no > cutime=0 cstime=0 > <<<test_end>>> > > REASON: > now that fsx-linux is the same for fs, nfs and ios > (I'm working with ltp-full-20080831.tgz) > we have to adapt the runtest/ltp-aiodio.part3 file: > (-A and -Z options are no more supported by fsx-linux) > > > > --- ltp-aiodio.part3.ori 2008-08-31 16:32:56.000000000 +0200 > +++ ltp-aiodio.part3 2008-10-17 09:51:07.000000000 +0200 > @@ -1,10 +1,10 @@ > -# fname: this filename is Required (no default) > +# fname: this filename is Required (no default) > # > # > -FSX032 testcases/kernel/io/ltp-aiodio/fsx-linux -d -l 500000 -r 4096 > -t 4096 -w 4096 -Z -N 10000 /test/aiodio/junkfile > -FSX033 testcases/kernel/io/ltp-aiodio/fsx-linux -d -l 500000 -r 4096 > -t 2048 -w 2048 -Z -N 10000 /test/aiodio/junkfile > -FSX034 testcases/kernel/io/ltp-aiodio/fsx-linux -d -l 500000 -r 4096 > -A -N 10000 /test/aiodio/junkfile > -FSX035 testcases/kernel/io/ltp-aiodio/fsx-linux -d -A -N 10000 > /test/aiodio/junkfile > +FSX032 testcases/kernel/io/ltp-aiodio/fsx-linux -d -l 500000 -r 4096 > -t 4096 -w 4096 -N 10000 /test/aiodio/junkfile > +FSX033 testcases/kernel/io/ltp-aiodio/fsx-linux -d -l 500000 -r 4096 > -t 2048 -w 2048 -N 10000 /test/aiodio/junkfile > +FSX034 testcases/kernel/io/ltp-aiodio/fsx-linux -d -l 500000 -r 4096 > -N 10000 /test/aiodio/junkfile > +FSX035 testcases/kernel/io/ltp-aiodio/fsx-linux -d -N 10000 > /test/aiodio/junkfile > FSX036 testcases/kernel/io/ltp-aiodio/fsx-linux -d -N 10000 > /test/aiodio/junkfile > FSX037 testcases/kernel/io/ltp-aiodio/fsx-linux -d -N 10000 > /test/aiodio/junkfile > FSX038 testcases/kernel/io/ltp-aiodio/fsx-linux -d -N 10000 > /test/aiodio/junkfile > @@ -16,36 +16,36 @@ > FSX044 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 16384 > /test/aiodio/junkfile > FSX045 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 32768 > /test/aiodio/junkfile > FSX046 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 128000 > /test/aiodio/junkfile > -FSX047 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 1024 -A > /test/aiodio/junkfile > -FSX048 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 2048 -A > /test/aiodio/junkfile > -FSX049 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 4096 -A > /test/aiodio/junkfile > -FSX050 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 8192 -A > /test/aiodio/junkfile > -FSX051 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 16384 -A > /test/aiodio/junkfile > -FSX052 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 32768 -A > /test/aiodio/junkfile > -FSX053 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 128000 -A > /test/aiodio/junkfile > -FSX054 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 1024 -A > -l 500000 -r 4096 -t 4096 -w 4096 -Z /test/aiodio/junkfile > -FSX055 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 2048 -A > -l 500000 -r 4096 -t 2048 -w 2048 -Z /test/aiodio/junkfile > -FSX056 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 4096 -A > -l 500000 -r 4096 -t 4096 -w 4096 -Z /test/aiodio/junkfile > -FSX057 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 8192 -A > -l 500000 -r 4096 -t 2048 -w 2048 -Z /test/aiodio/junkfile > -FSX058 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 16384 -A > -l 500000 -r 4096 -t 4096 -w 4096 -Z /test/aiodio/junkfile > -FSX059 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 32768 -A > -l 500000 -r 4096 -t 2048 -w 2048 -Z /test/aiodio/junkfile > -FSX060 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 128000 -A > -l 500000 -r 4096 -t 4096 -w 4096 -Z /test/aiodio/junkfile > +FSX047 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 1024 > /test/aiodio/junkfile > +FSX048 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 2048 > /test/aiodio/junkfile > +FSX049 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 4096 > /test/aiodio/junkfile > +FSX050 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 8192 > /test/aiodio/junkfile > +FSX051 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 16384 > /test/aiodio/junkfile > +FSX052 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 32768 > /test/aiodio/junkfile > +FSX053 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 128000 > /test/aiodio/junkfile > +FSX054 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 1024 -l > 500000 -r 4096 -t 4096 -w 4096 /test/aiodio/junkfile > +FSX055 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 2048 -l > 500000 -r 4096 -t 2048 -w 2048 /test/aiodio/junkfile > +FSX056 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 4096 -l > 500000 -r 4096 -t 4096 -w 4096 /test/aiodio/junkfile > +FSX057 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 8192 -l > 500000 -r 4096 -t 2048 -w 2048 /test/aiodio/junkfile > +FSX058 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 16384 -l > 500000 -r 4096 -t 4096 -w 4096 /test/aiodio/junkfile > +FSX059 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 32768 -l > 500000 -r 4096 -t 2048 -w 2048 /test/aiodio/junkfile > +FSX060 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 128000 -l > 500000 -r 4096 -t 4096 -w 4096 /test/aiodio/junkfile > FSX061 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 32768 > /test/aiodio/junkfile > FSX062 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 128000 > /test/aiodio/junkfile > -FSX063 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 1024 -Z > -l 500000 -r 4096 -t 4096 -w 4096 -Z /test/aiodio/junkfile > -FSX064 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 2048 -Z > -l 500000 -r 4096 -t 2048 -w 2048 -Z /test/aiodio/junkfile > -FSX065 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 4096 -Z > -l 500000 -r 4096 -t 4096 -w 4096 -Z /test/aiodio/junkfile > -FSX066 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 8192 -Z > -l 500000 -r 4096 -t 2048 -w 2048 -Z /test/aiodio/junkfile > -FSX067 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 16384 -Z > -l 500000 -r 4096 -t 4096 -w 4096 -Z /test/aiodio/junkfile > -FSX068 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 32768 -Z > -l 500000 -r 4096 -t 2048 -w 2048 -Z /test/aiodio/junkfile > -FSX069 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 128000 -Z > -l 500000 -r 4096 -t 4096 -w 4096 -Z /test/aiodio/junkfile > -FSX070 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 128000 -Z > -l 500000 -r 4096 -t 4096 -w 4096 -Z /test/aiodio/junkfile > -FSX071 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 16384 -A > -l 500000 -r 4096 -t 4096 -w 4096 /test/aiodio/junkfile1 > -FSX072 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 32768 -A > -l 500000 -r 4096 -t 2048 -w 2048 /test/aiodio/junkfile2 > -FSX073 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 128000 -A > -l 500000 -r 4096 -t 4096 -w 4096 /test/aiodio/junkfile3 > -FSX074 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 16384 -A > -l 500000 -r 4096 -t 4096 -w 4096 /test/aiodio/junkfile4 > -FSX075 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 32768 -A > -l 500000 -r 4096 -t 2048 -w 2048 /test/aiodio/junkfile5 > -FSX076 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 128000 -A > -l 500000 -r 4096 -t 4096 -w 4096 /test/aiodio/junkfile6 > -FSX077 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -A > /test/aiodio/junkfile7 > -FSX078 testcases/kernel/io/ltp-aiodio/fsx-linux -N 100000 -A > /test/aiodio/junkfile8 > -FSX079 testcases/kernel/io/ltp-aiodio/fsx-linux -N 100000 -A > /test/aiodio/junkfile9 > +FSX063 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 1024 -l > 500000 -r 4096 -t 4096 -w 4096 /test/aiodio/junkfile > +FSX064 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 2048 -l > 500000 -r 4096 -t 2048 -w 2048 /test/aiodio/junkfile > +FSX065 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 4096 -l > 500000 -r 4096 -t 4096 -w 4096 /test/aiodio/junkfile > +FSX066 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 8192 -l > 500000 -r 4096 -t 2048 -w 2048 /test/aiodio/junkfile > +FSX067 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 16384 -l > 500000 -r 4096 -t 4096 -w 4096 /test/aiodio/junkfile > +FSX068 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 32768 -l > 500000 -r 4096 -t 2048 -w 2048 /test/aiodio/junkfile > +FSX069 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 128000 -l > 500000 -r 4096 -t 4096 -w 4096 /test/aiodio/junkfile > +FSX070 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 128000 -l > 500000 -r 4096 -t 4096 -w 4096 /test/aiodio/junkfile > +FSX071 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 16384 -l > 500000 -r 4096 -t 4096 -w 4096 /test/aiodio/junkfile1 > +FSX072 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 32768 -l > 500000 -r 4096 -t 2048 -w 2048 /test/aiodio/junkfile2 > +FSX073 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 128000 -l > 500000 -r 4096 -t 4096 -w 4096 /test/aiodio/junkfile3 > +FSX074 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 16384 -l > 500000 -r 4096 -t 4096 -w 4096 /test/aiodio/junkfile4 > +FSX075 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 32768 -l > 500000 -r 4096 -t 2048 -w 2048 /test/aiodio/junkfile5 > +FSX076 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 -o 128000 -l > 500000 -r 4096 -t 4096 -w 4096 /test/aiodio/junkfile6 > +FSX077 testcases/kernel/io/ltp-aiodio/fsx-linux -N 10000 > /test/aiodio/junkfile7 > +FSX078 testcases/kernel/io/ltp-aiodio/fsx-linux -N 100000 > /test/aiodio/junkfile8 > +FSX079 testcases/kernel/io/ltp-aiodio/fsx-linux -N 100000 > /test/aiodio/junkfile9 > > > > > -- > Jacky Malcles B1-403 Email : [EMAIL PROTECTED] > Bull SA, 1 rue de Provence, B.P 208, 38432 Echirolles CEDEX, FRANCE > Tel : 04.76.29.73.14 > > > ------------------------------------------------------------------------- > This SF.Net email is sponsored by the Moblin Your Move Developer's challenge > Build the coolest Linux based applications with Moblin SDK & win great prizes > Grand prize is a trip for two to an Open Source event anywhere in the world > http://moblin-contest.org/redirect.php?banner_id=100&url=/ > _______________________________________________ > Ltp-list mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/ltp-list ------------------------------------------------------------------------- This SF.Net email is sponsored by the Moblin Your Move Developer's challenge Build the coolest Linux based applications with Moblin SDK & win great prizes Grand prize is a trip for two to an Open Source event anywhere in the world http://moblin-contest.org/redirect.php?banner_id=100&url=/ _______________________________________________ Ltp-list mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/ltp-list
