Open
Bug 1029820
Opened 11 years ago
Updated 3 years ago
System JS : ERROR (null):0 - uncaught exception: This login already exists.
Categories
(Thunderbird :: Account Manager, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: ishikawa, Unassigned)
References
Details
I have been running |make mozmil| test suite of C-C thunderbird (FULL
DEBUG BUILD).
I noticed the error in the log:
System JS : ERROR (null):0 - uncaught exception: This login already exists.
The error occurs during testing of
TEST-START | /REF-COMM-CENTRAL/comm-central/mail/test/mozmill/newmailaccount/test-newmailaccount.js | test_restored_ap_tab_works
and is is preceded by the following lines.
++DOMWINDOW == 39 (0x4f07400) [pid = 16378] [serial = 47] [outer = 0x3865a20]
--DOMWINDOW == 38 (0x387a8c0) [pid = 16378] [serial = 45] [outer = 0x3865a20] [url = about:blank]
[16378] WARNING: Declared InterfaceInfo not found: file /REF-COMM-CENTRAL/comm-central/mozilla/xpcom/reflect/xptinfo/src/xptiInterfaceInfo.cpp, line 365
[16378] WARNING: Declared InterfaceInfo not found: file /REF-COMM-CENTRAL/comm-central/mozilla/xpcom/reflect/xptinfo/src/xptiInterfaceInfo.cpp, line 365
[16378] WARNING: Declared InterfaceInfo not found: file /REF-COMM-CENTRAL/comm-central/mozilla/xpcom/reflect/xptinfo/src/xptiInterfaceInfo.cpp, line 365
[16378] WARNING: Declared InterfaceInfo not found: file /REF-COMM-CENTRAL/comm-central/mozilla/xpcom/reflect/xptinfo/src/xptiInterfaceInfo.cpp, line 365
[16378] WARNING: Declared InterfaceInfo not found: file /REF-COMM-CENTRAL/comm-central/mozilla/xpcom/reflect/xptinfo/src/xptiInterfaceInfo.cpp, line 365
[16378] WARNING: There is no observer for "invalidformsubmit". One should be implemented!: file /REF-COMM-CENTRAL/comm-central/mozilla/content/html/content/src/HTMLFormElement.cpp, line 1904
Step Pass: {"function": "controller.click()"}
++DOMWINDOW == 39 (0x5f21300) [pid = 16378] [serial = 48] [outer = 0x3865a20]
System JS : ERROR (null):0 - uncaught exception: This login already exists.
I think
- the code should catch the exception, and
- the test suite itself should catch this condition and flag this
test as failed since it uncovered a major problem.
(Now, it is passed as success.
TIA
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•