Closed
Bug 1060661
Opened 10 years ago
Closed 10 years ago
TEST-UNEXPECTED-FAIL | /builds/slave/test/gaia/apps/system/test/marionette/font_utils_test.js | FontSizeUtils > FontSizeUtils._reformatHeaderText creates 1 reflow a header
Categories
(Firefox OS Graveyard :: Gaia, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: mikehenrty, Unassigned)
References
Details
Attachments
(1 file)
14:39:18 INFO - 2) FontSizeUtils > FontSizeUtils._reformatHeaderText creates 1 reflow a header:
14:39:18 INFO - AssertionError: Performed too many reflows
14:39:18 INFO - at Context.<anonymous> (/builds/slave/test/gaia/apps/system/test/marionette/font_utils_test.js:59:5)
14:39:18 INFO - at callFn (/builds/slave/test/gaia/node_modules/mocha/lib/runnable.js:223:21)
14:39:18 INFO - at Test.Runnable.run (/builds/slave/test/gaia/node_modules/mocha/lib/runnable.js:216:7)
14:39:18 INFO - at Runner.runTest (/builds/slave/test/gaia/node_modules/mocha/lib/runner.js:373:10)
14:39:18 INFO - at /builds/slave/test/gaia/node_modules/mocha/lib/runner.js:451:12
14:39:18 INFO - at next (/builds/slave/test/gaia/node_modules/mocha/lib/runner.js:298:14)
14:39:18 INFO - at /builds/slave/test/gaia/node_modules/mocha/lib/runner.js:308:7
14:39:18 INFO - at next (/builds/slave/test/gaia/node_modules/mocha/lib/runner.js:246:23)
14:39:18 INFO - at /builds/slave/test/gaia/node_modules/mocha/lib/runner.js:270:7
14:39:18 INFO - at done (/builds/slave/test/gaia/node_modules/mocha/lib/runnable.js:185:5)
14:39:18 INFO - at callFn (/builds/slave/test/gaia/node_modules/mocha/lib/runnable.js:228:7)
14:39:18 INFO - at Hook.Runnable.run (/builds/slave/test/gaia/node_modules/mocha/lib/runnable.js:216:7)
14:39:18 INFO - at next (/builds/slave/test/gaia/node_modules/mocha/lib/runner.js:258:10)
14:39:18 INFO - at /builds/slave/test/gaia/node_modules/mocha/lib/runner.js:270:7
14:39:18 INFO - at done (/builds/slave/test/gaia/node_modules/mocha/lib/runnable.js:185:5)
14:39:18 INFO - at /builds/slave/test/gaia/node_modules/mocha/lib/runnable.js:199:9
14:39:18 INFO - at Object.executeHook (/builds/slave/test/gaia/node_modules/marionette-client/lib/marionette/client.js:369:18)
14:39:18 INFO - at process._tickCallback (node.js:415:13)
Reporter | ||
Comment 1•10 years ago
|
||
SMS no longer uses BB header or font_size_utils, so the reflow helper was showing 0 reflows for header formatting. Fixed, and switched to EMAIL app.
This test will be removed when bug 1005830 gets fixed, but it's still valuable in the meantime.
Attachment #8481651 -
Flags: review?(kgrandon)
Updated•10 years ago
|
Attachment #8481651 -
Flags: review?(kgrandon) → review+
Comment 2•10 years ago
|
||
This was landed with a red gaia try in bug 1011604.
https://tbpl.mozilla.org/?rev=a63d20d8534e9c6df30d57b6c228fb4da69d088a&tree=Gaia-Try
Blocks: 1011604
Reporter | ||
Comment 3•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•