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
23 Note: location[1,2,N] may be local files or URLs of LTP results\n"
28 Download the results if needed.
29 Return results of each run in a numerically-indexed dictionary
41 results = fh.readlines()
44 print "ERROR: reading results resource [%s]" % (file)
46 for line in results:
63 Print any testnames with differing results across runs.
64 Return 1 if any test results across runs differ.
65 Return 0 if all test results match.
68 print "LTP Test Results to Compare"
84 # Check for the results inconsistencies
90 print "Tests with Inconsistent Results across Runs"
91 print " %-35s:\t%s" % ("Testname,Sequence", "Run Results")
94 # Print info if results differ
105 print "All LTP results are identical"