Closed
Bug 1065029
Opened 9 years ago
Closed 9 years ago
progressbar.py test mode does not work
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla35
People
(Reporter: tromey, Assigned: tromey)
Details
Attachments
(1 file, 1 obsolete file)
974 bytes,
patch
|
sfink
:
review+
|
Details | Diff | Splinter Review |
js/src/gdb/progressbar.py has a test mode, but when I tried it, it failed: bapiya. python progressbar.py test 0% > | 0.0sTraceback (most recent call last): File "progressbar.py", line 47, in <module> time.sleep(0.5) NameError: name 'time' is not defined The bug is just a missing import. I wasn't sure if it was worth adding a test case for this.
Assignee | ||
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8488697 -
Flags: review?(sphink)
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → ttromey
Status: NEW → ASSIGNED
Updated•9 years ago
|
Attachment #8488697 -
Flags: review?(sphink) → review+
Assignee | ||
Updated•9 years ago
|
Keywords: checkin-needed
Updated•9 years ago
|
Attachment #8486579 -
Attachment is obsolete: true
Comment 3•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/4d7626b1425b
Keywords: checkin-needed
Comment 4•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/4d7626b1425b
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla35
Updated•9 years ago
|
Flags: qe-verify-
You need to log in
before you can comment on or make changes to this bug.
Description
•