Just a little summary:

SDL-2.500:
- x86_64-linux / 5.13.2:
http://www.cpantesters.org/cpan/report/537c4160-8b72-11df-a58f-eafe00ce9048
---> threads not supported, ttf failed

- x86_64-linux / 5.8.9:
http://www.cpantesters.org/cpan/report/7e96395e-8b73-11df-ad83-450e01ce9048
---> threads not supported, core_surface failed

- x86_64-linux-thread-multi-ld / 5.13.1:
http://www.cpantesters.org/cpan/report/9cb1141e-8b72-11df-80e5-390101ce9048
---> threads supported, ttf failed

- x86_64-linux-thread-multi-ld / 5.8.7:
http://www.cpantesters.org/cpan/report/c626ed9a-8b73-11df-8d1d-701001ce9048
---> threads supported, core_surface failed

So, core_surface fails on perl 5.8.X (see attached file), ttf on 5.13.X (i
have no 5.13 yet)

If i can count, core_surface fails somewhere after line 102, but before line
125.


-----Ursprüngliche Nachricht-----
Von: Kartik Thakore [mailto:thakore.kar...@gmail.com] 
Gesendet: Samstag, 10. Juli 2010 04:35
An: a...@cpan.org; sdl-devel@perl.org
Betreff: Fwd: CPAN Testers Daily Summary Report

Hi Andreas,

May I please get the output of

 perl Build test --test_files t/ttf.t --test_files t/core_video.t --verbose

For the below.

################################################################

SDL-2.500:
- x86_64-linux / 5.13.2:
 - FAIL
http://www.cpantesters.org/cpan/report/537c4160-8b72-11df-a58f-eafe00ce9048

- x86_64-linux / 5.8.9:
 - FAIL
http://www.cpantesters.org/cpan/report/7e96395e-8b73-11df-ad83-450e01ce9048

- x86_64-linux-thread-multi-ld / 5.13.1:
 - FAIL
http://www.cpantesters.org/cpan/report/9cb1141e-8b72-11df-80e5-390101ce9048

- x86_64-linux-thread-multi-ld / 5.8.7:
 - FAIL
http://www.cpantesters.org/cpan/report/c626ed9a-8b73-11df-8d1d-701001ce9048
Building SDL
t\core_surface.t .. 
1..41
ok 1 - The object isa SDL::Surface
ok 2 - surface has width
ok 3 - surface has height
ok 4 - surface has pitch
ok 5 - The object isa SDL::Rect
ok 6 - clip_rect has x
ok 7 - clip_rect has y
ok 8 - clip_rect has width
ok 9 - clip_rect has height
ok 10 - image has width
ok 11 - image has height
ok 12 - The object isa SDL::PixelFormat
ok 13 -  BitsPerPixel
ok 14 -  BytesPerPixel
ok 15 -  Rloss
ok 16 -  Gloss
ok 17 -  Bloss
ok 18 -  Aloss
ok 19 -  Rshift
ok 20 -  Gshift
ok 21 -  Bshift
ok 22 -  Ashift
ok 23 -  Rmask
ok 24 -  Gmask
ok 25 -  Bmask
ok 26 -  Amask
ok 27 -  colorkey
ok 28 -  alpha
ok 29 - maping RGB to surface
ok 30 - Managed to fill_rect
ok 31 - Managed to blit
ok 32 - did this pass
ok 33 - The object isa SDL::Surface
ok 34 - The object isa SDL::Surface
Dubious, test returned 3 (wstat 768, 0x300)
Failed 7/41 subtests 

Test Summary Report
-------------------
t\core_surface.t (Wstat: 768 Tests: 34 Failed: 0)
  Non-zero exit status: 3
  Parse errors: Bad plan.  You planned 41 tests but ran 34.
Files=1, Tests=34,  1 wallclock secs ( 0.06 usr +  0.02 sys =  0.08 CPU)
Result: FAIL
Failed 1/1 test programs. 0/34 subtests failed.

Reply via email to