New issue
Advanced search Search tips

Issue 692892 link

Starred by 1 user

Issue metadata

Status: WontFix
Owner: ----
Closed: Jun 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Linux
Pri: 3
Type: Bug



Sign in to add a comment

Gantt chart doesn't work

Project Member Reported by dsansome@chromium.org, Feb 16 2017

Issue description

https://build.chromium.org/p/tryserver.chromium.linux/builders/linux_chromium_rel_ng/builds/391482

Click the Show/Hide Gantt Chart button gives this error in the JS console:

Uncaught TypeError: Cannot read property 'Symbol(Symbol.iterator)' of undefined
    at reconcileSwarmingSteps (gantt_chart.js:29)
    at toggleChart (gantt_chart.js:82)
    at HTMLButtonElement.onclick (391482:5009)

rawSteps is undefined because it's declared like this:

  var rawSteps = [
          {'name': 'steps',
       'start': new Date(1487223452.85*1000),
       'end': new Date (None*1000)},
          {'name': 'update_scripts',
  ...

Uncaught ReferenceError: None is not defined
    at 391482:137
 

Comment 1 by no...@chromium.org, Jun 2 2018

Owner: ----
Status: WontFix (was: Assigned)

Sign in to add a comment