[Compbench-devel] CompBenchmarks++/CBM-PI/t 07-compbenchmarks-core.pl, 1.3, 1.4
Brought to you by:
xfred
From: Frederic T. <xf...@us...> - 2007-02-19 18:44:39
|
Update of /cvsroot/compbench/CompBenchmarks++/CBM-PI/t In directory sc8-pr-cvs4.sourceforge.net:/tmp/cvs-serv24390 Modified Files: 07-compbenchmarks-core.pl Log Message: Fixed tests on -qip and -qib. Index: 07-compbenchmarks-core.pl =================================================================== RCS file: /cvsroot/compbench/CompBenchmarks++/CBM-PI/t/07-compbenchmarks-core.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** 07-compbenchmarks-core.pl 6 Feb 2007 19:29:59 -0000 1.3 --- 07-compbenchmarks-core.pl 19 Feb 2007 18:44:29 -0000 1.4 *************** *** 11,15 **** use CBM::LibUI; ! use Test::Simple tests => 105; sub test_options { --- 11,15 ---- use CBM::LibUI; ! use Test::Simple tests => 107; sub test_options { *************** *** 17,24 **** ['-h', 0, '.+'], ['-qap', 0, '.+'], ! ['-qip', 0, '.+'], ['-qi -pgzip', 255, ''], ['-qa', 255, ''], ['-qa -pgzip', 255, ''], ['-q -pgzip', 0, '.+'], ['-qi', 255, ''], --- 17,25 ---- ['-h', 0, '.+'], ['-qap', 0, '.+'], ! ['-qip', 0, '.*'], ['-qi -pgzip', 255, ''], ['-qa', 255, ''], ['-qa -pgzip', 255, ''], + ['-q -cnotthis', 255, ''], ['-q -pgzip', 0, '.+'], ['-qi', 255, ''], *************** *** 29,33 **** ['-qab', 0, '.+'], ['-qab -bgzip-1c', 255, ''], ! ['-qib', 0, '.+'], ['-qib -bgzip-1c', 255, ''], ['-q -bgzip-1c', 0, '.+'], --- 30,34 ---- ['-qab', 0, '.+'], ['-qab -bgzip-1c', 255, ''], ! ['-qib', 0, '.*'], ['-qib -bgzip-1c', 255, ''], ['-q -bgzip-1c', 0, '.+'], |