touch-packages team mailing list archive
-
touch-packages team
-
Mailing list archive
-
Message #122728
[Bug 1523501] [NEW] r1712 broke our AP tests on desktop
Public bug reported:
File "/home/tim/dev/ubuntu-ui-toolkit/m/fix-header-ap-landing/tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_flickable.py", line 41, in _get_visible_container_bottom
if keyboard._keyboard.is_available():
AttributeError: 'Keyboard' object has no attribute '_keyboard'
See, for example http://pastebin.ubuntu.com/13788069/
I suspect r1712 of our staging broke it, because that revision added the
failing lines to _flickable.py.
** Affects: ubuntu-ui-toolkit (Ubuntu)
Importance: Undecided
Status: New
** Description changed:
- File "/home/tim/dev/ubuntu-ui-toolkit/m/fix-header-ap-landing/tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_flickable.py", line 41, in _get_visible_container_bottom
- if keyboard._keyboard.is_available():
+ File "/home/tim/dev/ubuntu-ui-toolkit/m/fix-header-ap-landing/tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_flickable.py", line 41, in _get_visible_container_bottom
+ if keyboard._keyboard.is_available():
AttributeError: 'Keyboard' object has no attribute '_keyboard'
See, for example http://pastebin.ubuntu.com/13788069/
+
+ I suspect r1712 of our staging broke it, because that revision added the
+ failing lines to _flickable.py.
--
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to ubuntu-ui-toolkit in
Ubuntu.
https://bugs.launchpad.net/bugs/1523501
Title:
r1712 broke our AP tests on desktop
Status in ubuntu-ui-toolkit package in Ubuntu:
New
Bug description:
File "/home/tim/dev/ubuntu-ui-toolkit/m/fix-header-ap-landing/tests/autopilot/ubuntuuitoolkit/_custom_proxy_objects/_flickable.py", line 41, in _get_visible_container_bottom
if keyboard._keyboard.is_available():
AttributeError: 'Keyboard' object has no attribute '_keyboard'
See, for example http://pastebin.ubuntu.com/13788069/
I suspect r1712 of our staging broke it, because that revision added
the failing lines to _flickable.py.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ubuntu-ui-toolkit/+bug/1523501/+subscriptions
Follow ups