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

Unified Diff: Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css

Issue 296423002: TestResultServer: Add failure 'LEAK' (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Modify jsonresults_unittest.py Created 6 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
« no previous file with comments | « Tools/TestResultServer/model/jsonresults_unittest.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css
diff --git a/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css b/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css
index 91097d2b4889c25b0ddaea1949e2fd5bb50a43bb..697bd3e25665684c953d7f7526191d07b13b5b3f 100644
--- a/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css
+++ b/Tools/TestResultServer/static-dashboards/flakiness_dashboard_tests.css
@@ -136,6 +136,9 @@
.FLAKY {
background-color: turquoise;
}
+.LEAK {
+ background-color: pink;
+}
.separator {
border: 1px solid lightgray;
height: 0px;
@@ -256,4 +259,3 @@ pre.expectation {
.skipped-builder:last-child:after {
content: '';
}
-
« no previous file with comments | « Tools/TestResultServer/model/jsonresults_unittest.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698