> In the test that captures the mouse, I closed the window when the
> mouse was captured. After that, the mouse cursor would appear hidden
> in all tests. This is true even if I Ctrl-C out of test.py and restart
> with --start-with. I'm going to try rebooting, so I send this right
> away.

Mmm, nope. Even after rebooting I get this, so this looks like an
actual test failure. In window.WINDOW_SET_MOUSE_CURSOR the window just
appears unpainted (showing garbage- whatever was there before the
window was shown) and I can only see what seems like a piece of a
sprite at the lower right corner. It shakes a bit when I move the
mouse, but doesn't follow the cursor. In
window.WINDOW_SET_MOUSE_SYSTEM_CURSOR the screen appears black and no
cursor is shown.

WINDOW_SET_VSYNC fails with

INFO:root:Testing window.WINDOW_SET_VSYNC.
------------------------------------------------------------------------------
Test that vsync can be set.

Expected behaviour:
    A window will alternate between red and green fill.

      - Press "v" to toggle vsync on/off.  "Tearing" should only be
visible
        when vsync is off (as indicated at the terminal).

    Close the window or press ESC to end the test.

Press return to begin test...
INFO:root:Begin unit tests for window.WINDOW_SET_VSYNC
ERROR:root:Error in window.WINDOW_SET_VSYNC
ERROR:root:Traceback (most recent call last):
  File "c:\pyglet\tests\window\WINDOW_SET_VSYNC.py", line 45, in
test_open_windo
w
    print 'vsync is %r' % self.w1.get_vsync()
  File "c:\pyglet\pyglet\window\win32\__init__.py", line 355, in
get_vsync
    return bool(wglGetSwapIntervalEXT())
NameError: global name 'wglGetSwapIntervalEXT' is not defined


The rest of non-developer tests run fine. I run the font and layout
tests with --developer and I only got one failure and a warning:

INFO:root:Testing font.ANTIALIAS.
ERROR:root:Cannot load test for font.ANTIALIAS
Traceback (most recent call last):
  File "test.py", line 674, in main
    module = component.get_module(test_root)
  File "test.py", line 257, in get_module
    module = __import__(name)
ImportError: No module named ANTIALIAS


INFO:root:Testing layout.FONTS.
------------------------------------------------------------------------------
Test font properties.

Text in each paragraph describes the intended result.

Press return to begin test...
INFO:root:Begin unit tests for layout.FONTS
c:\pyglet\pyglet\ext\layout\properties.py:358: UserWarning: Unknown
CSS property
 font-decoration
  warnings.warn('Unknown CSS property %s' % declaration.property)
INFO:root:1 tests run
[P]assed test, [F]ailed test: p
INFO:root:User marked pass for layout.FONTS
INFO:root:Testing layout.HTML.


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to