Closed
Bug 1180262
Opened 10 years ago
Closed 9 years ago
BUGNUMBER is declared twice in js/src/tests/shell.js.
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
DUPLICATE
of bug 1280362
People
(Reporter: arai, Assigned: gkw)
Details
Attachments
(1 file)
58 bytes,
text/x-review-board-request
|
Details |
https://dxr.mozilla.org/mozilla-central/source/js/src/tests/shell.js#23
> var BUGNUMBER = '';
> var summary = '';
> var description = '';
> var expected = '';
> var actual = '';
> var msg = '';
>
> var SECTION = "";
> var VERSION = "";
> var BUGNUMBER = "";
second one can be removed.
![]() |
Assignee | |
Comment 1•9 years ago
|
||
Review commit: https://reviewboard.mozilla.org/r/59454/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/59454/
Attachment #8763125 -
Flags: review?(arai.unmht)
![]() |
Assignee | |
Updated•9 years ago
|
Assignee: nobody → gary
Status: NEW → ASSIGNED
status-firefox47:
--- → wontfix
status-firefox48:
--- → wontfix
status-firefox49:
--- → wontfix
status-firefox50:
--- → affected
status-firefox-esr45:
--- → wontfix
Reporter | ||
Comment 2•9 years ago
|
||
Comment on attachment 8763125 [details]
Bug 1180262 - BUGNUMBER is declared twice in js/src/tests/shell.js.
https://reviewboard.mozilla.org/r/59454/#review56760
Thanks! but it was extremely bad timing.
the duplication is also fixed as a part of cleanup in bug 1280362, that was posted 8 hours before this patch...
clearing r? flag
Attachment #8763125 -
Flags: review?(arai.unmht)
Reporter | ||
Updated•9 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•