..FFFFFF
======================================================================
FAIL: test_d01_50 (__main__.EVENT_LOOP)
----------------------------------------------------------------------
Traceback (most recent call last):
File "EVENT_LOOP.py", line 71, in test_d01_50
self.t_scheduled(.01, 50)
File "EVENT_LOOP.py", line 43, in t_scheduled
timeout = event_loop.idle()
File "C:\pyglet-read-only\tests\app\pyglet\app\base.py", line 200,
in idle
redraw_all = self.clock.call_scheduled_functions(dt)
File "C:\pyglet-read-only\tests\app\pyglet\clock.py", line 312, in
call_schedu
led_functions
item.func(ts - item.last_ts, *item.args, **item.kwargs)
File "EVENT_LOOP.py", line 24, in f
self.assertAlmostEqual(t - self.last_t, interval, 2)
AssertionError: 0.015412337345782845 != 0.01 within 2 places
======================================================================
FAIL: test_d02_50 (__main__.EVENT_LOOP)
----------------------------------------------------------------------
Traceback (most recent call last):
File "EVENT_LOOP.py", line 68, in test_d02_50
self.t_scheduled(.02, 50)
File "EVENT_LOOP.py", line 43, in t_scheduled
timeout = event_loop.idle()
File "C:\pyglet-read-only\tests\app\pyglet\app\base.py", line 200,
in idle
redraw_all = self.clock.call_scheduled_functions(dt)
File "C:\pyglet-read-only\tests\app\pyglet\clock.py", line 312, in
call_schedu
led_functions
item.func(ts - item.last_ts, *item.args, **item.kwargs)
File "EVENT_LOOP.py", line 24, in f
self.assertAlmostEqual(t - self.last_t, interval, 2)
AssertionError: 0.029756384295197336 != 0.02 within 2 places
======================================================================
FAIL: test_d05_50 (__main__.EVENT_LOOP)
----------------------------------------------------------------------
Traceback (most recent call last):
File "EVENT_LOOP.py", line 62, in test_d05_50
self.t_scheduled(.05, 50)
File "EVENT_LOOP.py", line 43, in t_scheduled
timeout = event_loop.idle()
File "C:\pyglet-read-only\tests\app\pyglet\app\base.py", line 200,
in idle
redraw_all = self.clock.call_scheduled_functions(dt)
File "C:\pyglet-read-only\tests\app\pyglet\clock.py", line 312, in
call_schedu
led_functions
item.func(ts - item.last_ts, *item.args, **item.kwargs)
File "EVENT_LOOP.py", line 24, in f
self.assertAlmostEqual(t - self.last_t, interval, 2)
AssertionError: 0.062114444819441061 != 0.050000000000000003 within 2
places
======================================================================
FAIL: test_d05_50_d03 (__main__.EVENT_LOOP)
----------------------------------------------------------------------
Traceback (most recent call last):
File "EVENT_LOOP.py", line 65, in test_d05_50_d03
self.t_scheduled(.05, 50, 0.03)
File "EVENT_LOOP.py", line 43, in t_scheduled
timeout = event_loop.idle()
File "C:\pyglet-read-only\tests\app\pyglet\app\base.py", line 200,
in idle
redraw_all = self.clock.call_scheduled_functions(dt)
File "C:\pyglet-read-only\tests\app\pyglet\clock.py", line 312, in
call_schedu
led_functions
item.func(ts - item.last_ts, *item.args, **item.kwargs)
File "EVENT_LOOP.py", line 24, in f
self.assertAlmostEqual(t - self.last_t, interval, 2)
AssertionError: 0.062117838527017355 != 0.050000000000000003 within 2
places
======================================================================
FAIL: test_d1_50 (__main__.EVENT_LOOP)
----------------------------------------------------------------------
Traceback (most recent call last):
File "EVENT_LOOP.py", line 56, in test_d1_50
self.t_scheduled(.1, 50)
File "EVENT_LOOP.py", line 43, in t_scheduled
timeout = event_loop.idle()
File "C:\pyglet-read-only\tests\app\pyglet\app\base.py", line 200,
in idle
redraw_all = self.clock.call_scheduled_functions(dt)
File "C:\pyglet-read-only\tests\app\pyglet\clock.py", line 312, in
call_schedu
led_functions
item.func(ts - item.last_ts, *item.args, **item.kwargs)
File "EVENT_LOOP.py", line 24, in f
self.assertAlmostEqual(t - self.last_t, interval, 2)
AssertionError: 0.10887622529718399 != 0.10000000000000001 within 2
places
======================================================================
FAIL: test_d1_50_d05 (__main__.EVENT_LOOP)
----------------------------------------------------------------------
Traceback (most recent call last):
File "EVENT_LOOP.py", line 59, in test_d1_50_d05
self.t_scheduled(.1, 50, 0.05)
File "EVENT_LOOP.py", line 43, in t_scheduled
timeout = event_loop.idle()
File "C:\pyglet-read-only\tests\app\pyglet\app\base.py", line 200,
in idle
redraw_all = self.clock.call_scheduled_functions(dt)
File "C:\pyglet-read-only\tests\app\pyglet\clock.py", line 312, in
call_schedu
led_functions
item.func(ts - item.last_ts, *item.args, **item.kwargs)
File "EVENT_LOOP.py", line 24, in f
self.assertAlmostEqual(t - self.last_t, interval, 2)
AssertionError: 0.10892971087861447 != 0.10000000000000001 within 2
places
----------------------------------------------------------------------
Ran 8 tests in 12.453s
FAILED (failures=6)
This is on:
OS: Windows XP SP3
CPU: Intel C2D e6400
RAM: 2GB
GPU: Nvidia 7950GT
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---