Closed
Bug 1780931
Opened 3 years ago
Closed 3 years ago
Perma TEST-UNEXPECTED-FAIL | devtools/client/shared/test/browser_outputparser.js | CSS property correctly parsed for color: color-mix(in srgb, red, blue) - Got "color-mix(in srgb, red, blue)", when Gecko 104 merges to Beta on 2022-07-25
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(firefox-esr91 unaffected, firefox-esr102 unaffected, firefox103 unaffected, firefox104+ fixed, firefox105 verified)
VERIFIED
FIXED
105 Branch
| Tracking | Status | |
|---|---|---|
| firefox-esr91 | --- | unaffected |
| firefox-esr102 | --- | unaffected |
| firefox103 | --- | unaffected |
| firefox104 | + | fixed |
| firefox105 | --- | verified |
People
(Reporter: smolnar, Assigned: nchevobbe)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Central-as-beta simulation
How to run these simulations
Failure log
INFO - TEST-PASS | devtools/client/shared/test/browser_outputparser.js | CSS property correctly parsed for border: 1px dotted#f06 -
[task 2022-07-23T12:20:11.152Z] 12:20:11 INFO - Testing color: color-mix(in srgb, red, blue)
[task 2022-07-23T12:20:11.153Z] 12:20:11 INFO - Buffered messages finished
[task 2022-07-23T12:20:11.154Z] 12:20:11 INFO - TEST-UNEXPECTED-FAIL | devtools/client/shared/test/browser_outputparser.js | CSS property correctly parsed for color: color-mix(in srgb, red, blue) - Got "color-mix(in srgb, red, blue)", expected "color-mix(in srgb, <span data-color=\"red\"><span class=\"test-class\" style=\"background-color:red\" tabindex=\"0\" role=\"button\" data-color-function=\"color-mix\"></span><span>red</span></span>, <span data-color=\"blue\"><span class=\"test-class\" style=\"background-color:blue\" tabindex=\"0\" role=\"button\" data-color-function=\"color-mix\"></span><span>blue</span></span>)"
[task 2022-07-23T12:20:11.154Z] 12:20:11 INFO - Stack trace:
[task 2022-07-23T12:20:11.154Z] 12:20:11 INFO - chrome://mochikit/content/browser-test.js:test_is:1428
[task 2022-07-23T12:20:11.155Z] 12:20:11 INFO - chrome://mochitests/content/browser/devtools/client/shared/test/browser_outputparser.js:testParseCssProperty:279
[task 2022-07-23T12:20:11.155Z] 12:20:11 INFO - chrome://mochitests/content/browser/devtools/client/shared/test/browser_outputparser.js:performTest:33
[task 2022-07-23T12:20:11.155Z] 12:20:11 INFO - chrome://mochitests/content/browser/devtools/client/shared/test/browser_outputparser.js:null:14
[task 2022-07-23T12:20:11.155Z] 12:20:11 INFO - chrome://mochikit/content/browser-test.js:handleTask:988
[task 2022-07-23T12:20:11.155Z] 12:20:11 INFO - chrome://mochikit/content/browser-test.js:_runTaskBasedTest:1060
[task 2022-07-23T12:20:11.155Z] 12:20:11 INFO - chrome://mochikit/content/browser-test.js:Tester_execTest:1195
[task 2022-07-23T12:20:11.155Z] 12:20:11 INFO - chrome://mochikit/content/browser-test.js:nextTest/<:977
[task 2022-07-23T12:20:11.155Z] 12:20:11 INFO - chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:SimpleTest.waitForFocus/<:1041
[task 2022-07-23T12:20:11.155Z] 12:20:11 INFO - Testing background-image: linear-gradient(to top, color-mix(in srgb, #008000, rgba(255, 255, 0, 0.9)), blue)
[task 2022-07-23T12:20:11.156Z] 12:20:11 INFO - Not taking screenshot here: see the one that was previously logged
Flags: needinfo?(nchevobbe)
| Reporter | ||
Updated•3 years ago
|
Updated•3 years ago
|
Keywords: regression
Updated•3 years ago
|
| Assignee | ||
Comment 1•3 years ago
|
||
The test is permafailing on beta because it was missing
the color-mix pref, which is only enabled on Nightly.
Updated•3 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
| Comment hidden (Intermittent Failures Robot) |
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/29fce3daf01f
[devtools] Set color-mix pref in browser_outputparser.js. r=jdescottes.
| Reporter | ||
Comment 5•3 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox105:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
Status: RESOLVED → VERIFIED
Comment 7•3 years ago
|
||
| bugherder uplift | ||
| Assignee | ||
Updated•3 years ago
|
Flags: needinfo?(nchevobbe)
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•