Closed
Bug 774396
Opened 13 years ago
Closed 10 years ago
B2G reftest-content.js fails to instantiate nsIPrintSettings object
Categories
(Testing :: Reftest, defect)
Tracking
(blocking-basecamp:-)
RESOLVED
WONTFIX
| blocking-basecamp | - |
People
(Reporter: ahal, Unassigned)
References
Details
(Whiteboard: u=b2g c=ateam p=2)
Attachments
(1 file, 1 obsolete file)
|
69.58 KB,
text/plain
|
Details |
Between 10-14 tests (depending on run) are failing when running layout/reftests/reftest-sanity/reftest.list on the b2g emulator (see bug 770490).
If the cause of these failures is discovered and/or fixed then it may go a long way to fixing (or at least understanding) many of the failing reftests in the other manifests as well.
Reftest log attached.
| Reporter | ||
Updated•13 years ago
|
Blocks: b2g-reftest
| Reporter | ||
Comment 1•13 years ago
|
||
The previous log was from my laptop which seemed to have problems running the reftests. Now using a dedicated linux desktop machine (and with a couple bug fixes) things have settled down. I'm only seeing three failures now that are consistent. Updating the attached log.
Attachment #642670 -
Attachment is obsolete: true
| Reporter | ||
Comment 2•13 years ago
|
||
These are now running on cedar and I see the same three failures: https://tbpl.mozilla.org/php/getParsedLog.php?id=16666888&tree=Cedar
(Note that the other two failures in chunk 1 are due to bug 785074)
blocking-basecamp: --- → ?
| Reporter | ||
Comment 3•13 years ago
|
||
:ted pointed out that all three of these bugs are testing printing. I remember when I first got this running, reftest-content.js couldn't instantiate an nsIPrintSettings object. This was back in June/July so maybe it will be fixed by now. I'll take a look into it when I have a bit of time.
Summary: Several reftest-sanity tests fail when running on B2G emulator → B2G reftest-content.js fails to instantiate nsIPrintSettings object
Comment 4•13 years ago
|
||
It's quite possible that the nsIPrintSettings interface doesn't exist for B2G, in which case we should just skip these for B2G.
We may be able to use a dummy implementation. I'm not sure what android does for this, but that's a good first place to look.
Comment 6•13 years ago
|
||
I spoke with Andrew on IRC about this and he said we don't need to block on it.
blocking-basecamp: ? → -
| Reporter | ||
Comment 7•13 years ago
|
||
(In reply to Andrew Overholt [:overholt] from comment #6)
> I spoke with Andrew on IRC about this and he said we don't need to block on
> it.
AIUI this only affects printing tests which are of low importance to b2g.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•