I'm running some extended tests (0,1, and 5) repeatedly on V7.5 Pro build 1001, and I'm encountering some inconsistent reporting of errors.
Specifically, I am seeing only a small fraction of the errors reported. The cumulative error count is catching thousands of errors, but the number of errors reported is around 100.
For example, one run reports 110 errors in detail for test 5, but the cumulative count is the maximum of 10000
My configuration is as follows:
TSTLIST=0,1,5
NUMPASS=1200
ADDRLIMLO=0x10000000
ADDRLIMHI=0x100000000
CPUSEL=PARALLEL
PASS1FULL=1
AUTOMODE=1
REPORTNUMERRS=5000
REPORTNUMWARN=5000
SKIPSPLASH=1
EXITMODE=0
Specifically, I am seeing only a small fraction of the errors reported. The cumulative error count is catching thousands of errors, but the number of errors reported is around 100.
For example, one run reports 110 errors in detail for test 5, but the cumulative count is the maximum of 10000
My configuration is as follows:
TSTLIST=0,1,5
NUMPASS=1200
ADDRLIMLO=0x10000000
ADDRLIMHI=0x100000000
CPUSEL=PARALLEL
PASS1FULL=1
AUTOMODE=1
REPORTNUMERRS=5000
REPORTNUMWARN=5000
SKIPSPLASH=1
EXITMODE=0
Comment