Open
Bug 1355817
Opened 8 years ago
Updated 3 years ago
Fix and re-enable layout/base/tests/test_bug394057.html on Android
Categories
(Core :: Layout: Text and Fonts, defect, P3)
Tracking
()
NEW
People
(Reporter: RyanVM, Unassigned)
Details
As part of getting layout/base/tests running on Android again, it was determined that test_bug394057.html is currently permafailing. In the interests of getting the directory running again, the test has been disabled for now until it can be fixed and re-enabled.
241 INFO TEST-START | layout/base/tests/test_bug394057.html
242 INFO TEST-PASS | layout/base/tests/test_bug394057.html | can't find serif and monospace fonts of different width
243 INFO TEST-UNEXPECTED-FAIL | layout/base/tests/test_bug394057.html | changing font pref should change width of table (serif) - got 149, expected 150
SimpleTest.is@SimpleTest/SimpleTest.js:310:5
step3@layout/base/tests/test_bug394057.html:77:5
244 INFO TEST-UNEXPECTED-FAIL | layout/base/tests/test_bug394057.html | changing font pref should change width of table (monospace) - got 162, expected 158
SimpleTest.is@SimpleTest/SimpleTest.js:310:5
step3@layout/base/tests/test_bug394057.html:79:5
245 INFO TEST-OK | layout/base/tests/test_bug394057.html | took 3479ms
Updated•8 years ago
|
Priority: -- → P3
Reporter | ||
Comment 1•4 years ago
|
||
NI myself to see if we can re-enable these now.
Flags: needinfo?(ryanvm)
Reporter | ||
Comment 2•4 years ago
|
||
Still fails:
WARNING - TEST-UNEXPECTED-FAIL | layout/base/tests/test_bug394057.html | changing font pref should change width of table (monospace) - got 162, expected 152
INFO - SimpleTest.is@SimpleTest/SimpleTest.js:500:14
INFO - step3@layout/base/tests/test_bug394057.html:79:7
Jonathan, any thoughts on that failure?
Flags: needinfo?(ryanvm) → needinfo?(jfkthame)
Comment 3•4 years ago
|
||
Nothing immediately comes to mind, except that I notice this apparently used to fail on Windows/ASAN as well, which makes me wonder if it's some kind of timing-related issue where slower systems fail to completely handle the pref-change in time.
(It'd be interesting to know if there's a user-visible bug on Android whereby such pref changes don't trigger the necessary reflow, or if it's just an issue in the test environment.)
Flags: needinfo?(jfkthame)
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•