Closed
Bug 676556
Opened 14 years ago
Closed 14 years ago
GCLI requirejs tests log when they shouldn't
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 8
People
(Reporter: jwalker, Assigned: jwalker)
References
Details
Attachments
(1 file)
918 bytes,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
testUncompilable() shouldn't console.log()
Assignee | ||
Comment 1•14 years ago
|
||
Correct definition of function is:
function testUncompilable() {
// It's not totally clear how a module loader should perform with unusable
// modules, however at least it should go into a flat spin ...
// GCLI mini_require reports an error as it should
try {
let unrequireable = require('gclitest/unrequirable');
fail();
}
catch (ex) {
// expected
}
}
Assignee: nobody → jwalker
Assignee | ||
Comment 2•14 years ago
|
||
This also fixes to indentation errors in the same function
![]() |
||
Updated•14 years ago
|
Attachment #551001 -
Flags: review+
![]() |
||
Comment 3•14 years ago
|
||
Comment on attachment 551001 [details] [diff] [review]
[in-fx-team] upload 1
http://hg.mozilla.org/integration/fx-team/rev/4ec2052b0839
Attachment #551001 -
Attachment description: upload 1 → [in-fx-team] upload 1
![]() |
||
Updated•14 years ago
|
Whiteboard: [fixed-in-fx-team]
Assignee | ||
Comment 4•14 years ago
|
||
Yeay. Thanks Rob.
![]() |
||
Comment 5•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
OS: Windows 7 → All
Hardware: x86_64 → All
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 8
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•