[Compbench-devel] CompBenchmarks++/CBM-PI/t 07-compbenchmarks-core.pl, 1.1, 1.2
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-02-06 17:53:37
|
Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv16577 Modified Files: 07-compbenchmarks-core.pl Log Message: Many more tests. Index: 07-compbenchmarks-core.pl =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/07-compbenchmarks-core.pl,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** 07-compbenchmarks-core.pl 5 Feb 2007 19:53:45 -0000 1.1 --- 07-compbenchmarks-core.pl 6 Feb 2007 17:53:21 -0000 1.2 *************** *** 11,15 **** use CBM::LibUI; ! use Test::Simple tests => 58; sub test_options { --- 11,15 ---- use CBM::LibUI; ! use Test::Simple tests => 76; sub test_options { *************** *** 18,25 **** --- 18,32 ---- ['-qap', 0, '.*'], ['-qip', 0, '.*'], + ['-qi -pgzip', 255, ''], ['-qa', 255, ''], + ['-qa -pgzip', 255, ''], + ['-q -pgzip', 0, '.*'], ['-qi', 255, ''], ['-qab', 0, '.*'], + ['-qab -bgzip-1c', 255, ''], ['-qib', 0, '.*'], + ['-qib -bgzip-1c', 255, ''], + ['-q -bgzip-1c', 0, '.*'], + ['-qb -pgzip', 0, '.*'], ['-I', 255, ''], ['-U', 255, ''], *************** *** 32,36 **** ( '-q' => ['-v', '-m', '-M', '-B', '', '-U', '-I' ], '-I' => ['-v', '', '-b'], ! '-v' => ['-a', '-i', '-b', '-p' ], '-m' => ['-a', '-i', '-b', '-p', '-U', '-I' ], '-M' => ['-a', '-i', '-b', '-p' ], --- 39,44 ---- ( '-q' => ['-v', '-m', '-M', '-B', '', '-U', '-I' ], '-I' => ['-v', '', '-b'], ! '-qbp' => ['-a', '', '-i'], ! '-v' => ['-a', '-i', '-b', '-p', '-m' ], '-m' => ['-a', '-i', '-b', '-p', '-U', '-I' ], '-M' => ['-a', '-i', '-b', '-p' ], |