Lines Matching full:error
2 # Test status (like passed, or failed with error code)
25 return("Equality error")
27 return("Absolute difference error")
29 return("Relative difference error")
31 return("SNR error")
33 return("Different length error")
35 return("Assertion error")
37 return("Memory allocation error")
39 return("Empty pattern error")
43 return("Close float error")
45 return("Unknown error %d" % id)
291 # print("%s Error = %d at line %d" % (ident, theError, theLine))
391 #test status : id error linenb status Y or N (Y when passing)
420 printf("ERROR BENCH FILE %s ALREADY OPEN" % benchPath)
426 # so we don't dump a status and error
427 # A status and error in a benchmark would
431 #benchFile.write("ID,%s,PASSED,ERROR,CYCLES\n" % header)
470 # Extract test ID, test error code, line number and status