Closed
Bug 908436
Opened 13 years ago
Closed 13 years ago
"System JS : ERROR data:,addEventListener%28%22DOMWindowCreated... SyntaxError: missing ) after argument list" in all B2G mochitest runs
Categories
(Testing :: General, defect)
Tracking
(firefox24 unaffected, firefox25 unaffected, firefox26 fixed)
RESOLVED
FIXED
mozilla26
| Tracking | Status | |
|---|---|---|
| firefox24 | --- | unaffected |
| firefox25 | --- | unaffected |
| firefox26 | --- | fixed |
People
(Reporter: RyanVM, Assigned: martijn.martijn)
References
Details
Attachments
(1 file)
|
1.70 KB,
patch
|
jgriffin
:
review+
|
Details | Diff | Splinter Review |
Looks like a regression from bug 846090.
https://tbpl.mozilla.org/php/getParsedLog.php?id=26820803&tree=B2g-Inbound
b2g_emulator_vm b2g-inbound opt test mochitest-8 on 2013-08-21 07:48:04 PDT for push 2c5c0e94bf7c
slave: tst-linux64-ec2-335
07:51:45 INFO - loading about:blank, 1
07:51:45 INFO - System JS : ERROR data:,addEventListener%28%22DOMWindowCreated%22%2C%20function%28e%29%20%7B%0A%20%20removeEventListener%28%22DOMWindowCreated%22%2C%20arguments.callee%2C%20false%29%3B%0A%20%20var%20window%20%3D%20e.target.defaultView%3B%0A%20%20window.wrappedJSObject.SpecialPowers.addPermission%28%22allowXULXBL%22%2C%20true%2C%20window.document%29%3B%0A%7D%0AB:6
07:51:45 INFO - SyntaxError: missing ) after argument list
07:53:44 INFO - loading http://mochi.test:8888/tests/?autorun=1&closeWhenDone=1&logFile=%2Fdata%2Flocal%2Ftests%2Flog%2Fmochitest.log&fileLevel=INFO&consoleLevel=INFO&totalChunks=9&thisChunk=8&hideResultsTable=1&testManifest=b2g.json&runOnly=false, 1
| Assignee | ||
Comment 1•13 years ago
|
||
Ugh, sorry for this stupid screw-up.
I even have the wrong code showing here in bug 846090, comment 34, without the ')' closing the addEventListener.
Attachment #794272 -
Flags: review?(jgriffin)
Updated•13 years ago
|
Attachment #794272 -
Flags: review?(jgriffin) → review+
| Reporter | ||
Comment 3•13 years ago
|
||
Flags: in-testsuite-
Keywords: checkin-needed
| Reporter | ||
Comment 4•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla26
| Reporter | ||
Updated•13 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•