Closed
Bug 1332564
Opened 8 years ago
Closed 8 years ago
Intermittent TEST-UNEXPECTED-PASS | /webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/class_object/class_white-space_nowrap.html | expected FAIL
Categories
(Testing :: web-platform-tests, defect)
Tracking
(firefox52 unaffected, firefox53 fixed, firefox54 fixed)
RESOLVED
FIXED
mozilla54
Tracking | Status | |
---|---|---|
firefox52 | --- | unaffected |
firefox53 | --- | fixed |
firefox54 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: jmaher)
References
(Depends on 2 open bugs)
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell disabled])
Attachments
(1 file)
(deleted),
patch
|
gbrown
:
review+
|
Details | Diff | Splinter Review |
Filed by: philringnalda [at] gmail.com
https://treeherder.mozilla.org/logviewer.html#?job_id=70568061&repo=mozilla-inbound
https://archive.mozilla.org/pub/firefox/tinderbox-builds/mozilla-inbound-win64/1484888004/mozilla-inbound_win8_64_test-web-platform-tests-reftests-e10s-bm111-tests1-windows-build142.txt.gz
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 2•8 years ago
|
||
this is narrowed down to a small range:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&filter-searchStr=win%20x64%20wr-e10s&tochange=efeda43ab7b20d9216bf72b5f97a3dd715312e2a&fromchange=5abe47a8bfe0fd31d5cedc5bf01bdfdbae9ed7bf&selectedJob=72322746
I suspect these failures are related to the large update :jgraham did for wpt:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&revision=cf7aaeb55da022f9b66b17e89e406e7ca03c7636
this reminds me of bug 1332440 which started then, although this test has been around for quite some time in the tree.
:jgraham, can you comment on if we should mark this test as something to skip or we can fix this? I am unclear on who would own this test or what bugzilla component we should put this in.
Flags: needinfo?(james)
Updated•8 years ago
|
Assignee | ||
Comment 3•8 years ago
|
||
looks like a common pattern in:
/webvtt/rendering/cues-with-video/processing-model/selectors/cue_function/*/*-space_nowrap.html
Comment 4•8 years ago
|
||
The update fixed some brokenness in the wpt harness that may have caused these tests to go from permafail to intermittent pass. Since we weren't running them correctly before it's possible that the tests have always been broken, or that we have uncovered some implementation issue.
I don't know who works on WebVTT support but looking at the git log suggests maybe rillian would be a good starting point.
Flags: needinfo?(james) → needinfo?(giles)
Comment 5•8 years ago
|
||
Benjamin, can you please take a look at these web platform tests and figure out if they're correct and why we're intermittent on them?
Flags: needinfo?(giles) → needinfo?(bechen)
Comment hidden (Intermittent Failures Robot) |
Updated•8 years ago
|
Comment 7•8 years ago
|
||
I would prefer to disable/skip the whole tests under /webvtt/rendering/cues-with-video/processing-model/selectors.
Because the "selector for pseudo element" we don't implement yet. So it is meaningless if a test become PASS from FAIL.
Flags: needinfo?(bechen)
Comment 8•8 years ago
|
||
For the record I'm pretty skeptical of disabling tests just because we don't implement a feature yet. When we do come to implement the feature we are likley ot forget to reenable the tests and so miss the issues that they would have caught.
Assignee | ||
Comment 9•8 years ago
|
||
I guess if there is a bug that is on file to implement the features, that would be a way to mark this as blocked by that bug and we could potentially remember this.
On another note, what bugzilla component would /webvtt/rendering/cues-with-video/processing-model/selectors tests be in?
in fact /webvtt/rendering/ has nothing but /webvtt/rendering/cues-with-video/processing-model/ which includes a list of tests and directories:
* support/ *.vtt
* evil/ {tests}
* bidi/ {tests}
would it be save to assume that all the tests under /webvtt/rendering would be the same bugzilla component?
Assignee | ||
Comment 10•8 years ago
|
||
example patch that will disable this.
:bechen, can you comment on if we really should disable this and what work is tracked to implement this if we do disable it?
Flags: needinfo?(bechen)
Comment 11•8 years ago
|
||
Waitaminute. This and all the other unexpected-PASS bugs that we unexpectedly pass so often that I changed the summary of one to "Permaorange" instead of "Intermittent", it is unexpected that we pass them because we DON'T IMPLEMENT THE FEATURE THEY TEST?
How about if instead of disabling them because we don't implement the feature, we instead disable them because they are obviously and self-evidently bogus and incorrectly-written?
Comment hidden (Intermittent Failures Robot) |
Updated•8 years ago
|
Depends on: vtt-css-extensions, 1321489
Comment 13•8 years ago
|
||
Maybe it is worth to file another bug to find out why those tests were PASS for a long time.
For example: the selectors/cue/color_rgba.html change the font color to rgba(128,255,128,0.5), but our implementation is white. So the testcase should be FAIL but it PASS on the try server.
Please disable(In reply to Joel Maher ( :jmaher) from comment #10)
> Created attachment 8833303 [details] [diff] [review]
> disable web-platform-tests webvtt/rendering/*/selectors/*
>
> example patch that will disable this.
>
> :bechen, can you comment on if we really should disable this and what work
> is tracked to implement this if we do disable it?
Please disable them first, after finishing bug 865395 and other relative bugs(::cue pseudo element and selector), I will re-enable the tests again. We can leave this bug open or file another one.
Flags: needinfo?(bechen)
Assignee | ||
Comment 14•8 years ago
|
||
Comment on attachment 8833303 [details] [diff] [review]
disable web-platform-tests webvtt/rendering/*/selectors/*
as we will go forward with disabling these tests, lets do it and let :bechen implement the features and re-enable when it fits into a proper development schedule.
Attachment #8833303 -
Flags: review?(gbrown)
Comment 15•8 years ago
|
||
Comment on attachment 8833303 [details] [diff] [review]
disable web-platform-tests webvtt/rendering/*/selectors/*
Review of attachment 8833303 [details] [diff] [review]:
-----------------------------------------------------------------
Sounds good. Thanks!
Attachment #8833303 -
Flags: review?(gbrown) → review+
Comment 19•8 years ago
|
||
Pushed by jmaher@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/df0afcf0c3b6
disable webvtt/rendering/* as features are not implemented in gecko. r=gbrown
Comment 20•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox54:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
Updated•8 years ago
|
Comment 22•8 years ago
|
||
bugherder uplift |
Flags: in-testsuite-
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Updated•8 years ago
|
Whiteboard: [stockwell disabled]
You need to log in
before you can comment on or make changes to this bug.
Description
•