INFO:root:Beginning test at Wed Dec 31 20:41:18 1969 INFO:root:Capabilities are: GENERIC, OSX INFO:root:sys.platform = darwin INFO:root:Reading test plan from plan.txt INFO:root:Testing window.WINDOW_OPEN. INFO:root:Begin unit tests for window.WINDOW_OPEN INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_OPEN INFO:root:Testing window.MULTIPLE_WINDOW_OPEN. INFO:root:Begin unit tests for window.MULTIPLE_WINDOW_OPEN INFO:root:1 tests run INFO:root:User marked pass for window.MULTIPLE_WINDOW_OPEN INFO:root:Testing window.CONTEXT_SHARE. INFO:root:Begin unit tests for window.CONTEXT_SHARE INFO:root:3 tests run INFO:root:Testing window.WINDOW_SET_VSYNC. INFO:root:Begin unit tests for window.WINDOW_SET_VSYNC INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_SET_VSYNC INFO:root:Testing window.WINDOW_MULTISAMPLE. INFO:root:Begin unit tests for window.WINDOW_MULTISAMPLE INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_MULTISAMPLE INFO:root:Testing window.WINDOW_STYLE_DIALOG. INFO:root:Begin unit tests for window.WINDOW_STYLE_DIALOG INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_STYLE_DIALOG INFO:root:Testing window.WINDOW_STYLE_TOOL. INFO:root:Begin unit tests for window.WINDOW_STYLE_TOOL INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_STYLE_TOOL INFO:root:Testing window.WINDOW_STYLE_BORDERLESS. INFO:root:Begin unit tests for window.WINDOW_STYLE_BORDERLESS INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_STYLE_BORDERLESS INFO:root:Testing window.WINDOW_CAPTION. INFO:root:Begin unit tests for window.WINDOW_CAPTION INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_CAPTION INFO:root:Testing window.WINDOW_SET_ICON. INFO:root:Begin unit tests for window.WINDOW_SET_ICON INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_SET_ICON INFO:root:Testing window.WINDOW_RESIZABLE. INFO:root:Begin unit tests for window.WINDOW_RESIZABLE INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_RESIZABLE INFO:root:Testing window.WINDOW_SET_SIZE. INFO:root:Begin unit tests for window.WINDOW_SET_SIZE INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_SET_SIZE INFO:root:Testing window.WINDOW_FIXED_SET_SIZE. INFO:root:Begin unit tests for window.WINDOW_FIXED_SET_SIZE INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_FIXED_SET_SIZE INFO:root:Testing window.WINDOW_SET_MIN_MAX_SIZE. INFO:root:Begin unit tests for window.WINDOW_SET_MIN_MAX_SIZE INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_SET_MIN_MAX_SIZE INFO:root:Testing window.WINDOW_SET_LOCATION. INFO:root:Begin unit tests for window.WINDOW_SET_LOCATION INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_SET_LOCATION INFO:root:Testing window.WINDOW_ACTIVATE. INFO:root:Begin unit tests for window.WINDOW_ACTIVATE INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_ACTIVATE INFO:root:Testing window.WINDOW_SET_VISIBLE. INFO:root:Begin unit tests for window.WINDOW_SET_VISIBLE INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_SET_VISIBLE INFO:root:Testing window.WINDOW_MINIMIZE_MAXIMIZE. INFO:root:Begin unit tests for window.WINDOW_MINIMIZE_MAXIMIZE INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_MINIMIZE_MAXIMIZE INFO:root:Testing window.WINDOW_SET_EXCLUSIVE_MOUSE. INFO:root:Begin unit tests for window.WINDOW_SET_EXCLUSIVE_MOUSE INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_SET_EXCLUSIVE_MOUSE INFO:root:Testing window.WINDOW_SET_MOUSE_VISIBLE. INFO:root:Begin unit tests for window.WINDOW_SET_MOUSE_VISIBLE INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_SET_MOUSE_VISIBLE INFO:root:Testing window.WINDOW_SET_MOUSE_CURSOR. INFO:root:Begin unit tests for window.WINDOW_SET_MOUSE_CURSOR INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_SET_MOUSE_CURSOR INFO:root:Testing window.WINDOW_SET_MOUSE_SYSTEM_CURSOR. INFO:root:Begin unit tests for window.WINDOW_SET_MOUSE_SYSTEM_CURSOR INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_SET_MOUSE_SYSTEM_CURSOR INFO:root:Testing window.WINDOW_SET_EXCLUSIVE_KEYBOARD. INFO:root:Begin unit tests for window.WINDOW_SET_EXCLUSIVE_KEYBOARD INFO:root:1 tests run INFO:root:User marked pass for window.WINDOW_SET_EXCLUSIVE_KEYBOARD INFO:root:Testing window.WINDOW_INITIAL_FULLSCREEN. INFO:root:Begin unit tests for window.WINDOW_INITIAL_FULLSCREEN ERROR:root:Error in window.WINDOW_INITIAL_FULLSCREEN ERROR:root:Traceback (most recent call last): File "../tests/window/WINDOW_INITIAL_FULLSCREEN.py", line 41, in test_initial_fullscreen self.w = window.Window(fullscreen=True) File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pyglet/window/__init__.py", line 676, in __init__ self._create() File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pyglet/window/carbon/__init__.py", line 520, in _create _aglcheck() File "/Library/Frameworks/Python.framework/Versions/2.5/lib/python2.5/site-packages/pyglet/window/carbon/__init__.py", line 1277, in _aglcheck raise CarbonException(cast(agl.aglErrorString(err), c_char_p).value) CarbonException: invalid memory allocation INFO:root:1 tests run INFO:root:Testing window.WINDOW_SET_FULLSCREEN.