Skip to content
Chris Timperley edited this page Nov 13, 2016 · 24 revisions

grep

  • v1-DG_4: 187, 188
  • v1-KP_2: Everything
  • v1-KP_5: 158
  • v2-DG_1: 31, 123, 124, 184, 185, 186, 187
  • v3-DG_2: Everything
  • v3-DG_3: 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 24, 25, 26, 30, 31, 123, 124, 125, 146, 158, 159, 173, 182, 184, 185, 186, 187
  • v3-KP_7: 25, 30, 31
  • v4-KP_6: 21, 76

Not working:

  • v2: DG_2, DG_5, KP_1, KP_2, KP_3, KP_4, KP_5
  • v3: DG_1, DG_4, DG_5, DG_6, DG_7, DG_8, DG_9, DG_10, KP_1, KP_2, KP_3, KP_5, KP_6, KP_8, KP_9
  • v4: DG_2, DG_3, DG_4, DG_5, KP_1, KP_2, KP_3, KP_4, KP_5, KP_7, KP_8
  • v5: DG_17

gzip

Test suite generator needs to be adapted to take into account calls to test scripts:

Idea: modify oracle/ and input/ directories to be read only, so we can prevent any accidental overwrites.

>>>>>>>>running test 17
../source/allfile -r ../inputs/testdir/subdir1  > ../outputs/test17 2>&1
../testplans.alt/testscripts/cpoptr1.sh
cp: cannot stat '/experiment/inputs/testdir/subdir1/file': No such file or directory

>>>>>>>>running test 18
../source/allfile ../inputs/testdir/subdir2 -r  > ../outputs/test18 2>&1
../testplans.alt/testscripts/cpoptr.sh
cp: cannot stat '/experiment/inputs/testdir/subdir2/file': No such file or directory

>>>>>>>>running test 19
../source/allfile --recurse ../inputs/testdir/subdir3  > ../outputs/test19 2>&1
../testplans.alt/testscripts/cpoptr2.sh
cp: cannot stat '/experiment/inputs/testdir/subdir3/file': No such file or directory

>>>>>>>>running test 38
../source/allfile < ../inputs/testdir/2gbfile > ../outputs/test38 2>&1
./script.sh: 138: ./script.sh: cannot open ../inputs/testdir/2gbfile: No such file

>>>>>>>>running test 52
../source/allfile ../inputs/testdir/binaryfile1  > ../outputs/test52 2>&1 &
../testplans.alt/testscripts/breakscript.sh

Run break control

587
587
../testplans.alt/testscripts/breakscript.sh: 17: kill: No such process


Exit break control!

>>>>>>>>running test 55
../testplans.alt/testscripts/longfilename.sh
../source/allfile ../inputs/length/abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcde  > ../outputs/test55 2>&1
../testplans.alt/testscripts/cplongname.sh

./script.sh: 190: ./script.sh: ../testplans.alt/testscripts/longfilename.sh: not found
cp: cannot stat '/experiment/inputs/length/abcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcdefghijabcde': File name too long
Clone this wiki locally