Intermittent TEST-UNEXPECTED-PASS | /css/css-transitions/CSSTransition-effect.tentative.html | After setting a transition's effect to null, it should be possible to interrupt that transition - expected FAIL
Categories
(Core :: CSS Transitions and Animations, defect, P5)
Tracking
()
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure, regression)
Filed by: ccoroiu [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=262325615&repo=mozilla-central
Full log: https://queue.taskcluster.net/v1/task/XE4cWb9fTTGbjP2QmK1brw/runs/0/artifacts/public/logs/live_backing.log
[task 2019-08-19T18:40:00.477Z] 18:40:00 INFO - TEST-FAIL | /css/css-transitions/CSSTransition-effect.tentative.html | After setting a transition's effect to null, a new transition can be started - assert_equals: expected "0px" but got "100px"
[task 2019-08-19T18:40:00.477Z] 18:40:00 INFO - @http://web-platform.test:8000/css/css-transitions/CSSTransition-effect.tentative.html:93:16
[task 2019-08-19T18:40:00.478Z] 18:40:00 INFO - asyncTest.prototype.step@http://web-platform.test:8000/resources/testharness.js:1611:25
[task 2019-08-19T18:40:00.478Z] 18:40:00 INFO - promise_test/tests.promise_tests</<@http://web-platform.test:8000/resources/testharness.js:591:36
[task 2019-08-19T18:40:00.478Z] 18:40:00 INFO - promise_test/tests.promise_tests<@http://web-platform.test:8000/resources/testharness.js:590:20
[task 2019-08-19T18:40:00.478Z] 18:40:00 INFO - promise callbackpromise_test@http://web-platform.test:8000/resources/testharness.js:589:51
[task 2019-08-19T18:40:00.478Z] 18:40:00 INFO - @http://web-platform.test:8000/css/css-transitions/CSSTransition-effect.tentative.html:68:13
[task 2019-08-19T18:40:00.478Z] 18:40:00 INFO - TEST-UNEXPECTED-PASS | /css/css-transitions/CSSTransition-effect.tentative.html | After setting a transition's effect to null, it should be possible to interrupt that transition - expected FAIL
[task 2019-08-19T18:40:00.478Z] 18:40:00 INFO - TEST-INFO | expected FAIL
[task 2019-08-19T18:40:00.478Z] 18:40:00 INFO - ...
[task 2019-08-19T18:40:00.478Z] 18:40:00 INFO - TEST-OK | /css/css-transitions/CSSTransition-effect.tentative.html | took 396ms
[task 2019-08-19T18:40:00.497Z] 18:40:00 INFO - PID 6196 | 1566240000486 Marionette INFO Stopped listening on port 50040
[task 2019-08-19T18:40:00.616Z] 18:40:00 INFO - PID 6196 | [Parent 9840, Gecko_IOThread] WARNING: pipe error: 109: file z:/task_1566231802/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341
[task 2019-08-19T18:40:00.621Z] 18:40:00 INFO - PID 6196 | [Child 10852, Chrome_ChildThread] WARNING: pipe error: 109: file z:/task_1566231802/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341
[task 2019-08-19T18:40:00.621Z] 18:40:00 INFO - PID 6196 | [Child 10852, Chrome_ChildThread] WARNING: pipe[Parent 9840, Gecko_IOThread] WARNING: pipe error: 109: file z:/task_1566231802/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341
[task 2019-08-19T18:40:00.622Z] 18:40:00 INFO - PID 6196 | [Parent 9840, Gecko_IOThread] WARNING: pipe error: 109: file z:/task_1566231802/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341
[task 2019-08-19T18:40:00.632Z] 18:40:00 INFO - PID 6196 | [Child 7732, Chrome_ChildThread] WARNING: pipe error: 109: file z:/task_1566231802/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341
[task 2019-08-19T18:40:00.632Z] 18:40:00 INFO - PID 6196 | [Child 7732, Chrom[Child 4812, Chrome_ChildThread] WARNING: pipe error: 109: file z:/task_1566231802/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341
[task 2019-08-19T18:40:00.632Z] 18:40:00 INFO - PID 6196 | [Child 4812, Chrome_ChildThread] WARNING: pipe error: 109: file z:/task_1566231802/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341
[task 2019-08-19T18:40:00.662Z] 18:40:00 INFO - PID 6196 | [Parent 9840, Gecko_IOThread] WARNING: pipe error: 109: file z:/task_1566231802/build/src/ipc/chromium/src/chrome/common/ipc_channel_win.cc, line 341
[task 2019-08-19T18:40:00.885Z] 18:40:00 INFO - PID 6196 | [GPU 7396, Chrome_ChildThread] WARNING: pipe
[task 2019-08-19T18:40:00.885Z] 18:40:00 INFO - PID 6196 | ###!!! [Child][MessageChannel::SendAndWait] Error: Channel error: cannot send/recv
[task 2019-08-19T18:40:01.259Z] 18:40:01 INFO - Browser exited with return code 0
Comment 1•5 years ago
|
||
This expected-fail annotation was only added recently in bug 1573913 ( https://hg.mozilla.org/mozilla-central/rev/627b8057e274643d90c8997abd9e3b6cbf7d121a ), FWIW.
Here's where this new failure was noted on that bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1573913#c4
And in the next comment, birtles notes that the "failure" is actually a bug in the test, and he reported the bug upstream at https://github.com/web-platform-tests/wpt/pull/18428#pullrequestreview-275232779 and apparently the test author is going to fix it.
(And for now, it's marked as expected-fail, though I guess it sometimes passes too, per this bug?)
Comment 2•5 years ago
|
||
I believe Stephen fixed this particular test in:
https://github.com/web-platform-tests/wpt/commit/386d028948caf18c09ba67a68fc5b5667a6b8961
which should be merged to m-c in bug 1574170.
(There is also another bug fix Stephen is likely to make to this file as per:
https://github.com/web-platform-tests/wpt/pull/18457#issuecomment-522034045)
Comment hidden (Intermittent Failures Robot) |
Comment 4•5 years ago
|
||
Description
•