[Touch-packages] [Bug 1671155] Re: Autopilot tests that involve special keys fail on zesty

2017-03-08 Thread Olivier Tilloy
References to Ctrl+ function as expected when I switch my keyboard
layout to qwerty before running the tests. I think this is bug #1108742,
which had disappeared, but is back.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1671155

Title:
  Autopilot tests that involve special keys fail

Status in Autopilot:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  I upgraded my laptop running xenial+overlay to yakkety then zesty
  yesterday, and since then all webbrowser-app autopilot tests that
  involve pressing special keys or key combinations (like 'Escape', 'F6'
  or 'Ctrl+plus') are consistently failing:

  Traceback (most recent call last):
File 
"/build/webbrowser-app/staging/tests/autopilot/webbrowser_app/tests/test_fullscreen.py",
 line 70, in test_user_exit_ESC
  self.main_window.press_key('Escape')
File 
"/build/webbrowser-app/staging/tests/autopilot/webbrowser_app/emulators/browser.py",
 line 192, in press_key
  self.keyboard.press_and_release(key)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 181, 
in press_and_release
  self.press(keys, delay)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 138, 
in press
  self._device.press(key_button)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 56, 
in press
  ecode = self._get_ecode_for_key(key)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 66, 
in _get_ecode_for_key
  raise ValueError('Unknown key name: %s.' % key)
  ValueError: Unknown key name: Escape.

To manage notifications about this bug go to:
https://bugs.launchpad.net/autopilot/+bug/1671155/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1671155] Re: Autopilot tests that involve special keys fail on zesty

2017-03-08 Thread Santiago Baldassin
** Changed in: autopilot
 Assignee: (unassigned) => Santiago Baldassin (sbaldassin)

** Changed in: autopilot
   Importance: Undecided => High

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1671155

Title:
  Autopilot tests that involve special keys fail on zesty

Status in Autopilot:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  I upgraded my laptop running xenial+overlay to yakkety then zesty
  yesterday, and since then all webbrowser-app autopilot tests that
  involve pressing special keys or key combinations (like 'Escape', 'F6'
  or 'Ctrl+plus') are consistently failing:

  Traceback (most recent call last):
File 
"/build/webbrowser-app/staging/tests/autopilot/webbrowser_app/tests/test_fullscreen.py",
 line 70, in test_user_exit_ESC
  self.main_window.press_key('Escape')
File 
"/build/webbrowser-app/staging/tests/autopilot/webbrowser_app/emulators/browser.py",
 line 192, in press_key
  self.keyboard.press_and_release(key)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 181, 
in press_and_release
  self.press(keys, delay)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 138, 
in press
  self._device.press(key_button)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 56, 
in press
  ecode = self._get_ecode_for_key(key)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 66, 
in _get_ecode_for_key
  raise ValueError('Unknown key name: %s.' % key)
  ValueError: Unknown key name: Escape.

To manage notifications about this bug go to:
https://bugs.launchpad.net/autopilot/+bug/1671155/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1671155] Re: Autopilot tests that involve special keys fail on zesty

2017-03-08 Thread Olivier Tilloy
And changing references to function keys such as 'F11' to 'f11' fixes
that case too.

References to Ctrl+ combinations are still failing.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1671155

Title:
  Autopilot tests that involve special keys fail on zesty

Status in Autopilot:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  I upgraded my laptop running xenial+overlay to yakkety then zesty
  yesterday, and since then all webbrowser-app autopilot tests that
  involve pressing special keys or key combinations (like 'Escape', 'F6'
  or 'Ctrl+plus') are consistently failing:

  Traceback (most recent call last):
File 
"/build/webbrowser-app/staging/tests/autopilot/webbrowser_app/tests/test_fullscreen.py",
 line 70, in test_user_exit_ESC
  self.main_window.press_key('Escape')
File 
"/build/webbrowser-app/staging/tests/autopilot/webbrowser_app/emulators/browser.py",
 line 192, in press_key
  self.keyboard.press_and_release(key)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 181, 
in press_and_release
  self.press(keys, delay)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 138, 
in press
  self._device.press(key_button)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 56, 
in press
  ecode = self._get_ecode_for_key(key)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 66, 
in _get_ecode_for_key
  raise ValueError('Unknown key name: %s.' % key)
  ValueError: Unknown key name: Escape.

To manage notifications about this bug go to:
https://bugs.launchpad.net/autopilot/+bug/1671155/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1671155] Re: Autopilot tests that involve special keys fail on zesty

2017-03-08 Thread Andrew Hayzen
This also occurs for me on xenial+overlay, but i have found changing the
key from "Escape" to "Esc" fixes the problem.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1671155

Title:
  Autopilot tests that involve special keys fail on zesty

Status in Autopilot:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  I upgraded my laptop running xenial+overlay to yakkety then zesty
  yesterday, and since then all webbrowser-app autopilot tests that
  involve pressing special keys or key combinations (like 'Escape', 'F6'
  or 'Ctrl+plus') are consistently failing:

  Traceback (most recent call last):
File 
"/build/webbrowser-app/staging/tests/autopilot/webbrowser_app/tests/test_fullscreen.py",
 line 70, in test_user_exit_ESC
  self.main_window.press_key('Escape')
File 
"/build/webbrowser-app/staging/tests/autopilot/webbrowser_app/emulators/browser.py",
 line 192, in press_key
  self.keyboard.press_and_release(key)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 181, 
in press_and_release
  self.press(keys, delay)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 138, 
in press
  self._device.press(key_button)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 56, 
in press
  ecode = self._get_ecode_for_key(key)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 66, 
in _get_ecode_for_key
  raise ValueError('Unknown key name: %s.' % key)
  ValueError: Unknown key name: Escape.

To manage notifications about this bug go to:
https://bugs.launchpad.net/autopilot/+bug/1671155/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp


[Touch-packages] [Bug 1671155] Re: Autopilot tests that involve special keys fail on zesty

2017-03-08 Thread Olivier Tilloy
And the same tests also fail in a virtualbox xenial+overlay guest. I’m
pretty sure they used to pass in that same guest when the host was
running xenial+overlay.

-- 
You received this bug notification because you are a member of Ubuntu
Touch seeded packages, which is subscribed to webbrowser-app in Ubuntu.
https://bugs.launchpad.net/bugs/1671155

Title:
  Autopilot tests that involve special keys fail on zesty

Status in Autopilot:
  New
Status in webbrowser-app package in Ubuntu:
  New

Bug description:
  I upgraded my laptop running xenial+overlay to yakkety then zesty
  yesterday, and since then all webbrowser-app autopilot tests that
  involve pressing special keys or key combinations (like 'Escape', 'F6'
  or 'Ctrl+plus') are consistently failing:

  Traceback (most recent call last):
File 
"/build/webbrowser-app/staging/tests/autopilot/webbrowser_app/tests/test_fullscreen.py",
 line 70, in test_user_exit_ESC
  self.main_window.press_key('Escape')
File 
"/build/webbrowser-app/staging/tests/autopilot/webbrowser_app/emulators/browser.py",
 line 192, in press_key
  self.keyboard.press_and_release(key)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 181, 
in press_and_release
  self.press(keys, delay)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 138, 
in press
  self._device.press(key_button)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 56, 
in press
  ecode = self._get_ecode_for_key(key)
File "/usr/lib/python3/dist-packages/autopilot/input/_uinput.py", line 66, 
in _get_ecode_for_key
  raise ValueError('Unknown key name: %s.' % key)
  ValueError: Unknown key name: Escape.

To manage notifications about this bug go to:
https://bugs.launchpad.net/autopilot/+bug/1671155/+subscriptions

-- 
Mailing list: https://launchpad.net/~touch-packages
Post to : touch-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~touch-packages
More help   : https://help.launchpad.net/ListHelp