Created
June 14, 2012 10:48
-
-
Save AphonicChaos/2929576 to your computer and use it in GitHub Desktop.
full make test output
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ make test | |
rm -rf kivy/tests/build | |
nosetests2 kivy/tests | |
nose.plugins.cover: ERROR: Coverage not available: unable to import coverage module | |
[INFO ] Kivy v1.3.0-dev | |
#1 test_length_playing (kivy.tests.test_audio.AudioGstreamerTestCase) ... ** Message: pygobject_register_sinkfunc is deprecated (GstObject) | |
[INFO ] [Logger ] Record log in /home/edwin/.kivy/logs/kivy_12-06-14_0.txt | |
[DEBUG ] [Audio ] register SoundGstreamer | |
[DEBUG ] [Audio ] register SoundPygame | |
ok | |
#2 test_length_simple (kivy.tests.test_audio.AudioGstreamerTestCase) ... ok | |
#3 test_length_stopped (kivy.tests.test_audio.AudioGstreamerTestCase) ... ok | |
#4 test_length_playing (kivy.tests.test_audio.AudioPygameTestCase) ... ok | |
#5 test_length_simple (kivy.tests.test_audio.AudioPygameTestCase) ... ok | |
#6 test_length_stopped (kivy.tests.test_audio.AudioPygameTestCase) ... ok | |
#7 test_length_playing (kivy.tests.test_audio.AudioTestCase) ... ok | |
#8 test_length_simple (kivy.tests.test_audio.AudioTestCase) ... ok | |
#9 test_length_stopped (kivy.tests.test_audio.AudioTestCase) ... ok | |
#10 test_schedule_once (kivy.tests.test_clock.ClockTestCase) ... ok | |
#11 test_schedule_once_draw_after (kivy.tests.test_clock.ClockTestCase) ... ok | |
#12 test_schedule_once_draw_before (kivy.tests.test_clock.ClockTestCase) ... ok | |
#13 test_schedule_once_twice (kivy.tests.test_clock.ClockTestCase) ... ok | |
#14 test_unschedule (kivy.tests.test_clock.ClockTestCase) ... ok | |
#15 test_unschedule_after_tick (kivy.tests.test_clock.ClockTestCase) ... ok | |
#16 test_unschedule_draw (kivy.tests.test_clock.ClockTestCase) ... ok | |
#17 test_keep_data (kivy.tests.test_image.ImageTestCase) ... [DEBUG ] [Cache ] register <kv.image> with limit=None, timeout=60s | |
[DEBUG ] [Cache ] register <kv.atlas> with limit=None, timeout=Nones | |
[WARNING] [Image ] Unable to use <pil> as loader! | |
[DEBUG ] [Image ] No module named PIL | |
[DEBUG ] [Cache ] register <kv.texture> with limit=1000, timeout=60s | |
[DEBUG ] [Cache ] register <kv.shader> with limit=1000, timeout=60s | |
[DEBUG ] [ImagePygame ] Load </home/edwin/projects/kivy/kivy/tests/test_button.png> | |
Fatal Python error: (pygame parachute) Segmentation Fault | |
make: *** [test] Aborted | |
[edwin@enigma kivy]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment