You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running the following tests, they report failures and keep windows open.
219 ERROR Failure in window.EVENT_SEQUENCE_CREATE
220 ERROR Traceback (most recent call last):
221 File "../tests/window/EVENT_SEQUENCE_CREATE.py", line 30, in test_method
222 self.check_timeout()
223 File "../tests/window/base_event_sequence.py", line 29, in check_timeout
224 self.assertTrue(time.time() - self.start_time < self.timeout)
225 AssertionError: False is not true
226
227 INFO 1 tests run
228 INFO --- test (52/141) window.EVENT_SEQUENCE_SHOW
229 INFO Begin unit tests for window.EVENT_SEQUENCE_SHOW
230 ERROR Failure in window.EVENT_SEQUENCE_SHOW
231 ERROR Traceback (most recent call last):
232 File "../tests/window/EVENT_SEQUENCE_SHOW.py", line 33, in test_method
233 self.check_timeout()
234 File "../tests/window/base_event_sequence.py", line 29, in check_timeout
235 self.assertTrue(time.time() - self.start_time < self.timeout)
236 AssertionError: False is not true
237
238 INFO 1 tests run
239 INFO --- test (53/141) window.EVENT_SEQUENCE_CREATE_FULLSCREEN
240 INFO Begin unit tests for window.EVENT_SEQUENCE_CREATE_FULLSCREEN
241 ERROR Failure in window.EVENT_SEQUENCE_CREATE_FULLSCREEN
242 ERROR Traceback (most recent call last):
243 File "../tests/window/EVENT_SEQUENCE_CREATE_FULLSCREEN.py", line 30, in
test_method
244 self.check_timeout()
245 File "../tests/window/base_event_sequence.py", line 29, in check_timeout
246 self.assertTrue(time.time() - self.start_time < self.timeout)
247 AssertionError: False is not true
248
249 INFO 1 tests run
250 INFO --- test (54/141) window.EVENT_SEQUENCE_SET_FULLSCREEN
251 INFO Begin unit tests for window.EVENT_SEQUENCE_SET_FULLSCREEN
252 ERROR Failure in window.EVENT_SEQUENCE_SET_FULLSCREEN
253 ERROR Traceback (most recent call last):
254 File "../tests/window/EVENT_SEQUENCE_SET_FULLSCREEN.py", line 30, in
test_method
255 self.check_timeout()
256 File "../tests/window/base_event_sequence.py", line 29, in check_timeout
257 self.assertTrue(time.time() - self.start_time < self.timeout)
258 AssertionError: False is not true
Tested on Ubuntu 14.04 with KDE. Using Pyglet 1.2rc1
Original issue reported on code.google.com by [email protected] on 25 Jan 2015 at 4:14
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 25 Jan 2015 at 4:14The text was updated successfully, but these errors were encountered: