* [LTP] ltp-aiodio.part1 scenario FAIL with "No such file or directory", @ 2010-09-09 7:26 Jacky.Malcles 2010-09-09 7:57 ` Garrett Cooper 0 siblings, 1 reply; 3+ messages in thread From: Jacky.Malcles @ 2010-09-09 7:26 UTC (permalink / raw) To: yanegomi; +Cc: ltp-list [-- Attachment #1: Type: text/plain, Size: 986 bytes --] Hi Garet, ltp-aiodio.part1 scenario FAIL with "No such file or directory", i.e: [root@xena5 ltp]# tail -f ltpaiodio1.logfile AD138 FAIL 1 AD044 FAIL 1 ----------------------------------------------- Total Tests: 214 Total Failures: 214 (it does not find the datas : PIDs pb,) detail: <<<test_start>>> tag=AD209 stime=1283955400 cmdline="time aiocp -b 512k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2" contacts="" analysis=exit <<<test_output>>> /aiodio.12206/junkfile: No such file or directory real 0m0.011s user 0m0.000s sys 0m0.000s <<<execution_status>>> initiation_status="ok" duration=0 termination_type=exited termination_id=1 corefile=no so, I suggest, if you agree, the attached change to the scenario, many thanks, -- Jacky Malcles B1-403 Email : Jacky.Malcles@bull.net Bull SA, 1 rue de Provence, B.P 208, 38432 Echirolles CEDEX, FRANCE Tel : 04.76.29.73.14 [-- Attachment #2: ltp-aiodio.part1-patch --] [-- Type: text/plain, Size: 36211 bytes --] --- /home/ltp-full-20100831/runtest/ltp-aiodio.part1.original 2010-09-04 20:00:53.000000000 +0200 +++ /home/ltp-full-20100831/runtest/ltp-aiodio.part1 2010-09-08 15:34:42.000000000 +0200 @@ -1,216 +1,216 @@ #DESCRIPTION:ltp A-sync IO and Direct IO tests # -AD001 time aiocp -b 1k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD002 time aiocp -b 1k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD003 time aiocp -b 1k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD004 time aiocp -b 1k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD005 time aiocp -b 1k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD006 time aiocp -b 1k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD007 time aiocp -b 1k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD008 time aiocp -b 1k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD009 time aiocp -b 1k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD010 time aiocp -b 1k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD012 time aiocp -b 1k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD013 time aiocp -b 1k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD014 time aiocp -b 1k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD015 time aiocp -b 1k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD016 time aiocp -b 1k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD017 time aiocp -b 1k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD018 time aiocp -b 1k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD019 time aiocp -b 1k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD020 time aiocp -b 1k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD021 time aiocp -b 1k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD022 time aiocp -b 1k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD023 time aiocp -b 2k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD024 time aiocp -b 2k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD025 time aiocp -b 2k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD026 time aiocp -b 2k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD027 time aiocp -b 2k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD028 time aiocp -b 2k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD029 time aiocp -b 2k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD030 time aiocp -b 2k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD031 time aiocp -b 2k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD032 time aiocp -b 2k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD033 time aiocp -b 2k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD034 time aiocp -b 2k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD035 time aiocp -b 2k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD036 time aiocp -b 2k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD037 time aiocp -b 2k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD038 time aiocp -b 2k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD039 time aiocp -b 2k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD040 time aiocp -b 2k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD041 time aiocp -b 2k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD042 time aiocp -b 2k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD043 time aiocp -b 2k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD044 time aiocp -b 4k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD045 time aiocp -b 4k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD046 time aiocp -b 4k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD047 time aiocp -b 4k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD048 time aiocp -b 4k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD049 time aiocp -b 4k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD050 time aiocp -b 4k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD051 time aiocp -b 4k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD052 time aiocp -b 4k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD053 time aiocp -b 4k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD054 time aiocp -b 4k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD055 time aiocp -b 4k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD056 time aiocp -b 4k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD057 time aiocp -b 4k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD058 time aiocp -b 4k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD059 time aiocp -b 4k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD060 time aiocp -b 4k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD061 time aiocp -b 4k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD062 time aiocp -b 4k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD063 time aiocp -b 4k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD064 time aiocp -b 41k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD065 time aiocp -b 8k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD066 time aiocp -b 8k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD067 time aiocp -b 8k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD068 time aiocp -b 8k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD069 time aiocp -b 8k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD070 time aiocp -b 8k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD071 time aiocp -b 8k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD072 time aiocp -b 8k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD073 time aiocp -b 8k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD074 time aiocp -b 8k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD075 time aiocp -b 8k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD076 time aiocp -b 8k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD077 time aiocp -b 8k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD078 time aiocp -b 8k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD079 time aiocp -b 8k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD080 time aiocp -b 8k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD081 time aiocp -b 8k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD082 time aiocp -b 8k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD083 time aiocp -b 8k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD084 time aiocp -b 8k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD085 time aiocp -b 8k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD086 time aiocp -b 16k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD087 time aiocp -b 16k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD088 time aiocp -b 16k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD089 time aiocp -b 16k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD090 time aiocp -b 16k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD091 time aiocp -b 16k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD092 time aiocp -b 16k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD093 time aiocp -b 16k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD094 time aiocp -b 16k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD095 time aiocp -b 16k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD096 time aiocp -b 16k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD097 time aiocp -b 16k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD098 time aiocp -b 16k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD099 time aiocp -b 16k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD101 time aiocp -b 16k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD102 time aiocp -b 16k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD103 time aiocp -b 16k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD104 time aiocp -b 16k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD105 time aiocp -b 16k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD106 time aiocp -b 16k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD107 time aiocp -b 16k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD108 time aiocp -b 32k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD109 time aiocp -b 32k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD110 time aiocp -b 32k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD112 time aiocp -b 32k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD113 time aiocp -b 32k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD114 time aiocp -b 32k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD115 time aiocp -b 32k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD116 time aiocp -b 32k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD117 time aiocp -b 32k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD118 time aiocp -b 32k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD119 time aiocp -b 32k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD120 time aiocp -b 32k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD121 time aiocp -b 32k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD122 time aiocp -b 32k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD123 time aiocp -b 32k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD124 time aiocp -b 32k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD125 time aiocp -b 32k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD126 time aiocp -b 32k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD127 time aiocp -b 32k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD128 time aiocp -b 32k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD129 time aiocp -b 32k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD130 time aiocp -b 64k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD131 time aiocp -b 64k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD132 time aiocp -b 64k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD133 time aiocp -b 64k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD134 time aiocp -b 64k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD135 time aiocp -b 64k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD136 time aiocp -b 64k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD137 time aiocp -b 64k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD138 time aiocp -b 64k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD139 time aiocp -b 64k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD140 time aiocp -b 64k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD141 time aiocp -b 64k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD142 time aiocp -b 64k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD143 time aiocp -b 64k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD144 time aiocp -b 64k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD145 time aiocp -b 64k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD146 time aiocp -b 64k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD147 time aiocp -b 64k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD148 time aiocp -b 64k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD149 time aiocp -b 64k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD150 time aiocp -b 64k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD151 time aiocp -b 128k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD152 time aiocp -b 128k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD153 time aiocp -b 128k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD154 time aiocp -b 128k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD155 time aiocp -b 128k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD156 time aiocp -b 128k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD157 time aiocp -b 128k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD158 time aiocp -b 128k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD159 time aiocp -b 128k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD160 time aiocp -b 128k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD161 time aiocp -b 128k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD162 time aiocp -b 12k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD163 time aiocp -b 128k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD164 time aiocp -b 128k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD165 time aiocp -b 128k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD166 time aiocp -b 128k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD167 time aiocp -b 128k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD168 time aiocp -b 128k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD169 time aiocp -b 128k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD170 time aiocp -b 128k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD171 time aiocp -b 128k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD172 time aiocp -b 256k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD173 time aiocp -b 256k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD174 time aiocp -b 256k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD175 time aiocp -b 256k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD176 time aiocp -b 256k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD177 time aiocp -b 256k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD178 time aiocp -b 256k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD179 time aiocp -b 256k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD180 time aiocp -b 256k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD181 time aiocp -b 256k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD182 time aiocp -b 256k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD183 time aiocp -b 256k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD184 time aiocp -b 256k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD185 time aiocp -b 256k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD186 time aiocp -b 256k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD187 time aiocp -b 256k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD188 time aiocp -b 256k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD189 time aiocp -b 256k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD190 time aiocp -b 256k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD191 time aiocp -b 256k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD192 time aiocp -b 256k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD193 time aiocp -b 512k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD194 time aiocp -b 512k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD195 time aiocp -b 512k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD196 time aiocp -b 512k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD197 time aiocp -b 512k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD198 time aiocp -b 512k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD199 time aiocp -b 512k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD200 time aiocp -b 512k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD201 time aiocp -b 512k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD202 time aiocp -b 512k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD203 time aiocp -b 512k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD204 time aiocp -b 512k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD205 time aiocp -b 512k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD206 time aiocp -b 512k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD207 time aiocp -b 512k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD208 time aiocp -b 512k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD209 time aiocp -b 512k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD210 time aiocp -b 512k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD211 time aiocp -b 512k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD212 time aiocp -b 512k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD213 time aiocp -b 512k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD301 aiocp -b 128k -n 32 -f CREAT -f DIRECT $TMPDIR/aiodio.$$/fff $TMPDIR/aiodio.$$/junkdir/fff -AD302 aiocp -b 128k -n 32 -f CREAT -f DIRECT $TMPDIR/aiodio.$$/ff1 $TMPDIR/aiodio.$$/junkdir/ff1 -AD303 aiocp -b 128k -n 32 -f CREAT -f DIRECT $TMPDIR/aiodio.$$/ff2 $TMPDIR/aiodio.$$/junkdir/ff2 -AD304 aiocp -b 128k -n 32 -f CREAT -f DIRECT $TMPDIR/aiodio.$$/ff3 $TMPDIR/aiodio.$$/junkdir/ff3 +AD001 aiocp -b 1k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD002 aiocp -b 1k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD003 aiocp -b 1k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD004 aiocp -b 1k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD005 aiocp -b 1k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD006 aiocp -b 1k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD007 aiocp -b 1k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD008 aiocp -b 1k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD009 aiocp -b 1k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD010 aiocp -b 1k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD012 aiocp -b 1k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD013 aiocp -b 1k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD014 aiocp -b 1k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD015 aiocp -b 1k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD016 aiocp -b 1k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD017 aiocp -b 1k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD018 aiocp -b 1k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD019 aiocp -b 1k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD020 aiocp -b 1k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD021 aiocp -b 1k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD022 aiocp -b 1k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD023 aiocp -b 2k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD024 aiocp -b 2k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD025 aiocp -b 2k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD026 aiocp -b 2k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD027 aiocp -b 2k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD028 aiocp -b 2k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD029 aiocp -b 2k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD030 aiocp -b 2k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD031 aiocp -b 2k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD032 aiocp -b 2k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD033 aiocp -b 2k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD034 aiocp -b 2k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD035 aiocp -b 2k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD036 aiocp -b 2k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD037 aiocp -b 2k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD038 aiocp -b 2k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD039 aiocp -b 2k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD040 aiocp -b 2k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD041 aiocp -b 2k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD042 aiocp -b 2k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD043 aiocp -b 2k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD044 aiocp -b 4k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD045 aiocp -b 4k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD046 aiocp -b 4k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD047 aiocp -b 4k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD048 aiocp -b 4k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD049 aiocp -b 4k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD050 aiocp -b 4k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD051 aiocp -b 4k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD052 aiocp -b 4k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD053 aiocp -b 4k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD054 aiocp -b 4k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD055 aiocp -b 4k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD056 aiocp -b 4k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD057 aiocp -b 4k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD058 aiocp -b 4k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD059 aiocp -b 4k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD060 aiocp -b 4k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD061 aiocp -b 4k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD062 aiocp -b 4k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD063 aiocp -b 4k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD064 aiocp -b 41k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD065 aiocp -b 8k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD066 aiocp -b 8k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD067 aiocp -b 8k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD068 aiocp -b 8k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD069 aiocp -b 8k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD070 aiocp -b 8k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD071 aiocp -b 8k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD072 aiocp -b 8k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD073 aiocp -b 8k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD074 aiocp -b 8k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD075 aiocp -b 8k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD076 aiocp -b 8k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD077 aiocp -b 8k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD078 aiocp -b 8k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD079 aiocp -b 8k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD080 aiocp -b 8k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD081 aiocp -b 8k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD082 aiocp -b 8k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD083 aiocp -b 8k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD084 aiocp -b 8k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD085 aiocp -b 8k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD086 aiocp -b 16k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD087 aiocp -b 16k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD088 aiocp -b 16k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD089 aiocp -b 16k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD090 aiocp -b 16k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD091 aiocp -b 16k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD092 aiocp -b 16k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD093 aiocp -b 16k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD094 aiocp -b 16k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD095 aiocp -b 16k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD096 aiocp -b 16k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD097 aiocp -b 16k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD098 aiocp -b 16k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD099 aiocp -b 16k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD101 aiocp -b 16k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD102 aiocp -b 16k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD103 aiocp -b 16k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD104 aiocp -b 16k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD105 aiocp -b 16k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD106 aiocp -b 16k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD107 aiocp -b 16k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD108 aiocp -b 32k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD109 aiocp -b 32k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD110 aiocp -b 32k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD112 aiocp -b 32k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD113 aiocp -b 32k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD114 aiocp -b 32k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD115 aiocp -b 32k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD116 aiocp -b 32k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD117 aiocp -b 32k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD118 aiocp -b 32k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD119 aiocp -b 32k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD120 aiocp -b 32k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD121 aiocp -b 32k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD122 aiocp -b 32k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD123 aiocp -b 32k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD124 aiocp -b 32k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD125 aiocp -b 32k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD126 aiocp -b 32k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD127 aiocp -b 32k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD128 aiocp -b 32k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD129 aiocp -b 32k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD130 aiocp -b 64k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD131 aiocp -b 64k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD132 aiocp -b 64k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD133 aiocp -b 64k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD134 aiocp -b 64k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD135 aiocp -b 64k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD136 aiocp -b 64k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD137 aiocp -b 64k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD138 aiocp -b 64k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD139 aiocp -b 64k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD140 aiocp -b 64k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD141 aiocp -b 64k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD142 aiocp -b 64k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD143 aiocp -b 64k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD144 aiocp -b 64k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD145 aiocp -b 64k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD146 aiocp -b 64k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD147 aiocp -b 64k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD148 aiocp -b 64k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD149 aiocp -b 64k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD150 aiocp -b 64k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD151 aiocp -b 128k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD152 aiocp -b 128k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD153 aiocp -b 128k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD154 aiocp -b 128k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD155 aiocp -b 128k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD156 aiocp -b 128k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD157 aiocp -b 128k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD158 aiocp -b 128k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD159 aiocp -b 128k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD160 aiocp -b 128k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD161 aiocp -b 128k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD162 aiocp -b 12k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD163 aiocp -b 128k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD164 aiocp -b 128k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD165 aiocp -b 128k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD166 aiocp -b 128k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD167 aiocp -b 128k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD168 aiocp -b 128k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD169 aiocp -b 128k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD170 aiocp -b 128k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD171 aiocp -b 128k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD172 aiocp -b 256k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD173 aiocp -b 256k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD174 aiocp -b 256k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD175 aiocp -b 256k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD176 aiocp -b 256k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD177 aiocp -b 256k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD178 aiocp -b 256k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD179 aiocp -b 256k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD180 aiocp -b 256k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD181 aiocp -b 256k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD182 aiocp -b 256k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD183 aiocp -b 256k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD184 aiocp -b 256k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD185 aiocp -b 256k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD186 aiocp -b 256k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD187 aiocp -b 256k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD188 aiocp -b 256k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD189 aiocp -b 256k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD190 aiocp -b 256k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD191 aiocp -b 256k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD192 aiocp -b 256k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD193 aiocp -b 512k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD194 aiocp -b 512k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD195 aiocp -b 512k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD196 aiocp -b 512k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD197 aiocp -b 512k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD198 aiocp -b 512k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD199 aiocp -b 512k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD200 aiocp -b 512k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD201 aiocp -b 512k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD202 aiocp -b 512k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD203 aiocp -b 512k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD204 aiocp -b 512k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD205 aiocp -b 512k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD206 aiocp -b 512k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD207 aiocp -b 512k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD208 aiocp -b 512k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD209 aiocp -b 512k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD210 aiocp -b 512k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD211 aiocp -b 512k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD212 aiocp -b 512k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD213 aiocp -b 512k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD301 aiocp -b 128k -n 32 -f CREAT -f DIRECT /test/aiodio/fff /test/aiodio/junkdir/fff +AD302 aiocp -b 128k -n 32 -f CREAT -f DIRECT /test/aiodio/ff1 /test/aiodio/junkdir/ff1 +AD303 aiocp -b 128k -n 32 -f CREAT -f DIRECT /test/aiodio/ff2 /test/aiodio/junkdir/ff2 +AD304 aiocp -b 128k -n 32 -f CREAT -f DIRECT /test/aiodio/ff3 /test/aiodio/junkdir/ff3 [-- Attachment #3: Type: text/plain, Size: 247 bytes --] ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd [-- Attachment #4: Type: text/plain, Size: 155 bytes --] _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list ^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [LTP] ltp-aiodio.part1 scenario FAIL with "No such file or directory", 2010-09-09 7:26 [LTP] ltp-aiodio.part1 scenario FAIL with "No such file or directory", Jacky.Malcles @ 2010-09-09 7:57 ` Garrett Cooper 0 siblings, 0 replies; 3+ messages in thread From: Garrett Cooper @ 2010-09-09 7:57 UTC (permalink / raw) To: Jacky.Malcles; +Cc: ltp-list [-- Attachment #1: Type: text/plain, Size: 1193 bytes --] On Thu, Sep 9, 2010 at 12:26 AM, Jacky.Malcles <Jacky.Malcles@bull.net> wrote: > Hi Garet, > > ltp-aiodio.part1 scenario FAIL with "No such file or directory", > > i.e: > [root@xena5 ltp]# tail -f ltpaiodio1.logfile > AD138 FAIL 1 > AD044 FAIL 1 > > ----------------------------------------------- > Total Tests: 214 > Total Failures: 214 > > (it does not find the datas : PIDs pb,) > detail: > <<<test_start>>> > tag=AD209 stime=1283955400 > cmdline="time aiocp -b 512k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile > $TMPDIR/aiodio.$$/ff2" > contacts="" > analysis=exit > <<<test_output>>> > /aiodio.12206/junkfile: No such file or directory > > real 0m0.011s > user 0m0.000s > sys 0m0.000s > <<<execution_status>>> > initiation_status="ok" > duration=0 termination_type=exited termination_id=1 corefile=no > so, > > I suggest, if you agree, the attached change to the scenario, Or the test tools could be fixed to honor $TMP (the best solution would be to implement a -f option, but this is the quick and dirty solution... a proper solution could come later). Thanks, -Garrett [-- Attachment #2: fix-ltp-aiodio.diff --] [-- Type: application/octet-stream, Size: 4539 bytes --] diff --git a/testcases/kernel/io/ltp-aiodio/aiodio_sparse.c b/testcases/kernel/io/ltp-aiodio/aiodio_sparse.c index c38e08d..a609987 100644 --- a/testcases/kernel/io/ltp-aiodio/aiodio_sparse.c +++ b/testcases/kernel/io/ltp-aiodio/aiodio_sparse.c @@ -36,6 +36,7 @@ #include <unistd.h> #include <sys/mman.h> #include <sys/wait.h> +#include <limits.h> #include <libaio.h> @@ -393,10 +394,10 @@ long long scale_by_kmg(long long value, char scale) int main(int argc, char **argv) { + char filename[PATH_MAX]; int pid[NUM_CHILDREN]; int num_children = 1; int i; - char *filename = "/test/aiodio/file"; long alignment = 512; int readsize = 65536; int writesize = 65536; @@ -407,8 +408,10 @@ int main(int argc, char **argv) extern char *optarg; extern int optind, optopt, opterr; - printf("Begin aiodio_sparse tests...\n"); + printf("Begin aiodio_sparse tests...\n"); + snprintf(filename, sizeof(filename), "%s/aiodio/file", + getenv("TMP") ? getenv("TMP") : "/tmp"); while ((c = getopt(argc, argv, "dr:w:n:a:s:i:")) != -1) { char *endp; diff --git a/testcases/kernel/io/ltp-aiodio/dio_append.c b/testcases/kernel/io/ltp-aiodio/dio_append.c index 1ec8a84..75ac1a3 100644 --- a/testcases/kernel/io/ltp-aiodio/dio_append.c +++ b/testcases/kernel/io/ltp-aiodio/dio_append.c @@ -39,6 +39,7 @@ #include <stdio.h> #include <unistd.h> #include <memory.h> +#include <limits.h> #define NUM_CHILDREN 8 @@ -123,12 +124,15 @@ void dio_append(char *filename) int main(int argc, char **argv) { + char filename[PATH_MAX]; int pid[NUM_CHILDREN]; int num_children = 1; int i; - char *filename = "/test/aiodio/file"; - printf("Begin dio_append test...\n"); + snprintf(filename, sizeof(filename), "%s/aiodio/file", + getenv("TMP") ? getenv("TMP") : "/tmp"); + + printf("Begin dio_append test...\n"); for (i = 0; i < num_children; i++) { if ((pid[i] = fork()) == 0) { diff --git a/testcases/kernel/io/ltp-aiodio/dio_sparse.c b/testcases/kernel/io/ltp-aiodio/dio_sparse.c index 1754b04..aae53af 100644 --- a/testcases/kernel/io/ltp-aiodio/dio_sparse.c +++ b/testcases/kernel/io/ltp-aiodio/dio_sparse.c @@ -36,6 +36,7 @@ #include <memory.h> #include <sys/mman.h> #include <sys/wait.h> +#include <limits.h> #include "test.h" @@ -279,10 +280,10 @@ long long scale_by_kmg(long long value, char scale) int main(int argc, char **argv) { + char filename[PATH_MAX]; int pid[NUM_CHILDREN]; int num_children = 1; int i; - char *filename = "/test/aiodio/file"; long alignment = 512; int readsize = 65536; int writesize = 65536; @@ -292,6 +293,9 @@ int main(int argc, char **argv) extern char *optarg; extern int optind, optopt, opterr; + snprintf(filename, sizeof(filename), "%s/aiodio/file", + getenv("TMP") ? getenv("TMP") : "/tmp"); + while ((c = getopt(argc, argv, "dr:w:n:a:s:")) != -1) { char *endp; switch (c) { diff --git a/testcases/kernel/io/ltp-aiodio/dio_truncate.c b/testcases/kernel/io/ltp-aiodio/dio_truncate.c index cba3b11..37363ea 100644 --- a/testcases/kernel/io/ltp-aiodio/dio_truncate.c +++ b/testcases/kernel/io/ltp-aiodio/dio_truncate.c @@ -35,6 +35,7 @@ #include <unistd.h> #include <memory.h> #include <string.h> +#include <limits.h> #define NUM_CHILDREN 8 @@ -128,10 +129,13 @@ void dio_append(char *filename, int fill) int main(int argc, char **argv) { + char filename[PATH_MAX]; int pid[NUM_CHILDREN]; int num_children = 1; int i; - char *filename = "/test/aiodio/file"; + + snprintf(filename, sizeof(filename), "%s/aiodio/file", + getenv("TMP") ? getenv("TMP") : "/tmp"); for (i = 0; i < num_children; i++) { if ((pid[i] = fork()) == 0) { diff --git a/testcases/kernel/io/ltp-aiodio/dirty.c b/testcases/kernel/io/ltp-aiodio/dirty.c index 1cff3ec..7a28b44 100644 --- a/testcases/kernel/io/ltp-aiodio/dirty.c +++ b/testcases/kernel/io/ltp-aiodio/dirty.c @@ -31,17 +31,20 @@ #include <memory.h> #include <stdio.h> #include <unistd.h> +#include <limits.h> int main() { int fd; int i; char buf[32*1024]; - char filename[1024]; + char filename[PATH_MAX]; - printf("Starting dirty tests...\n"); + printf("Starting dirty tests...\n"); + + snprintf(filename, sizeof(filename), "%s/aiodio/file.xx.%d", + getenv("TMP") ? getenv("TMP") : "/tmp", getpid()); - sprintf(filename, "/test/aiodio/file.xx.%d", getpid()); fd = open(filename, O_CREAT|O_WRONLY, 0666); memset(buf, 0xaa, sizeof(buf)); @@ -50,5 +53,5 @@ int main() fsync(fd); close(fd); unlink(filename); - return 0; + return 0; } [-- Attachment #3: Type: text/plain, Size: 247 bytes --] ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd [-- Attachment #4: Type: text/plain, Size: 155 bytes --] _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list ^ permalink raw reply related [flat|nested] 3+ messages in thread
* [LTP] ltp-aiodio.part1 scenario FAIL with "No such file or directory" @ 2010-09-09 7:34 Jacky.Malcles 0 siblings, 0 replies; 3+ messages in thread From: Jacky.Malcles @ 2010-09-09 7:34 UTC (permalink / raw) To: yanegomi; +Cc: ltp-list Hi Garet, ltp-aiodio.part1 scenario FAIL with "No such file or directory", i.e: [root@xena5 ltp]# tail -f ltpaiodio1.logfile AD138 FAIL 1 AD044 FAIL 1 ----------------------------------------------- Total Tests: 214 Total Failures: 214 (it does not find the datas : PIDs pb,) detail: <<<test_start>>> tag=AD209 stime=1283955400 cmdline="time aiocp -b 512k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2" contacts="" analysis=exit <<<test_output>>> /aiodio.12206/junkfile: No such file or directory real 0m0.011s user 0m0.000s sys 0m0.000s <<<execution_status>>> initiation_status="ok" duration=0 termination_type=exited termination_id=1 corefile=no so, I suggest, if you agree, the following change to the scenario, many thanks, --- /home/ltp-full-20100831/runtest/ltp-aiodio.part1.original 2010-09-04 20:00:53.000000000 +0200 +++ /home/ltp-full-20100831/runtest/ltp-aiodio.part1 2010-09-08 15:34:42.000000000 +0200 @@ -1,216 +1,216 @@ #DESCRIPTION:ltp A-sync IO and Direct IO tests # -AD001 time aiocp -b 1k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD002 time aiocp -b 1k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD003 time aiocp -b 1k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD004 time aiocp -b 1k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD005 time aiocp -b 1k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD006 time aiocp -b 1k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD007 time aiocp -b 1k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD008 time aiocp -b 1k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD009 time aiocp -b 1k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD010 time aiocp -b 1k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD012 time aiocp -b 1k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD013 time aiocp -b 1k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD014 time aiocp -b 1k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD015 time aiocp -b 1k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD016 time aiocp -b 1k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD017 time aiocp -b 1k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD018 time aiocp -b 1k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD019 time aiocp -b 1k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD020 time aiocp -b 1k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD021 time aiocp -b 1k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD022 time aiocp -b 1k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD023 time aiocp -b 2k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD024 time aiocp -b 2k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD025 time aiocp -b 2k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD026 time aiocp -b 2k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD027 time aiocp -b 2k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD028 time aiocp -b 2k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD029 time aiocp -b 2k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD030 time aiocp -b 2k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD031 time aiocp -b 2k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD032 time aiocp -b 2k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD033 time aiocp -b 2k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD034 time aiocp -b 2k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD035 time aiocp -b 2k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD036 time aiocp -b 2k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD037 time aiocp -b 2k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD038 time aiocp -b 2k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD039 time aiocp -b 2k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD040 time aiocp -b 2k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD041 time aiocp -b 2k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD042 time aiocp -b 2k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD043 time aiocp -b 2k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD044 time aiocp -b 4k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD045 time aiocp -b 4k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD046 time aiocp -b 4k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD047 time aiocp -b 4k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD048 time aiocp -b 4k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD049 time aiocp -b 4k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD050 time aiocp -b 4k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD051 time aiocp -b 4k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD052 time aiocp -b 4k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD053 time aiocp -b 4k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD054 time aiocp -b 4k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD055 time aiocp -b 4k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD056 time aiocp -b 4k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD057 time aiocp -b 4k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD058 time aiocp -b 4k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD059 time aiocp -b 4k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD060 time aiocp -b 4k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD061 time aiocp -b 4k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD062 time aiocp -b 4k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD063 time aiocp -b 4k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD064 time aiocp -b 41k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD065 time aiocp -b 8k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD066 time aiocp -b 8k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD067 time aiocp -b 8k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD068 time aiocp -b 8k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD069 time aiocp -b 8k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD070 time aiocp -b 8k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD071 time aiocp -b 8k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD072 time aiocp -b 8k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD073 time aiocp -b 8k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD074 time aiocp -b 8k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD075 time aiocp -b 8k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD076 time aiocp -b 8k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD077 time aiocp -b 8k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD078 time aiocp -b 8k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD079 time aiocp -b 8k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD080 time aiocp -b 8k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD081 time aiocp -b 8k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD082 time aiocp -b 8k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD083 time aiocp -b 8k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD084 time aiocp -b 8k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD085 time aiocp -b 8k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD086 time aiocp -b 16k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD087 time aiocp -b 16k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD088 time aiocp -b 16k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD089 time aiocp -b 16k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD090 time aiocp -b 16k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD091 time aiocp -b 16k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD092 time aiocp -b 16k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD093 time aiocp -b 16k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD094 time aiocp -b 16k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD095 time aiocp -b 16k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD096 time aiocp -b 16k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD097 time aiocp -b 16k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD098 time aiocp -b 16k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD099 time aiocp -b 16k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD101 time aiocp -b 16k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD102 time aiocp -b 16k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD103 time aiocp -b 16k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD104 time aiocp -b 16k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD105 time aiocp -b 16k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD106 time aiocp -b 16k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD107 time aiocp -b 16k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD108 time aiocp -b 32k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD109 time aiocp -b 32k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD110 time aiocp -b 32k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD112 time aiocp -b 32k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD113 time aiocp -b 32k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD114 time aiocp -b 32k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD115 time aiocp -b 32k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD116 time aiocp -b 32k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD117 time aiocp -b 32k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD118 time aiocp -b 32k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD119 time aiocp -b 32k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD120 time aiocp -b 32k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD121 time aiocp -b 32k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD122 time aiocp -b 32k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD123 time aiocp -b 32k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD124 time aiocp -b 32k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD125 time aiocp -b 32k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD126 time aiocp -b 32k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD127 time aiocp -b 32k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD128 time aiocp -b 32k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD129 time aiocp -b 32k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD130 time aiocp -b 64k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD131 time aiocp -b 64k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD132 time aiocp -b 64k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD133 time aiocp -b 64k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD134 time aiocp -b 64k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD135 time aiocp -b 64k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD136 time aiocp -b 64k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD137 time aiocp -b 64k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD138 time aiocp -b 64k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD139 time aiocp -b 64k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD140 time aiocp -b 64k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD141 time aiocp -b 64k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD142 time aiocp -b 64k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD143 time aiocp -b 64k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD144 time aiocp -b 64k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD145 time aiocp -b 64k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD146 time aiocp -b 64k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD147 time aiocp -b 64k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD148 time aiocp -b 64k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD149 time aiocp -b 64k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD150 time aiocp -b 64k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD151 time aiocp -b 128k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD152 time aiocp -b 128k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD153 time aiocp -b 128k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD154 time aiocp -b 128k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD155 time aiocp -b 128k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD156 time aiocp -b 128k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD157 time aiocp -b 128k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD158 time aiocp -b 128k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD159 time aiocp -b 128k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD160 time aiocp -b 128k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD161 time aiocp -b 128k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD162 time aiocp -b 12k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD163 time aiocp -b 128k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD164 time aiocp -b 128k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD165 time aiocp -b 128k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD166 time aiocp -b 128k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD167 time aiocp -b 128k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD168 time aiocp -b 128k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD169 time aiocp -b 128k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD170 time aiocp -b 128k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD171 time aiocp -b 128k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD172 time aiocp -b 256k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD173 time aiocp -b 256k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD174 time aiocp -b 256k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD175 time aiocp -b 256k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD176 time aiocp -b 256k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD177 time aiocp -b 256k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD178 time aiocp -b 256k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD179 time aiocp -b 256k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD180 time aiocp -b 256k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD181 time aiocp -b 256k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD182 time aiocp -b 256k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD183 time aiocp -b 256k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD184 time aiocp -b 256k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD185 time aiocp -b 256k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD186 time aiocp -b 256k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD187 time aiocp -b 256k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD188 time aiocp -b 256k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD189 time aiocp -b 256k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD190 time aiocp -b 256k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD191 time aiocp -b 256k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD192 time aiocp -b 256k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD193 time aiocp -b 512k -n 1 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD194 time aiocp -b 512k -n 1 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD195 time aiocp -b 512k -n 1 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD196 time aiocp -b 512k -n 2 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD197 time aiocp -b 512k -n 2 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD198 time aiocp -b 512k -n 2 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD199 time aiocp -b 512k -n 4 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD200 time aiocp -b 512k -n 4 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD201 time aiocp -b 512k -n 4 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD202 time aiocp -b 512k -n 8 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD203 time aiocp -b 512k -n 8 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD204 time aiocp -b 512k -n 8 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD205 time aiocp -b 512k -n 16 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD206 time aiocp -b 512k -n 16 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD207 time aiocp -b 512k -n 16 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD208 time aiocp -b 512k -n 32 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD209 time aiocp -b 512k -n 32 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD210 time aiocp -b 512k -n 32 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD211 time aiocp -b 512k -n 64 -f DIRECT $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD212 time aiocp -b 512k -n 64 -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD213 time aiocp -b 512k -n 64 -f DIRECT -f SYNC $TMPDIR/aiodio.$$/junkfile $TMPDIR/aiodio.$$/ff2 -AD301 aiocp -b 128k -n 32 -f CREAT -f DIRECT $TMPDIR/aiodio.$$/fff $TMPDIR/aiodio.$$/junkdir/fff -AD302 aiocp -b 128k -n 32 -f CREAT -f DIRECT $TMPDIR/aiodio.$$/ff1 $TMPDIR/aiodio.$$/junkdir/ff1 -AD303 aiocp -b 128k -n 32 -f CREAT -f DIRECT $TMPDIR/aiodio.$$/ff2 $TMPDIR/aiodio.$$/junkdir/ff2 -AD304 aiocp -b 128k -n 32 -f CREAT -f DIRECT $TMPDIR/aiodio.$$/ff3 $TMPDIR/aiodio.$$/junkdir/ff3 +AD001 aiocp -b 1k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD002 aiocp -b 1k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD003 aiocp -b 1k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD004 aiocp -b 1k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD005 aiocp -b 1k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD006 aiocp -b 1k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD007 aiocp -b 1k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD008 aiocp -b 1k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD009 aiocp -b 1k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD010 aiocp -b 1k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD012 aiocp -b 1k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD013 aiocp -b 1k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD014 aiocp -b 1k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD015 aiocp -b 1k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD016 aiocp -b 1k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD017 aiocp -b 1k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD018 aiocp -b 1k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD019 aiocp -b 1k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD020 aiocp -b 1k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD021 aiocp -b 1k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD022 aiocp -b 1k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD023 aiocp -b 2k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD024 aiocp -b 2k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD025 aiocp -b 2k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD026 aiocp -b 2k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD027 aiocp -b 2k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD028 aiocp -b 2k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD029 aiocp -b 2k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD030 aiocp -b 2k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD031 aiocp -b 2k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD032 aiocp -b 2k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD033 aiocp -b 2k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD034 aiocp -b 2k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD035 aiocp -b 2k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD036 aiocp -b 2k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD037 aiocp -b 2k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD038 aiocp -b 2k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD039 aiocp -b 2k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD040 aiocp -b 2k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD041 aiocp -b 2k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD042 aiocp -b 2k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD043 aiocp -b 2k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD044 aiocp -b 4k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD045 aiocp -b 4k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD046 aiocp -b 4k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD047 aiocp -b 4k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD048 aiocp -b 4k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD049 aiocp -b 4k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD050 aiocp -b 4k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD051 aiocp -b 4k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD052 aiocp -b 4k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD053 aiocp -b 4k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD054 aiocp -b 4k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD055 aiocp -b 4k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD056 aiocp -b 4k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD057 aiocp -b 4k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD058 aiocp -b 4k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD059 aiocp -b 4k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD060 aiocp -b 4k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD061 aiocp -b 4k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD062 aiocp -b 4k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD063 aiocp -b 4k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD064 aiocp -b 41k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD065 aiocp -b 8k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD066 aiocp -b 8k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD067 aiocp -b 8k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD068 aiocp -b 8k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD069 aiocp -b 8k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD070 aiocp -b 8k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD071 aiocp -b 8k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD072 aiocp -b 8k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD073 aiocp -b 8k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD074 aiocp -b 8k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD075 aiocp -b 8k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD076 aiocp -b 8k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD077 aiocp -b 8k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD078 aiocp -b 8k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD079 aiocp -b 8k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD080 aiocp -b 8k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD081 aiocp -b 8k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD082 aiocp -b 8k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD083 aiocp -b 8k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD084 aiocp -b 8k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD085 aiocp -b 8k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD086 aiocp -b 16k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD087 aiocp -b 16k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD088 aiocp -b 16k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD089 aiocp -b 16k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD090 aiocp -b 16k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD091 aiocp -b 16k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD092 aiocp -b 16k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD093 aiocp -b 16k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD094 aiocp -b 16k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD095 aiocp -b 16k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD096 aiocp -b 16k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD097 aiocp -b 16k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD098 aiocp -b 16k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD099 aiocp -b 16k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD101 aiocp -b 16k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD102 aiocp -b 16k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD103 aiocp -b 16k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD104 aiocp -b 16k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD105 aiocp -b 16k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD106 aiocp -b 16k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD107 aiocp -b 16k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD108 aiocp -b 32k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD109 aiocp -b 32k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD110 aiocp -b 32k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD112 aiocp -b 32k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD113 aiocp -b 32k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD114 aiocp -b 32k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD115 aiocp -b 32k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD116 aiocp -b 32k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD117 aiocp -b 32k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD118 aiocp -b 32k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD119 aiocp -b 32k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD120 aiocp -b 32k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD121 aiocp -b 32k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD122 aiocp -b 32k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD123 aiocp -b 32k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD124 aiocp -b 32k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD125 aiocp -b 32k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD126 aiocp -b 32k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD127 aiocp -b 32k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD128 aiocp -b 32k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD129 aiocp -b 32k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD130 aiocp -b 64k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD131 aiocp -b 64k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD132 aiocp -b 64k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD133 aiocp -b 64k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD134 aiocp -b 64k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD135 aiocp -b 64k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD136 aiocp -b 64k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD137 aiocp -b 64k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD138 aiocp -b 64k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD139 aiocp -b 64k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD140 aiocp -b 64k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD141 aiocp -b 64k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD142 aiocp -b 64k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD143 aiocp -b 64k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD144 aiocp -b 64k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD145 aiocp -b 64k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD146 aiocp -b 64k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD147 aiocp -b 64k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD148 aiocp -b 64k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD149 aiocp -b 64k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD150 aiocp -b 64k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD151 aiocp -b 128k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD152 aiocp -b 128k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD153 aiocp -b 128k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD154 aiocp -b 128k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD155 aiocp -b 128k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD156 aiocp -b 128k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD157 aiocp -b 128k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD158 aiocp -b 128k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD159 aiocp -b 128k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD160 aiocp -b 128k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD161 aiocp -b 128k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD162 aiocp -b 12k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD163 aiocp -b 128k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD164 aiocp -b 128k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD165 aiocp -b 128k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD166 aiocp -b 128k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD167 aiocp -b 128k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD168 aiocp -b 128k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD169 aiocp -b 128k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD170 aiocp -b 128k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD171 aiocp -b 128k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD172 aiocp -b 256k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD173 aiocp -b 256k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD174 aiocp -b 256k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD175 aiocp -b 256k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD176 aiocp -b 256k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD177 aiocp -b 256k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD178 aiocp -b 256k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD179 aiocp -b 256k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD180 aiocp -b 256k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD181 aiocp -b 256k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD182 aiocp -b 256k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD183 aiocp -b 256k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD184 aiocp -b 256k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD185 aiocp -b 256k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD186 aiocp -b 256k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD187 aiocp -b 256k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD188 aiocp -b 256k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD189 aiocp -b 256k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD190 aiocp -b 256k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD191 aiocp -b 256k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD192 aiocp -b 256k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD193 aiocp -b 512k -n 1 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD194 aiocp -b 512k -n 1 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD195 aiocp -b 512k -n 1 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD196 aiocp -b 512k -n 2 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD197 aiocp -b 512k -n 2 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD198 aiocp -b 512k -n 2 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD199 aiocp -b 512k -n 4 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD200 aiocp -b 512k -n 4 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD201 aiocp -b 512k -n 4 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD202 aiocp -b 512k -n 8 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD203 aiocp -b 512k -n 8 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD204 aiocp -b 512k -n 8 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD205 aiocp -b 512k -n 16 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD206 aiocp -b 512k -n 16 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD207 aiocp -b 512k -n 16 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD208 aiocp -b 512k -n 32 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD209 aiocp -b 512k -n 32 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD210 aiocp -b 512k -n 32 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD211 aiocp -b 512k -n 64 -f DIRECT /test/aiodio/junkfile /test/aiodio/ff2 +AD212 aiocp -b 512k -n 64 -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD213 aiocp -b 512k -n 64 -f DIRECT -f SYNC /test/aiodio/junkfile /test/aiodio/ff2 +AD301 aiocp -b 128k -n 32 -f CREAT -f DIRECT /test/aiodio/fff /test/aiodio/junkdir/fff +AD302 aiocp -b 128k -n 32 -f CREAT -f DIRECT /test/aiodio/ff1 /test/aiodio/junkdir/ff1 +AD303 aiocp -b 128k -n 32 -f CREAT -f DIRECT /test/aiodio/ff2 /test/aiodio/junkdir/ff2 +AD304 aiocp -b 128k -n 32 -f CREAT -f DIRECT /test/aiodio/ff3 /test/aiodio/junkdir/ff3 -- Jacky Malcles B1-403 Email : Jacky.Malcles@bull.net Bull SA, 1 rue de Provence, B.P 208, 38432 Echirolles CEDEX, FRANCE Tel : 04.76.29.73.14 ------------------------------------------------------------------------------ This SF.net Dev2Dev email is sponsored by: Show off your parallel programming skills. Enter the Intel(R) Threading Challenge 2010. http://p.sf.net/sfu/intel-thread-sfd _______________________________________________ Ltp-list mailing list Ltp-list@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ltp-list ^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-09-09 7:58 UTC | newest] Thread overview: 3+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2010-09-09 7:26 [LTP] ltp-aiodio.part1 scenario FAIL with "No such file or directory", Jacky.Malcles 2010-09-09 7:57 ` Garrett Cooper -- strict thread matches above, loose matches on Subject: below -- 2010-09-09 7:34 [LTP] ltp-aiodio.part1 scenario FAIL with "No such file or directory" Jacky.Malcles
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox