Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ➜ wpt git:(master) ✗ ./wpt run --channel=preview safari "pointerevents/pointerevent_touch-action-none-css_touch.html" --log-mach - --log-mach-level=debug
- /* ... */
- 0:09.52 TEST_START: /pointerevents/pointerevent_touch-action-none-css_touch.html
- 0:10.08 DEBUG Receive message from testdriver: ['/pointerevents/pointerevent_touch-action-none-css_touch.html', 'action', {'id': 0, 'type': 'action', 'params': {'actions': [{'type': 'none', 'actions': [{'type': 'pause', 'duration': 16}, {'type': 'pause', 'duration': 16}, {'type': 'pause', 'duration': 16}, {'type': 'pause', 'duration': 16}, {'type': 'pause', 'duration': 16}, {'type': 'pause', 'duration': 16}, {'type': 'pause', 'duration': 16}, {'type': 'pause', 'duration': 100}, {'type': 'pause', 'duration': 16}], 'id': '0'}, {'id': 'touchPointer1', 'type': 'pointer', 'actions': [{'y': 0, 'type': 'pointerMove', 'x': 0, 'origin': {'selector': '#\\74 \\61 \\72 \\67 \\65 \\74 \\30 '}}, {'type': 'pointerDown', 'button': 0}, {'y': -10, 'type': 'pointerMove', 'x': 0, 'origin': {'selector': '#\\74 \\61 \\72 \\67 \\65 \\74 \\30 '}}, {'y': -20, 'type': 'pointerMove', 'x': 0, 'origin': {'selector': '#\\74 \\61 \\72 \\67 \\65 \\74 \\30 '}}, {'y': -30, 'type': 'pointerMove', 'x': 0, 'origin': {'selector': '#\\74 \\61 \\72 \\67 \\65 \\74 \\30 '}}, {'y': -40, 'type': 'pointerMove', 'x': 0, 'origin': {'selector': '#\\74 \\61 \\72 \\67 \\65 \\74 \\30 '}}, {'y': -50, 'type': 'pointerMove', 'x': 0, 'origin': {'selector': '#\\74 \\61 \\72 \\67 \\65 \\74 \\30 '}}, {'y': -60, 'type': 'pointerMove', 'x': 0, 'origin': {'selector': '#\\74 \\61 \\72 \\67 \\65 \\74 \\30 '}}, {'type': 'pointerUp', 'button': 0}], 'parameters': {'pointerType': 'touch'}}], 'context': None}, 'action': 'action_sequence'}]
- 0:10.41 DEBUG Action action_sequence completed with result None
- 0:10.42 DEBUG Receive message from testdriver: ['/pointerevents/pointerevent_touch-action-none-css_touch.html', 'action', {'id': 1, 'type': 'action', 'params': {'actions': [{'type': 'none', 'actions': [{'type': 'pause', 'duration': 16}, {'type': 'pause', 'duration': 16}, {'type': 'pause', 'duration': 16}, {'type': 'pause', 'duration': 16}, {'type': 'pause', 'duration': 16}, {'type': 'pause', 'duration': 16}, {'type': 'pause', 'duration': 16}, {'type': 'pause', 'duration': 100}, {'type': 'pause', 'duration': 16}], 'id': '1'}, {'id': 'touchPointer1', 'type': 'pointer', 'actions': [{'y': 0, 'type': 'pointerMove', 'x': 0, 'origin': {'selector': '#\\74 \\61 \\72 \\67 \\65 \\74 \\30 '}}, {'type': 'pointerDown', 'button': 0}, {'y': 0, 'type': 'pointerMove', 'x': -10, 'origin': {'selector': '#\\74 \\61 \\72 \\67 \\65 \\74 \\30 '}}, {'y': 0, 'type': 'pointerMove', 'x': -20, 'origin': {'selector': '#\\74 \\61 \\72 \\67 \\65 \\74 \\30 '}}, {'y': 0, 'type': 'pointerMove', 'x': -30, 'origin': {'selector': '#\\74 \\61 \\72 \\67 \\65 \\74 \\30 '}}, {'y': 0, 'type': 'pointerMove', 'x': -40, 'origin': {'selector': '#\\74 \\61 \\72 \\67 \\65 \\74 \\30 '}}, {'y': 0, 'type': 'pointerMove', 'x': -50, 'origin': {'selector': '#\\74 \\61 \\72 \\67 \\65 \\74 \\30 '}}, {'y': 0, 'type': 'pointerMove', 'x': -60, 'origin': {'selector': '#\\74 \\61 \\72 \\67 \\65 \\74 \\30 '}}, {'type': 'pointerUp', 'button': 0}], 'parameters': {'pointerType': 'touch'}}], 'context': None}, 'action': 'action_sequence'}]
- 0:10.71 DEBUG Receive message from testdriver: ['/pointerevents/pointerevent_touch-action-none-css_touch.html', 'action', {'id': 2, 'type': 'action', 'params': {'actions': [{'type': 'none', 'actions': [{'type': 'pause', 'duration': 16}, {'type': 'pause', 'duration': 16}, {'type': 'pause', 'duration': 16}], 'id': '2'}, {'id': 'touchPointer1', 'type': 'pointer', 'actions': [{'y': 0, 'type': 'pointerMove', 'x': 0, 'origin': {'selector': '#\\62 \\74 \\6e \\43 \\6f \\6d \\70 \\6c \\65 \\74 \\65 '}}, {'type': 'pointerDown', 'button': 0}, {'type': 'pointerUp', 'button': 0}], 'parameters': {'pointerType': 'touch'}}], 'context': None}, 'action': 'action_sequence'}]
- 0:10.73 DEBUG Action action_sequence failed with an expected exception
- Traceback (most recent call last):
- File "wpt/tools/wptrunner/wptrunner/executors/base.py", line 779, in process_action
- result = action_handler(params)
- File "wpt/tools/wptrunner/wptrunner/executors/actions.py", line 149, in __call__
- self.protocol.action_sequence.send_actions({"actions": actions})
- File "wpt/tools/wptrunner/wptrunner/executors/executorwebdriver.py", line 585, in send_actions
- self.webdriver.actions.perform(actions['actions'])
- File "wpt/tools/webdriver/webdriver/client.py", line 263, in perform
- actions = self.session.send_session_command("POST", "actions", body)
- File "wpt/tools/webdriver/webdriver/client.py", line 555, in send_session_command
- return self.send_command(method, url, body, timeout)
- File "wpt/tools/webdriver/webdriver/client.py", line 516, in send_command
- raise err
- webdriver.error.MoveTargetOutOfBoundsException: move target out of bounds (500)
- 0:17.96 DEBUG Got command: 'test_ended'
- 0:17.96 TEST_END: CRASH, expected OK - None
- Traceback (most recent call last):
- File "wpt/tools/wptrunner/wptrunner/executors/executorwebdriver.py", line 1085, in run_func
- self.result = True, self.func(self.protocol, self.url, self.timeout)
- File "wpt/tools/wptrunner/wptrunner/executors/executorwebdriver.py", line 1181, in do_testharness
- raw_results = protocol.testdriver.run(url, self.script_resume, test_window)
- File "wpt/tools/wptrunner/wptrunner/executors/executorwebdriver.py", line 657, in run
- test_driver_message = self.get_next_message(url, script_resume, test_window)
- File "wpt/tools/wptrunner/wptrunner/executors/executorwebdriver.py", line 701, in get_next_message
- return self._get_next_message_classic(url, script_resume)
- File "wpt/tools/wptrunner/wptrunner/executors/executorwebdriver.py", line 708, in _get_next_message_classic
- return self.parent.base.execute_script(script_resume, asynchronous=True, args=[strip_server(url)])
- File "wpt/tools/wptrunner/wptrunner/executors/executorwebdriver.py", line 78, in execute_script
- return method(script, args=args)
- File "wpt/tools/webdriver/webdriver/client.py", line 675, in execute_async_script
- return self.send_session_command("POST", "execute/async", body)
- File "wpt/tools/webdriver/webdriver/client.py", line 555, in send_session_command
- return self.send_command(method, url, body, timeout)
- File "wpt/tools/webdriver/webdriver/client.py", line 516, in send_command
- raise err
- webdriver.error.UnknownErrorException: unknown error (500)
- 0:17.96 INFO No more tests
- 0:17.96 DEBUG new state: stop
- 0:18.03 SUITE_END
- web-platform-test
- ~~~~~~~~~~~~~~~~~
- Ran 1 checks (1 tests)
- Expected results: 0
- Unexpected results: 1
- test: 1 (1 crash)
Advertisement
Add Comment
Please, Sign In to add comment