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

Unified Diff: build/android/pylib/results/presentation/template/main.html

Issue 2875803004: Sort suites in suite table based on number of failed test cases. (Closed)
Patch Set: call sort by column in js instead Created 3 years, 7 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: build/android/pylib/results/presentation/template/main.html
diff --git a/build/android/pylib/results/presentation/template/main.html b/build/android/pylib/results/presentation/template/main.html
index 0913d6a1bb72274998d046b1456b317cbc20fdfa..5f970b41a0c16fc830540c8981c1efc04375fad5 100644
--- a/build/android/pylib/results/presentation/template/main.html
+++ b/build/android/pylib/results/presentation/template/main.html
@@ -52,6 +52,7 @@
<a href="{{feedback_url}}" target="_blank"><b>Feedback</b></a>
</body>
<script>
+ sortSuiteTableByFailedTestCases();
showSuiteTableOnlyWithReplaceState();
// Enable sorting for each column of tables.
Array.prototype.slice.call(document.getElementsByTagName('th'))

Powered by Google App Engine
This is Rietveld 408576698