Closed
Bug 666298
Opened 14 years ago
Closed 14 years ago
test_crash_submit.xul fails to run inside mochitest-chrome
Categories
(Core Graveyard :: Plug-ins, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: jmaher, Assigned: jmaher)
References
Details
Attachments
(1 file)
1.17 KB,
patch
|
jmaher
:
review+
|
Details | Diff | Splinter Review |
currently this test passes, but with zero tests run. This is a side effect of bug 642175. For now it makes sense to not expect a crash dump and let this test do what it was intended for. In addition, doing this will work with specialpowers migration in the works.
Assignee | ||
Comment 1•14 years ago
|
||
ted says r=me for this one liner as per discussion in irc.
Assignee: nobody → jmaher
Attachment #541085 -
Flags: review+
Comment 2•14 years ago
|
||
You might want to check if SimpleTest.testPluginIsOOP() is returning true in mochitest-chrome. That's the only reason I can see this running zero tests.
Comment 3•14 years ago
|
||
It was running zero tests because it was throwing an exception on trying to call expectProcessCrash, which heycam made explicitly throw in chrome.
Comment 4•14 years ago
|
||
And uncaught exceptions from a chrome mochitest doesn't cause a test failure (bug 652494). :(
Assignee | ||
Comment 5•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•