The balsa/armhf tests are failing with the hirsute-proposed update
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
webkit2gtk (Ubuntu) |
Triaged
|
Low
|
Unassigned |
Bug Description
The update is failing the balsa tests for some reason.
The failure can be reproduced on ubuntu/
$ autopkgtest-
$ autopkgtest --shell-fail --apt-pocket=
starting the tests manually in the shell opened after failure it success though...
Getting the balsa source and editing debian/
xvfb-run bash -c 'NO_AT_BRIDGE=1 balsa --check-mail & sleep 15 ; xwininfo -tree -root; xwd -root | gm convert - /tmp/debug.png; xwd -name balsa | gm convert - /tmp/lower.png; xwd -debug -name Balsa | gm convert - $workdir/
$ autopkgtest --shell-fail --apt-pocket=
gives
'working directory: /tmp/autopkgtes
xwininfo: Window id: 0x50e (the root window) (has no name)
Root window id: 0x50e (the root window) (has no name)
Parent window id: 0x0 (none)
1 child:
0x200001 "balsa": ("balsa" "Balsa") 10x10+10+10 +10+10
X Error of failed request: BadMatch (invalid parameter attributes)
Major opcode of failed request: 73 (X_GetImage)
Serial number of failed request: 22
Current serial number in output stream: 22
gm convert: Improper image header (/tmp/gmea3yq0).
xwd: error: No window with name Balsa exists!
gm convert: Improper image header (/tmp/gmH5TBcq).
gm compare: Request did not return an image.
autopkgtest [09:50:24]: test screenshot: -------
autopkgtest [09:50:25]: test screenshot: - - - - - - - - - - results - - - - - - - - - -
screenshot FAIL non-zero exit status 1
'
doing a ssh -X to the instance it seems to start the right dialog...
Changed in webkit2gtk (Ubuntu): | |
status: | New → Confirmed |
tags: | removed: update-excuse |
Seems it has to do with portals? The recent depends adding has been reverted and now the test is successful?