Lines Matching full:latest
152 # A test is regressed on some platform if its latest results are
154 # Runs for the latest kernel may be underway and incomplete.
155 # In that case, selectively use next-latest kernel.
156 # TODO: the next-latest method hurts if latest run is not sorted last,
159 latest = kernels[-1]
162 for k in [ref, prev, latest]:
167 if latest in scores and platform in scores[latest]:
168 k = latest