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

Unified Diff: Tools/TestResultServer/static-dashboards/flakiness_dashboard.js

Issue 473473003: Remove virtual/softwarecompositing suite (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebase Created 6 years, 4 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/Scripts/webkitpy/layout_tests/port/base.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.js
diff --git a/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js b/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js
index 8dc1178376141428448eb5219e79b86d317a63dd..bb09e01d0cc7e982276939e3f1cea1444eeb4680 100644
--- a/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js
+++ b/Tools/TestResultServer/static-dashboards/flakiness_dashboard.js
@@ -48,7 +48,6 @@ var VIRTUAL_SUITES = {
'virtual/threaded/compositing/visibility': 'compositing/visibility',
'virtual/threaded/compositing/webgl': 'compositing/webgl',
'virtual/gpu/fast/hidpi': 'fast/hidpi',
- 'virtual/softwarecompositing': 'compositing',
'virtual/deferred/fast/images': 'fast/images',
'virtual/gpu/compositedscrolling/overflow': 'compositing/overflow',
'virtual/gpu/compositedscrolling/scrollbars': 'scrollbars',
@@ -330,7 +329,7 @@ function individualTestsForSubstringList()
//
// Also, when showChrome is false, we're embedding the dashboard elsewhere and
// an explicit test list is passed in. In that case, we don't want
- // a search for compositing/foo.html to also show virtual/softwarecompositing/foo.html.
+ // a search for fast/canvas/foo.html to also show virtual/gpu/fast/canvas/foo.html.
if (testList.length > 10 || !g_history.dashboardSpecificState.showChrome)
return testList;
« no previous file with comments | « Tools/Scripts/webkitpy/layout_tests/port/base.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698