Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(567)

Unified Diff: testing/tools/run_javascript_tests.py

Issue 1232203003: Sort unexpected test results. (Closed) Base URL: https://pdfium.googlesource.com/pdfium@master
Patch Set: Created 5 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: testing/tools/run_javascript_tests.py
diff --git a/testing/tools/run_javascript_tests.py b/testing/tools/run_javascript_tests.py
index ff66d9c350d7b5dce299436d04d3cf37f9c1b68a..7664b0be7a220c3d3aae825a7cc3a3a6258aef92 100755
--- a/testing/tools/run_javascript_tests.py
+++ b/testing/tools/run_javascript_tests.py
@@ -67,6 +67,7 @@ def main():
if failures:
print '\n\nSummary of Failures:'
+ failures.sort()
for failure in failures:
print failure
return 1

Powered by Google App Engine
This is Rietveld 408576698