Subject: | Win32-GUI-1.06 minor test failure |
Date: | Wed, 1 Jun 2011 20:07:58 +0300 |
To: | bug-Win32-GUI [...] rt.cpan.org |
From: | Gabor Szabo <szabgab [...] gmail.com> |
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0, 'blib\lib', 'blib\arch')" t/*.t
t/01_basic.t ....................... ok
t/02_constants.t ................... ok
t/02_window.t ...................... ok
t/03_button.t ...................... ok
t/04_cov.t ......................... ok
t/05_AcceleratorTable.t ............ ok
t/05_Menu.t ........................ ok
t/05_NotifyIcon_01_Constructor.t ... ok
t/05_NotifyIcon_02_Change.t ........ ok
t/05_NotifyIcon_03_OtherMethods.t .. ok
t/05_NotifyIcon_04_Remove.t ........ ok
t/05_NotifyIcon_05_DESTROY.t ....... ok
t/05_Timer_01_OEM.t ................ ok
t/05_Timer_02_NEM.t ................ ok
t/05_Timer_03_Interval.t ........... ok
t/05_Timer_04_Kill.t ............... ok
t/05_Timer_05_DESTROY.t ............ ok
t/06_Cursor.t ...................... ok
t/06_Icon.t ........................ ok
t/50_Font_GetMetrics.t ............. ok
t/50_Richedit_GetCharFormat.t ...... ok
t/97_Version.t ..................... ok
t/98_Pod.t ......................... ok
t/99_pod_coverage.t ................ ok
All tests successful.
Files=24, Tests=458, 40 wallclock secs ( 1.72 usr + 0.62 sys = 2.34 CPU)
Result: PASS
C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e"
"test_harness(0, '..\blib\lib', '..\blib\arch')" t/*.t
t/01_load.t .......... ok
t/02_public_api.t .... ok
t/03_inline.t ........ ok
t/04_new.t ........... ok
t/05_newCursor.t ..... ok
t/06_newIcon.t ....... ok
t/98_pod.t ...........
t/98_pod.t ........... 1/1 # Failed test 'POD test for lib'
# at C:\strawberry\perl\vendor\lib/Test/Pod.pm line 182.
# lib does not exist
# Looks like you failed 1 test of 1.
t/98_pod.t ........... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/1 subtests
t/99_pod_coverage.t .. ok
Test Summary Report
-------------------
t/98_pod.t (Wstat: 256 Tests: 1 Failed: 1)
Failed test: 1
Non-zero exit status: 1
Files=8, Tests=32, 6 wallclock secs ( 0.72 usr + 0.19 sys = 0.91 CPU)
Result: FAIL
Failed 1/8 test programs. 1/32 subtests failed.
dmake: Error code 255, while making 'test_dynamic'
dmake: Error code 255, while making 'subdirs-test'
This is Strawberry Perl 5.10.1
I think the recommended approach is to put the pod tests in the xt/
directory instead of the t/
directory and run it only during release.
regards
Gabor