Closed
Bug 690822
Opened 14 years ago
Closed 14 years ago
GCLI web tests should be capable of being run in the browser
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 10
People
(Reporter: jwalker, Assigned: jwalker)
References
Details
(Whiteboard: [fixed-in-fx-team])
Attachments
(1 file, 1 obsolete file)
41.42 KB,
patch
|
rcampbell
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•14 years ago
|
||
Rob - I'm not sure how much of a review this needs
- it's just tests for GCLI
- the parts have been reviewed as part of GCLI's normal process, so r+fitzgan and r+mikeratcliffe
Assignee | ||
Comment 2•14 years ago
|
||
I should add - there is an error somewhere, which is causing an error which creates a memory leak. I'll be fixing that first thing next week, and then assuming review is OK, we can land this.
Comment 3•14 years ago
|
||
I get this:
TEST-START | chrome://mochitests/content/browser/browser/devtools/webconsole/test/browser/browser_gcli_web.js
error
Failed to lookup
cliEvalJavascript
...
TEST-INFO | chrome://mochitests/content/browser/browser/devtools/webconsole/test/browser/browser_gcli_web.js | Console message: [JavaScript Error: "redeclaration of var Cc" {file: "chrome://browser/content/content.js" line: 3}]
error
Failed to lookup
canonDescNone
...
error
Test Failure
require is not defined
- stack = onLoad([object Event])@chrome://mochitests/content/browser/browser/devtools/web_
INFO TEST-END | chrome://mochitests/content/browser/browser/devtools/webconsole/test/browser/browser_gcli_web.js | finished in 1049ms
INFO TEST-START | Shutdown
Browser Chrome Test Summary
Passed: 0
Failed: 0
Todo: 0
When there are execution errors we want to have them reported, not hidden, otherwise we'll never know if these tests become broken by some other patch we push to the repo. This test, for example, should have shown at least a failure.
Assignee | ||
Comment 4•14 years ago
|
||
upload 1 was broken by some refactoring in another bug.
This is now clean for me.
https://tbpl.mozilla.org/?tree=Try&usebuildbot=1&rev=fb5797f41c92
Attachment #565612 -
Attachment is obsolete: true
Attachment #565612 -
Flags: review?(rcampbell)
Attachment #566213 -
Flags: review?(rcampbell)
Comment 5•14 years ago
|
||
Comment on attachment 566213 [details] [diff] [review]
upload 2
r+ with successful try push.
Attachment #566213 -
Flags: review?(rcampbell) → review+
Assignee | ||
Comment 6•14 years ago
|
||
2 github pull requests contributed reviews to this bug:
https://github.com/mozilla/gcli/pull/33
https://github.com/mozilla/gcli/pull/34
Assignee | ||
Comment 7•14 years ago
|
||
Comment 8•14 years ago
|
||
Whiteboard: [fixed-in-fx-team]
Comment 9•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 10
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•