I'm on a Pentium M with Windows XP and Python 2.6. I ran it 5 times,
the first test of the first run failed but everything else passed.
Here's the log:
C:\Documents and Settings\Matthew\Desktop\pyglet\tests\app>EVENT_LOOP.py
F.......
======================================================================
FAIL: test_1_5 (__main__.EVENT_LOOP)
----------------------------------------------------------------------
Traceback (most recent call last):
File "C:\Documents and
Settings\Matthew\Desktop\pyglet\tests\app\EVENT_LOOP.py", line 44, in
test_1_5
self.t_scheduled(1, 5, 0)
File "C:\Documents and
Settings\Matthew\Desktop\pyglet\tests\app\EVENT_LOOP.py", line 39, in
t_scheduled
pyglet.app.run()
File "C:\Documents and
Settings\Matthew\Desktop\pyglet\tests\app\pyglet\app\__init__.py",
line 123, in run
event_loop.run()
File "C:\Documents and
Settings\Matthew\Desktop\pyglet\tests\app\pyglet\app\base.py", line
131, in run
timeout = self.idle()
File "C:\Documents and
Settings\Matthew\Desktop\pyglet\tests\app\pyglet\app\base.py", line
200, in idle
redraw_all = self.clock.call_scheduled_functions(dt)
File "C:\Documents and
Settings\Matthew\Desktop\pyglet\tests\app\pyglet\clock.py", line 312,
in call_scheduled_functions
item.func(ts - item.last_ts, *item.args, **item.kwargs)
File "C:\Documents and
Settings\Matthew\Desktop\pyglet\tests\app\EVENT_LOOP.py", line 28, in
f
self.assertAlmostEqual(dt, interval, 2)
AssertionError: 1.008578464581392 != 1 within 2 places
----------------------------------------------------------------------
Ran 8 tests in 21.992s
FAILED (failures=1)
C:\Documents and Settings\Matthew\Desktop\pyglet\tests\app>EVENT_LOOP.py
........
----------------------------------------------------------------------
Ran 8 tests in 11.026s
OK
C:\Documents and Settings\Matthew\Desktop\pyglet\tests\app>EVENT_LOOP.py
........
----------------------------------------------------------------------
Ran 8 tests in 11.026s
OK
C:\Documents and Settings\Matthew\Desktop\pyglet\tests\app>EVENT_LOOP.py
........
----------------------------------------------------------------------
Ran 8 tests in 11.026s
OK
C:\Documents and Settings\Matthew\Desktop\pyglet\tests\app>EVENT_LOOP.py
........
----------------------------------------------------------------------
Ran 8 tests in 11.036s
OK
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pyglet-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pyglet-users?hl=en
-~----------~----~----~----~------~----~------~--~---