Open
Bug 1377162
Opened 9 years ago
Updated 3 years ago
mochitest for one file *_oop_*.html in dom/browser-element/mochietst fail
Categories
(Core :: DOM: Core & HTML, enhancement, P3)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: CuveeHsu, Unassigned)
Details
STR:
1. |mach build| to clean the test profile
2. run an oop mochitest
e.g., mach build && mach mochitest --disable-e10s dom/browser-element/mochitest/test_browserElement_oop_CookiesNotThirdParty.html
The root cause is lack of dependent js in the support-files in mochitest-oop.ini:
http://searchfox.org/mozilla-central/rev/152c0296f8a10f81185ee88dfb4114ec3882b4c6/dom/browser-element/mochitest/mochitest-oop.ini
The reason of the success in treeherder is cache in profile.
Hello smaug, do you know is it by design? or we need to fix it.
Flags: needinfo?(bugs)
| Reporter | ||
Comment 1•9 years ago
|
||
For those wanna run a oop test, a workaround is to run the corresponding _inproc_ first.
Comment 2•9 years ago
|
||
I don't know the reason. Sounds like something to fix.
Flags: needinfo?(bugs)
Updated•9 years ago
|
Priority: -- → P3
| Assignee | ||
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•