Lines Matching full:results
5 # Input: Two or more files containing results from different executions of
7 # of the ltp.results file.
11 # where the results of those runs differ
13 # 0 if all runs had identical results
14 # Non-zero if results differ, or bad input
24 Note: location[1,2,N] may be local files or URLs of LTP results\n"
29 Download the results if needed.
30 Return results of each run in a numerically-indexed dictionary
44 results = fh.readlines()
47 print "ERROR: reading results resource [%s]" % (file)
49 for line in results:
66 Print any testnames with differing results across runs.
67 Return 1 if any test results across runs differ.
68 Return 0 if all test results match.
73 print "LTP Test Results to Compare"
89 # Check for the results inconsistencies
95 print "Tests with Inconsistent Results across Runs"
96 print " %-35s:\t%s" % ("Testname,Sequence", "Run Results")
99 # Print info if results differ
110 print "All LTP results are identical"