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; |