HomeSort by relevance Sort by last modified time
    Searched refs:NEW_ERRORS (Results 1 - 9 of 9) sorted by null

  /external/ltp/tools/pounder21/test_scripts/
ltp 35 NEW_ERRORS=`egrep -c "FAIL :" $LOGFILE`
36 ERRORS=$(( NEW_ERRORS - OLD_ERRORS ))
mem_alloc 36 NEW_ERRORS=`egrep -ic "(USER|LINUX) ERROR:" $LOGFILE`
38 TOTAL_ERRORS=$(( NEW_ERRORS - OLD_ERRORS))
time_consistency 29 NEW_ERRORS=`grep ^--- $LOGFILE | wc -l`
31 TOTAL_ERRORS=$(( NEW_ERRORS - OLD_ERRORS))
memtest 47 NEW_ERRORS=`egrep -ic "(err|fail|invalid|denied|cannot|diff)" $LOGFILE`
48 ERRORS=$((NEW_ERRORS - OLD_ERRORS))
ddhappy 46 NEW_ERRORS=`egrep -ic "(error|fail|invalid|denied|cannot)" $LOGFILE`
47 ERRORS=$(( NEW_ERRORS - OLD_ERRORS ))
ramsnake 53 NEW_ERRORS=`egrep -ic "(segmentation|fault|error|illegal)" $LOGFILE`
54 ERRORS=$(( NEW_ERRORS - OLD_ERRORS ))
ide_cdrom_copy 82 NEW_ERRORS=`egrep -ic "(err|fail|invalid|cannot|denied)" $LOGFILE`
85 ERRORS=$(( NEW_ERRORS - OLD_ERRORS ))
nfs 82 NEW_ERRORS=`egrep -ic "(err|fail|cannot|invalid|denied)" $LOGFILE`
83 ERRORS=$((NEW_ERRORS - OLD_ERRORS))
cpufreq 103 NEW_ERRORS=`egrep -ic "(error|fail|invalid|denied|cannot)" $LOGFILE`
104 ERRORS=$(( NEW_ERRORS - OLD_ERRORS ))

Completed in 76 milliseconds