Closed
Bug 986685
Opened 11 years ago
Closed 11 years ago
[e10s] Disable some DOM tests
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
FIXED
mozilla31
People
(Reporter: billm, Assigned: billm)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
2.25 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
1.03 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
1.68 KB,
patch
|
smaug
:
review+
|
Details | Diff | Splinter Review |
I'm working on disabling enough tests that we can get a green e10s run. After that, we can start enabling them again.
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8395050 -
Flags: review?(bugs)
Assignee | ||
Comment 2•11 years ago
|
||
Attachment #8395051 -
Flags: review?(bugs)
Assignee | ||
Comment 3•11 years ago
|
||
Attachment #8395052 -
Flags: review?(bugs)
Updated•11 years ago
|
Attachment #8395051 -
Flags: review?(bugs) → review+
Comment 4•11 years ago
|
||
Comment on attachment 8395050 [details] [diff] [review]
disable-dom-events
I don't understand this one. This should just work.
What kind of error do you get?
I assume this is about test_bug432698.html
.ini syntax is so bizarre
Comment 5•11 years ago
|
||
Comment on attachment 8395052 [details] [diff] [review]
disable-dom-imptest
odd odd, but given that this is disabled on gonk too, fine.
Attachment #8395052 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 6•11 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #4)
> Comment on attachment 8395050 [details] [diff] [review]
> disable-dom-events
>
> I don't understand this one. This should just work.
> What kind of error do you get?
>
> I assume this is about test_bug432698.html
> .ini syntax is so bizarre
I haven't been investigating too much. I just want to start with a clean baseline. Here is the failure:
https://tbpl.mozilla.org/php/getParsedLog.php?id=36479161&tree=Holly#error0
It seems to happen intermittently.
Assignee | ||
Comment 7•11 years ago
|
||
(In reply to Olli Pettay [:smaug] from comment #5)
> Comment on attachment 8395052 [details] [diff] [review]
> disable-dom-imptest
>
> odd odd, but given that this is disabled on gonk too, fine.
This test uses the <keygen> tag, which requires window.crypto, which is disabled in e10s. Apparently some part of NSS/PSM is not safe to run in content processes.
Comment 8•11 years ago
|
||
Comment on attachment 8395050 [details] [diff] [review]
disable-dom-events
In case of test_bug432698.html I think the following could fix the test
checkRelatedTarget = false;
right before SimpleTest.finish();
Either that, or disable.
Disabling test_bug967796.html is fine.
Attachment #8395050 -
Flags: review?(bugs) → review+
Assignee | ||
Comment 9•11 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/083592b92e63
I made the "checkRelatedTarget = false" change. It passes on inbound. I'm not sure if it works in e10s since it's intermittent, but we'll find out in time.
Comment 10•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla31
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•