Windows 7 64-bit
python 2.7 32-bit
Box: i7-920 + nVidia GTX470
Sometimes I see ghost windows open and close before tests.
Errors in test 29, 30
Crashed at test 31
------------------------------------------------------------------------------
Running Test: window.WINDOW_SET_EXCLUSIVE_KEYBOARD (31/134)
Test that exclusive keyboard mode can be set.
Expected behaviour:
One window will be opened. Press 'e' to enable exclusive mode
and 'E'
to disable exclusive mode.
In exclusive mode:
- Pressing system keys, the Expose keys, etc., should have no
effect
besides displaying as keyboard events.
- On OS X, the Power switch is not disabled (though this is
possible
if desired, see source).
- On OS X, the menu bar and dock will disappear during keyboard
exclusive mode.
- On Windows, only Alt+Tab is disabled. A user can still
switch awa
y
using Ctrl+Escape, Alt+Escape, the Windows key or
Ctrl+Alt+Del.
- Switching to another application (i.e., with the mouse)
should make
these keys work normally again until this application
regains focus.
Close the window or press ESC to end the test.
Press return to begin test...
C:\pyglet\tests>
INFO Beginning test at Mon Jun 18 17:59:06 2012
INFO Capabilities are: GENERIC, WIN
INFO sys.platform = win32
INFO pyglet.version = 1.2dev
INFO Reading test plan from plan.txt
INFO Testing top.IMPORT.
INFO Begin unit tests for top.IMPORT
INFO 27 tests run
INFO Testing app.EVENT_LOOP.
INFO Begin unit tests for app.EVENT_LOOP
INFO 8 tests run
INFO Testing graphics.GRAPHICS_ALLOCATION.
INFO Begin unit tests for graphics.GRAPHICS_ALLOCATION
INFO 23 tests run
INFO Testing graphics.IMMEDIATE.
INFO Begin unit tests for graphics.IMMEDIATE
ERROR Failure in graphics.IMMEDIATE
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE.py", line 42, in test_v2f
self.generic_test('v2f', v2f_data)
File "..\tests\graphics\IMMEDIATE.py", line 35, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\IMMEDIATE.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
ERROR Failure in graphics.IMMEDIATE
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE.py", line 48, in test_v2f_c3f
self.generic_test('v2f', v2f_data, 'c3f', c3f_data)
File "..\tests\graphics\IMMEDIATE.py", line 35, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\IMMEDIATE.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
ERROR Failure in graphics.IMMEDIATE
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE.py", line 51, in test_v2f_c4f
self.generic_test('v2f', v2f_data, 'c4f', c4f_data)
File "..\tests\graphics\IMMEDIATE.py", line 35, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\IMMEDIATE.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
ERROR Failure in graphics.IMMEDIATE
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE.py", line 60, in test_v2f_t2f
self.generic_test('v2f', v2f_data, None, None, 't2f', t2f_data)
File "..\tests\graphics\IMMEDIATE.py", line 35, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\IMMEDIATE.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
ERROR Failure in graphics.IMMEDIATE
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE.py", line 45, in test_v3f
self.generic_test('v3f', v3f_data)
File "..\tests\graphics\IMMEDIATE.py", line 35, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\IMMEDIATE.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
ERROR Failure in graphics.IMMEDIATE
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE.py", line 54, in test_v3f_c3f
self.generic_test('v3f', v3f_data, 'c3f', c3f_data)
File "..\tests\graphics\IMMEDIATE.py", line 35, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\IMMEDIATE.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
ERROR Failure in graphics.IMMEDIATE
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE.py", line 63, in test_v3f_c3f_t2f
self.generic_test('v3f', v3f_data, 'c3f', c3f_data, 't2f', t2f_data)
File "..\tests\graphics\IMMEDIATE.py", line 35, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\IMMEDIATE.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
ERROR Failure in graphics.IMMEDIATE
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE.py", line 66, in test_v3f_c3f_t3f
self.generic_test('v3f', v3f_data, 'c3f', c3f_data, 't3f', t3f_data)
File "..\tests\graphics\IMMEDIATE.py", line 35, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\IMMEDIATE.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
ERROR Failure in graphics.IMMEDIATE
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE.py", line 57, in test_v3f_c4f
self.generic_test('v3f', v3f_data, 'c4f', c4f_data)
File "..\tests\graphics\IMMEDIATE.py", line 35, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\IMMEDIATE.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
ERROR Failure in graphics.IMMEDIATE
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE.py", line 69, in test_v3f_c4f_t4f
self.generic_test('v3f', v3f_data, 'c4f', c4f_data, 't4f', t4f_data)
File "..\tests\graphics\IMMEDIATE.py", line 35, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\IMMEDIATE.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
INFO 10 tests run
INFO Testing graphics.IMMEDIATE_INDEXED.
INFO Begin unit tests for graphics.IMMEDIATE_INDEXED
ERROR Failure in graphics.IMMEDIATE_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 48, in test_v2f
self.generic_test('v2f', v2f_data)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 41, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
ERROR Failure in graphics.IMMEDIATE_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 54, in test_v2f_c3f
self.generic_test('v2f', v2f_data, 'c3f', c3f_data)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 41, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
ERROR Failure in graphics.IMMEDIATE_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 57, in test_v2f_c4f
self.generic_test('v2f', v2f_data, 'c4f', c4f_data)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 41, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
ERROR Failure in graphics.IMMEDIATE_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 66, in test_v2f_t2f
self.generic_test('v2f', v2f_data, None, None, 't2f', t2f_data)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 41, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
ERROR Failure in graphics.IMMEDIATE_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 51, in test_v3f
self.generic_test('v3f', v3f_data)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 41, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
ERROR Failure in graphics.IMMEDIATE_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 60, in test_v3f_c3f
self.generic_test('v3f', v3f_data, 'c3f', c3f_data)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 41, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
ERROR Failure in graphics.IMMEDIATE_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 69, in
test_v3f_c3f_t2f
self.generic_test('v3f', v3f_data, 'c3f', c3f_data, 't2f', t2f_data)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 41, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
ERROR Failure in graphics.IMMEDIATE_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 72, in
test_v3f_c3f_t3f
self.generic_test('v3f', v3f_data, 'c3f', c3f_data, 't3f', t3f_data)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 41, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
ERROR Failure in graphics.IMMEDIATE_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 63, in test_v3f_c4f
self.generic_test('v3f', v3f_data, 'c4f', c4f_data)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 41, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
ERROR Failure in graphics.IMMEDIATE_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 75, in
test_v3f_c4f_t4f
self.generic_test('v3f', v3f_data, 'c4f', c4f_data, 't4f', t4f_data)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 41, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\IMMEDIATE_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
INFO 10 tests run
INFO Testing graphics.RETAINED.
INFO Begin unit tests for graphics.RETAINED
ERROR Failure in graphics.RETAINED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED.py", line 43, in test_v2f
self.generic_test('v2f', v2f_data)
File "..\tests\graphics\RETAINED.py", line 36, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\RETAINED.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
ERROR Failure in graphics.RETAINED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED.py", line 49, in test_v2f_c3f
self.generic_test('v2f', v2f_data, 'c3f', c3f_data)
File "..\tests\graphics\RETAINED.py", line 36, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\RETAINED.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
ERROR Failure in graphics.RETAINED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED.py", line 52, in test_v2f_c4f
self.generic_test('v2f', v2f_data, 'c4f', c4f_data)
File "..\tests\graphics\RETAINED.py", line 36, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\RETAINED.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
ERROR Failure in graphics.RETAINED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED.py", line 61, in test_v2f_t2f
self.generic_test('v2f', v2f_data, None, None, 't2f', t2f_data)
File "..\tests\graphics\RETAINED.py", line 36, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\RETAINED.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
ERROR Failure in graphics.RETAINED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED.py", line 46, in test_v3f
self.generic_test('v3f', v3f_data)
File "..\tests\graphics\RETAINED.py", line 36, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\RETAINED.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
ERROR Failure in graphics.RETAINED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED.py", line 55, in test_v3f_c3f
self.generic_test('v3f', v3f_data, 'c3f', c3f_data)
File "..\tests\graphics\RETAINED.py", line 36, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\RETAINED.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
ERROR Failure in graphics.RETAINED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED.py", line 64, in test_v3f_c3f_t2f
self.generic_test('v3f', v3f_data, 'c3f', c3f_data, 't2f', t2f_data)
File "..\tests\graphics\RETAINED.py", line 36, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\RETAINED.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
ERROR Failure in graphics.RETAINED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED.py", line 67, in test_v3f_c3f_t3f
self.generic_test('v3f', v3f_data, 'c3f', c3f_data, 't3f', t3f_data)
File "..\tests\graphics\RETAINED.py", line 36, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\RETAINED.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
ERROR Failure in graphics.RETAINED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED.py", line 58, in test_v3f_c4f
self.generic_test('v3f', v3f_data, 'c4f', c4f_data)
File "..\tests\graphics\RETAINED.py", line 36, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\RETAINED.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
ERROR Failure in graphics.RETAINED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED.py", line 70, in test_v3f_c4f_t4f
self.generic_test('v3f', v3f_data, 'c4f', c4f_data, 't4f', t4f_data)
File "..\tests\graphics\RETAINED.py", line 36, in generic_test
self.check(v_data, vertices, n_v)
File "..\tests\graphics\RETAINED.py", line 20, in check
(e, r))
AssertionError: Feedback array is in error: 0.0, 0.0439453125
INFO 10 tests run
INFO Testing graphics.RETAINED_INDEXED.
INFO Begin unit tests for graphics.RETAINED_INDEXED
ERROR Failure in graphics.RETAINED_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED_INDEXED.py", line 49, in test_v2f
self.generic_test('v2f', v2f_data)
File "..\tests\graphics\RETAINED_INDEXED.py", line 42, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\RETAINED_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
ERROR Failure in graphics.RETAINED_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED_INDEXED.py", line 55, in test_v2f_c3f
self.generic_test('v2f', v2f_data, 'c3f', c3f_data)
File "..\tests\graphics\RETAINED_INDEXED.py", line 42, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\RETAINED_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
ERROR Failure in graphics.RETAINED_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED_INDEXED.py", line 58, in test_v2f_c4f
self.generic_test('v2f', v2f_data, 'c4f', c4f_data)
File "..\tests\graphics\RETAINED_INDEXED.py", line 42, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\RETAINED_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
ERROR Failure in graphics.RETAINED_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED_INDEXED.py", line 67, in test_v2f_t2f
self.generic_test('v2f', v2f_data, None, None, 't2f', t2f_data)
File "..\tests\graphics\RETAINED_INDEXED.py", line 42, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\RETAINED_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
ERROR Failure in graphics.RETAINED_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED_INDEXED.py", line 52, in test_v3f
self.generic_test('v3f', v3f_data)
File "..\tests\graphics\RETAINED_INDEXED.py", line 42, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\RETAINED_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
ERROR Failure in graphics.RETAINED_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED_INDEXED.py", line 61, in test_v3f_c3f
self.generic_test('v3f', v3f_data, 'c3f', c3f_data)
File "..\tests\graphics\RETAINED_INDEXED.py", line 42, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\RETAINED_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
ERROR Failure in graphics.RETAINED_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED_INDEXED.py", line 70, in
test_v3f_c3f_t2f
self.generic_test('v3f', v3f_data, 'c3f', c3f_data, 't2f', t2f_data)
File "..\tests\graphics\RETAINED_INDEXED.py", line 42, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\RETAINED_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
ERROR Failure in graphics.RETAINED_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED_INDEXED.py", line 73, in
test_v3f_c3f_t3f
self.generic_test('v3f', v3f_data, 'c3f', c3f_data, 't3f', t3f_data)
File "..\tests\graphics\RETAINED_INDEXED.py", line 42, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\RETAINED_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
ERROR Failure in graphics.RETAINED_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED_INDEXED.py", line 64, in test_v3f_c4f
self.generic_test('v3f', v3f_data, 'c4f', c4f_data)
File "..\tests\graphics\RETAINED_INDEXED.py", line 42, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\RETAINED_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
ERROR Failure in graphics.RETAINED_INDEXED
ERROR Traceback (most recent call last):
File "..\tests\graphics\RETAINED_INDEXED.py", line 76, in
test_v3f_c4f_t4f
self.generic_test('v3f', v3f_data, 'c4f', c4f_data, 't4f', t4f_data)
File "..\tests\graphics\RETAINED_INDEXED.py", line 42, in generic_test
self.check(get_ordered_data(v_data, n_v), vertices, n_v)
File "..\tests\graphics\RETAINED_INDEXED.py", line 25, in check
(e, r))
AssertionError: Feedback array is in error: 0.3088235294117647,
0.88232421875
INFO 10 tests run
INFO Testing graphics.MULTITEXTURE.
INFO Begin unit tests for graphics.MULTITEXTURE
INFO 1 tests run
INFO Testing window.WINDOW_OPEN.
INFO Begin unit tests for window.WINDOW_OPEN
INFO 1 tests run
INFO User marked pass for window.WINDOW_OPEN
INFO Testing window.MULTIPLE_WINDOW_OPEN.
INFO Begin unit tests for window.MULTIPLE_WINDOW_OPEN
INFO 1 tests run
INFO User marked pass for window.MULTIPLE_WINDOW_OPEN
INFO Testing window.CONTEXT_SHARE.
INFO Begin unit tests for window.CONTEXT_SHARE
INFO 3 tests run
INFO Testing window.WINDOW_SET_VSYNC.
INFO Begin unit tests for window.WINDOW_SET_VSYNC
INFO 1 tests run
INFO User marked pass for window.WINDOW_SET_VSYNC
INFO Testing window.WINDOW_MULTISAMPLE.
INFO Begin unit tests for window.WINDOW_MULTISAMPLE
INFO 1 tests run
ERROR User marked fail for window.WINDOW_MULTISAMPLE
ERROR Failed samples=6
INFO Testing window.WINDOW_STYLE_DIALOG.
INFO Begin unit tests for window.WINDOW_STYLE_DIALOG
INFO 1 tests run
INFO User marked pass for window.WINDOW_STYLE_DIALOG
INFO Testing window.WINDOW_STYLE_TOOL.
INFO Begin unit tests for window.WINDOW_STYLE_TOOL
INFO 1 tests run
INFO User marked pass for window.WINDOW_STYLE_TOOL
INFO Testing window.WINDOW_STYLE_BORDERLESS.
INFO Begin unit tests for window.WINDOW_STYLE_BORDERLESS
INFO 1 tests run
ERROR User marked fail for window.WINDOW_STYLE_BORDERLESS
ERROR Window shows but AttributError Win32Window._view_hwnd
INFO Testing window.WINDOW_CAPTION.
INFO Begin unit tests for window.WINDOW_CAPTION
INFO 1 tests run
INFO User marked pass for window.WINDOW_CAPTION
INFO Testing window.WINDOW_SET_ICON.
INFO Begin unit tests for window.WINDOW_SET_ICON
INFO 1 tests run
INFO User marked pass for window.WINDOW_SET_ICON
INFO Testing window.WINDOW_RESIZABLE.
INFO Begin unit tests for window.WINDOW_RESIZABLE
INFO 1 tests run
INFO User marked pass for window.WINDOW_RESIZABLE
INFO Testing window.WINDOW_SET_SIZE.
INFO Begin unit tests for window.WINDOW_SET_SIZE
INFO 1 tests run
INFO User marked pass for window.WINDOW_SET_SIZE
INFO Testing window.WINDOW_FIXED_SET_SIZE.
INFO Begin unit tests for window.WINDOW_FIXED_SET_SIZE
INFO 1 tests run
INFO User marked pass for window.WINDOW_FIXED_SET_SIZE
INFO Testing window.WINDOW_SET_MIN_MAX_SIZE.
INFO Begin unit tests for window.WINDOW_SET_MIN_MAX_SIZE
INFO 1 tests run
INFO User marked pass for window.WINDOW_SET_MIN_MAX_SIZE
INFO Testing window.WINDOW_SET_LOCATION.
INFO Begin unit tests for window.WINDOW_SET_LOCATION
INFO 1 tests run
INFO User marked pass for window.WINDOW_SET_LOCATION
INFO Testing window.WINDOW_ACTIVATE.
INFO Begin unit tests for window.WINDOW_ACTIVATE
INFO 1 tests run
INFO User marked pass for window.WINDOW_ACTIVATE
INFO Testing window.WINDOW_SET_VISIBLE.
INFO Begin unit tests for window.WINDOW_SET_VISIBLE
INFO 1 tests run
INFO User marked pass for window.WINDOW_SET_VISIBLE
INFO Testing window.WINDOW_MINIMIZE_MAXIMIZE.
INFO Begin unit tests for window.WINDOW_MINIMIZE_MAXIMIZE
INFO 1 tests run
INFO User marked pass for window.WINDOW_MINIMIZE_MAXIMIZE
INFO Testing window.WINDOW_SET_EXCLUSIVE_MOUSE.
INFO Begin unit tests for window.WINDOW_SET_EXCLUSIVE_MOUSE
INFO 1 tests run
INFO User marked pass for window.WINDOW_SET_EXCLUSIVE_MOUSE
INFO Testing window.WINDOW_SET_MOUSE_VISIBLE.
INFO Begin unit tests for window.WINDOW_SET_MOUSE_VISIBLE
INFO 1 tests run
INFO User marked pass for window.WINDOW_SET_MOUSE_VISIBLE
INFO Testing window.WINDOW_SET_MOUSE_CURSOR.
INFO Begin unit tests for window.WINDOW_SET_MOUSE_CURSOR
ERROR Error in window.WINDOW_SET_MOUSE_CURSOR
ERROR Traceback (most recent call last):
File "..\tests\window\WINDOW_SET_MOUSE_CURSOR.py", line 30, in
test_set_mouse_cursor
self.w = w = window.Window(self.width, self.height)
File "..\pyglet\window\win32\__init__.py", line 131, in __init__
super(Win32Window, self).__init__(*args, **kwargs)
File "..\pyglet\window\__init__.py", line 559, in __init__
self._create()
File "..\pyglet\window\win32\__init__.py", line 261, in _create
self.context.attach(self.canvas)
File "..\pyglet\gl\win32.py", line 263, in attach
super(Win32ARBContext, self).attach(canvas)
File "..\pyglet\gl\win32.py", line 208, in attach
raise gl.ContextException('Unable to share contexts')
ContextException: Unable to share contexts
INFO 1 tests run
INFO Testing window.WINDOW_SET_MOUSE_SYSTEM_CURSOR.
INFO Begin unit tests for window.WINDOW_SET_MOUSE_SYSTEM_CURSOR
ERROR Error in window.WINDOW_SET_MOUSE_SYSTEM_CURSOR
ERROR Traceback (most recent call last):
File "..\tests\window\WINDOW_SET_MOUSE_SYSTEM_CURSOR.py", line 68, in
test_set_visible
w.dispatch_events()
File "..\pyglet\window\win32\__init__.py", line 597, in dispatch_events
_user32.DispatchMessageW(byref(msg))
WindowsError: exception: access violation writing 0xA6FCE8D4
INFO 1 tests run
INFO Testing window.WINDOW_SET_EXCLUSIVE_KEYBOARD.