
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
Hello,
I think I have found a bug in SPEC 2000 v1.1 runspec script. I was trying to
do a simple run on test inputs using the command:
runspec -a run -T peal -i test gcc
but the output would be 'Invalid run;'. I found that my run was being
invalidated in the bin/benchmark.pm file line 1269. The if statement there is
if ($me->action eq 'run') {
$result->{'valid'} = 0
} else {....
I changed it to: if (!($me->action eq 'run'))...and now my runspec runs
correctly. Can someone confirm if this is a bug in runspec, or am I doing
something wrong?
Thanks,
Rahul
| <-- __Chronological__ --> | <-- __Thread__ --> |