Test report for https://code.google.com/p/pyglet/
I just realized that tests/test.py didn't print errors to the console, only to the log file. So my previous test report for the cocoa-ctypes branch might not be complete. I have changed test.py so that errors are mentioned in the terminal, and the filename for the log file containing details is also shown. I also wrote a bit on the wiki http://code.google.com/p/pyglet/wiki/TestingAndDebugging about the different sections of the plan.txt and how long they take. It includes advice on which groups to run. And finally, below is my test report for Mac OS X 10.7.2, Python 2.7.2 framework build, hg id 91d235c8ee84 I do notice that there are a number of little things that are nicer in the pyglet repo than in evilphilip's branch such as the way windows behave. So I'm even more motivated now to get them merged. --------- ERROR Failure in graphics.RETAINED_INDEXED ERROR Traceback (most recent call last): File "tests/../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/../tests/graphics/RETAINED_INDEXED.py", line 42, in generic_test self.check(get_ordered_data(v_data, n_v), vertices, n_v) File "tests/../tests/graphics/RETAINED_INDEXED.py", line 25, in check (e, r)) AssertionError: Feedback array is in error: 0.3088235294117647, 0.8823529481887817 ERROR Error in media.PLAYER_STATIC_STATIC ERROR Traceback (most recent call last): File "tests/../tests/media/PLAYER_STATIC_STATIC.py", line 26, in test_method player.dispatch_events() AttributeError: 'Player' object has no attribute 'dispatch_events' ERROR Cannot load test for text.HTML_IMAGE ERROR Failure in font.WRAP_INVARIANT ERROR Traceback (most recent call last): File "tests/../tests/font/base_text.py", line 47, in test_main self.render() File "tests/../tests/font/WRAP_INVARIANT.py", line 25, in render self.label2 = font.Text(fnt, 'SPAM SPAM\nSPAM', 10, 50) File "tests/../pyglet/font/__init__.py", line 347, in __init__ group=self._group) File "tests/../pyglet/text/layout.py", line 779, in __init__ assert not multiline or width, 'Must specify width with multiline' AssertionError: Must specify width with multiline window.WINDOW_FULLSCREEN_SIZE -- goes full screen but ESC does not bring me back. Also "green rectangle which should be completely visible" is not visible On Jun 15, 2012, at 8:52 PM, Phillip Nguyen wrote: > > > On Friday, June 15, 2012 5:07:55 PM UTC-5, Winston wrote: > FYI, I'm trying a merge of evilphillip-cocoa-ctypes2 into pyglet. There are > 16 files updated and three files with conflicts: > - pyglet/app/cocoa.py > - pyglet/image/codecs/quartz.py > - pyglet/window/cocoa/__init__.py > > They don't look too bad but I think it would be better if someone more > familiar with the code tried to fix it. Below are snippets to give you an > idea of what we're up against. > > > Hey, thanks for doing all of this testing. I can work through some of this > tomorrow and go ahead and merge the cocoa-ctypes code into the main > repository. The merge process is really just a matter of wholesale replacing > all of the cocoa-related pyobjc files with the new files that are in the > clone. I should be able to look at some of the other issues you brought up > too, it will just take me a while to get familiar with the code again. Some > issues that I'm worried about are that I haven't tested the ctypes clone > against Python 3 or the latest version of PyPy, and I think there have been > reports of problems with both. > > --phillip > > -- > You received this message because you are subscribed to the Google Groups > "pyglet-users" group. > To view this discussion on the web visit > https://groups.google.com/d/msg/pyglet-users/-/xiJnR6oDiVwJ. > 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. -- 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.
