Intermittent Android TEST-UNEXPECTED-PASS | /css/css-shapes/shape-outside/values/shape-outside-ellipse-005.html | test unit: vh - ellipse(50vh 100vh) - computed - expected FAIL
Categories
(Core :: Layout: Floats, defect, P5)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox-esr78 | --- | unaffected |
| firefox-esr91 | --- | unaffected |
| firefox90 | --- | unaffected |
| firefox91 | --- | unaffected |
| firefox92 | --- | wontfix |
| firefox93 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: hiro)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
Filed by: abutkovits [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=347239538&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/OaXGP6o0T8GlOihZO0cRvg/runs/0/artifacts/public/logs/live_backing.log
[task 2021-08-03T10:25:29.343Z] 10:25:29 INFO - TEST-PASS | /css/css-shapes/shape-outside/values/shape-outside-ellipse-005.html | test unit: vw - ellipse(25vw farthest-side) - computed
[task 2021-08-03T10:25:29.343Z] 10:25:29 INFO - TEST-PASS | /css/css-shapes/shape-outside/values/shape-outside-ellipse-005.html | test unit: vw - ellipse(farthest-side 75vw) - computed
[task 2021-08-03T10:25:29.343Z] 10:25:29 INFO - TEST-UNEXPECTED-PASS | /css/css-shapes/shape-outside/values/shape-outside-ellipse-005.html | test unit: vh - ellipse(50vh 100vh) - computed - expected FAIL
[task 2021-08-03T10:25:29.343Z] 10:25:29 INFO - TEST-INFO | expected FAIL
[task 2021-08-03T10:25:29.344Z] 10:25:29 INFO -
[task 2021-08-03T10:25:29.344Z] 10:25:29 INFO - TEST-UNEXPECTED-PASS | /css/css-shapes/shape-outside/values/shape-outside-ellipse-005.html | test unit: vh - ellipse(100vh 100px) - computed - expected FAIL
[task 2021-08-03T10:25:29.344Z] 10:25:29 INFO - TEST-INFO | expected FAIL
[task 2021-08-03T10:25:29.345Z] 10:25:29 INFO -
[task 2021-08-03T10:25:29.345Z] 10:25:29 INFO - TEST-UNEXPECTED-PASS | /css/css-shapes/shape-outside/values/shape-outside-ellipse-005.html | test unit: vh - ellipse(50vh 25%) - computed - expected FAIL
[task 2021-08-03T10:25:29.345Z] 10:25:29 INFO - TEST-INFO | expected FAIL
[task 2021-08-03T10:25:29.346Z] 10:25:29 INFO -
[task 2021-08-03T10:25:29.346Z] 10:25:29 INFO - TEST-UNEXPECTED-PASS | /css/css-shapes/shape-outside/values/shape-outside-ellipse-005.html | test unit: vh - ellipse(25% 50vh) - computed - expected FAIL
[task 2021-08-03T10:25:29.346Z] 10:25:29 INFO - TEST-INFO | expected FAIL
[task 2021-08-03T10:25:29.347Z] 10:25:29 INFO -
[task 2021-08-03T10:25:29.347Z] 10:25:29 INFO - TEST-UNEXPECTED-PASS | /css/css-shapes/shape-outside/values/shape-outside-ellipse-005.html | test unit: vh - ellipse(25vh closest-side) - computed - expected FAIL
[task 2021-08-03T10:25:29.347Z] 10:25:29 INFO - TEST-INFO | expected FAIL
[task 2021-08-03T10:25:29.347Z] 10:25:29 INFO -
[task 2021-08-03T10:25:29.347Z] 10:25:29 INFO - TEST-UNEXPECTED-PASS | /css/css-shapes/shape-outside/values/shape-outside-ellipse-005.html | test unit: vh - ellipse(closest-side 75vh) - computed - expected FAIL
[task 2021-08-03T10:25:29.347Z] 10:25:29 INFO - TEST-INFO | expected FAIL
[task 2021-08-03T10:25:29.348Z] 10:25:29 INFO -
[task 2021-08-03T10:25:29.348Z] 10:25:29 INFO - TEST-UNEXPECTED-PASS | /css/css-shapes/shape-outside/values/shape-outside-ellipse-005.html | test unit: vh - ellipse(25vh farthest-side) - computed - expected FAIL
[task 2021-08-03T10:25:29.348Z] 10:25:29 INFO - TEST-INFO | expected FAIL
[task 2021-08-03T10:25:29.349Z] 10:25:29 INFO -
[task 2021-08-03T10:25:29.349Z] 10:25:29 INFO - TEST-UNEXPECTED-PASS | /css/css-shapes/shape-outside/values/shape-outside-ellipse-005.html | test unit: vh - ellipse(farthest-side 75vh) - computed - expected FAIL
[task 2021-08-03T10:25:29.349Z] 10:25:29 INFO - TEST-INFO | expected FAIL
Comment 1•4 years ago
|
||
Intermittent unexpected passes. This could just be annotated but do we know what caused this change to intermittent test results?
Updated•4 years ago
|
| Comment hidden (Intermittent Failures Robot) |
Comment 3•4 years ago
|
||
Sorry for the late reply. There's no recent change related to shapes or floats that I know of. Given the intermittent all happens on Android and the tests have viewport units like vh and vm, I guess it is related to Android viewport handling.
(cc Hiro)
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Assignee | ||
Comment 6•4 years ago
|
||
I seems to have missed the CC in comment 3. I know the change makes this test pass occasionally, it's bug 1718012. With bug 1718012, auto-scaling on mobile happens earlier than before, which makes the test more stable.
That said, that's not a proper solution on these kind of failure. We should just specify a meta viewport tag to avoid auto-scaling. If there's no meta viewport tag, the document will be laid out on 980px width canvas, it is going to be scaled to fit the device screen width, it happens during reflows, thus in the middle of the reflows the viewport units are not stable.
| Assignee | ||
Comment 7•4 years ago
|
||
Comment 8•4 years ago
|
||
Hiro, thanks for looking into this!
I was wondering whether bug 1723671, bug 1723726, bug 1723736, bug 1723739, and bug 1723740 are the same issue. Maybe we can add the viewport tag to every tests under /css/css-shapes/shape-outside/values/ to fix them all.
| Assignee | ||
Comment 9•4 years ago
|
||
Yeah looks like all the bugs are same. I will add them in this bug. Thanks for noticing!
| Assignee | ||
Comment 10•4 years ago
|
||
Looks like I've already included some of them. :)
| Assignee | ||
Comment 11•4 years ago
|
||
A try run FWIW, waiting for Windows results; https://treeherder.mozilla.org/jobs?repo=try&revision=002b68de541229af48261b46a2336f50d9a9fd0c
Updated•4 years ago
|
Comment 13•4 years ago
|
||
| bugherder | ||
Updated•4 years ago
|
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Description
•