Intermittent test_screenshot.py TestScreenCaptureContent.test_capture_flags | AssertionError: u'iVBORw0KGgoA... (images unexpectedly equal))
Categories
(Testing :: Marionette Client and Harness, defect, P5)
Tracking
(firefox53 affected, firefox68 disabled, firefox69 affected)
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
Filed by: cbook [at] mozilla.com https://treeherder.mozilla.org/logviewer.html#?job_id=68319415&repo=autoland https://archive.mozilla.org/pub/firefox/tinderbox-builds/autoland-win32-debug/1484199796/autoland_win7_vm-debug_test-marionette-bm138-tests1-windows-build14.txt.gz
Comment 1•7 years ago
|
||
The images (current vs. reference) are actually equal. Which means there is no border around the textfield and the cursor is also not drawn. If that fails more often I will have to take a look into this feature.
Updated•7 years ago
|
Comment 2•7 years ago
|
||
This is a permafail for Fennec. So I'm going to disable the test completely for now via bug 1330616.
Comment 3•7 years ago
|
||
This might actually be a focus issue. I just noticed this failure locally while letting the test run in the background. As such the wanted focus in the text field will not appear.
Comment 4•7 years ago
|
||
Closing as intermittent has not been seen in last 45 days
Updated•7 years ago
|
Comment 5•7 years ago
|
||
This test has been disabled for Fennec immediately due to a high volume of failures. It hasn't been re-enabled / fixed since then, and as such didn't cause any OF entries.
Comment 6•7 years ago
|
||
Sorry, my fault. The original platform for this failure is Win7 VM and not Android.
Comment 7•5 years ago
|
||
The test is still disabled, and was most likely also dependent on bug 1335085. I will try to re-enable it in combination with bug 1329424.
Comment 8•5 years ago
|
||
Fixed with the landing of my patch on bug 1329424.
Comment 9•5 years ago
|
||
Actually not fixed yet. We still see this failure. I will observe how often and maybe we have to disable it again.
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 18•4 years ago
|
||
I'm currently not working on this bug given that it doesn't have high priority.
Comment hidden (Intermittent Failures Robot) |
Updated•4 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment 21•4 years ago
|
||
This seems to be a perma failure with my patches from bug 1559592 applied.
Now that this is reproducible, I could figure out what's wrong.
Comment 22•4 years ago
|
||
I would suggest that we skip the test again for now, means reverting the code removal from:
https://hg.mozilla.org/mozilla-central/rev/8eb5ac3760e7
Once my patch from bug 1559592 landed we can then investigate.
Comment 23•4 years ago
|
||
Temporarily skip on Windows to get the new screenshot API landed.
Given that this change makes this failure permanent it should be
easier for investigation after its landing.
Comment 24•4 years ago
|
||
Pushed by hskupin@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/3b0c482b4235 [marionette] Temporarily skip TestScreenCaptureContent.test_capture_flags on Windows. r=webdriver-reviewers,jgraham
Updated•4 years ago
|
Comment 25•4 years ago
|
||
bugherder |
Comment hidden (Intermittent Failures Robot) |
Comment 27•4 years ago
|
||
The problem here is that we are trying to capture the caret but given that it is blinking the test can intermittently fail. We are currently discussing this over on bug 1559592, and maybe we should just delete this test.
Comment 28•4 years ago
|
||
This test does no longer exist since the patch on bug 1559592 has been landed.
Updated•4 years ago
|
Updated•10 months ago
|
Comment 29•10 months ago
|
||
Moving bug to Testing::Marionette Client and Harness component per bug 1815831.
Description
•