Ticket #744 (closed defect: not relevant)
Padre fails on WinXP 64
| Reported by: | kthakore | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | editor | Version: | 0.50 |
| Keywords: | Cc: |
Description
Using Strawberry perl
perl -v
This is perl, v5.10.0 built for MSWin32-x86-multi-thread
WxPerl? stuff
Wx Version=(0.93) wxWidgets 2.8.10 unicode=(1)
cpan> install Padre Running install for module 'Padre' Running make for S/SZ/SZABGAB/Padre-0.50.tar.gz Has already been unwrapped into directory C:\strawberry\cpan\build\Padre-0.50-NdU9pY Has already been made Running make test Installing blib\lib\auto\share\dist\Padre\locale\messages.pot blib\lib\auto\share\dist\Padre\locale -> blib\lib\auto\share\dist\Padre\locale -blib\lib\auto\share\dist\Padre\locale\messages.pot C:\strawberry\perl\bin\perl.exe "-MExtUtils::Command::MM" "-e" "test_harness(0, 'inc', 'blib\lib', 'blib\arch')" t/*.t t/win32/*.t t/00-compile.t ..................... # Locale: English_United States.1252 t/00-compile.t ..................... ok t/01-load.t ........................ # Tests find Wx: 0.93 wxWidgets 2.8.10 t/01-load.t ........................ ok t/02-new.t ......................... ok t/03-wx.t .......................... skipped: Windows currently has problems with Unicode files t/04-config.t ...................... ok t/05-project.t ..................... ok t/06-utils.t ....................... ok t/07-log.t ......................... ok t/08-style.t ....................... ok t/10-copyright.t ................... ok t/11-badcode.t ..................... ok t/12-pragmas.t ..................... ok t/13-eol.t ......................... ok t/14-warnings.t .................... ok t/15-locale.t ...................... 1/7 1 1 : 5 0 : 2 9 : E r r o r : C a n n o t s e t l o c a l e t o l a n g u a g e A r a b i c . t/15-locale.t ...................... ok t/50-docbrowser.t .................. skipped: Cannot run as root t/60-db.t .......................... ok t/70-document.t .................... ok t/71-perl.t ........................ ok t/72-dialog-html.t ................. ok t/75-perl-beginner.t ............... skipped: since the errors are now configurable we need to load the Padre class to run this test t/80-newline.t ..................... ok t/81-search.t ...................... ok t/82-plugin-manager.t .............. ok t/83-autosave.t .................... ok t/84-task.t ........................ ok t/85-task-manager.t ................ ok t/86-service.t ..................... ok t/91-vi.t .......................... ok t/92-padre-file.t .................. ok t/93-padre-filename-win.t .......... ok t/99-perl-func-list.t .............. ok t/win32/002-menu.t ................. Could not find a running version of Padre at t/lib/Padre/Win32.pm line 33. t/win32/002-menu.t ................. Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/win32/010-file-new.t ............. Could not find a running version of Padre at t/lib/Padre/Win32.pm line 33. t/win32/010-file-new.t ............. Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/win32/011-file-open.t ............ Could not find a running version of Padre at t/lib/Padre/Win32.pm line 33. t/win32/011-file-open.t ............ Dubious, test returned 2 (wstat 512, 0x200) No subtests run t/win32/012-file-open-selection.t .. Could not find a running version of Padre at t/lib/Padre/Win32.pm line 33. t/win32/012-file-open-selection.t .. Dubious, test returned 2 (wstat 512, 0x200) No subtests run Test Summary Report ------------------- t/93-padre-filename-win.t (Wstat: 0 Tests: 7 Failed: 0) TODO passed: 1-4, 7 t/win32/002-menu.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/win32/010-file-new.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/win32/011-file-open.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output t/win32/012-file-open-selection.t (Wstat: 512 Tests: 0 Failed: 0) Non-zero exit status: 2 Parse errors: No plan found in TAP output Files=36, Tests=2891, 317 wallclock secs ( 0.59 usr + 0.03 sys = 0.63 CPU) Result: FAIL Failed 4/36 test programs. 0/2891 subtests failed. dmake.EXE: Error code 130, while making 'test_dynamic' SZABGAB/Padre-0.50.tar.gz C:\strawberry\c\bin\dmake.EXE test -- NOT OK //hint// to see the cpan-testers results for installing this module, try: reports SZABGAB/Padre-0.50.tar.gz Running make install make test had returned bad status, won't install without force Failed during this command: SZABGAB/Padre-0.50.tar.gz : make_test NO cpan>
Attachments
Change History
Changed 4 years ago by waxhead
- Attachment padre_patch.zip added
comment:1 Changed 4 years ago by waxhead
I have committed the supplied patch to trunk, just running dmake test. Will commit shortly.
comment:3 Changed 4 years ago by waxhead
Sorry. this is NOT the right ticket. i'm just not thinking straight. :(
comment:4 Changed 4 years ago by Sewi
Replaying this requires Win32::GuiTest? which is no Padre dependency. The tests will be skipped if it's not installed:
t\win32\002-menu.t ................. skipped: Win32::GuiTest? is required for this test
t\win32\010-file-new.t ............. skipped: Win32::GuiTest? is required for this test
t\win32\011-file-open.t ............ skipped: Win32::GuiTest? is required for this test
t\win32\012-file-open-selection.t .. skipped: Win32::GuiTest? is required for this test
Files=4, Tests=0, 2 wallclock secs ( 0.16 usr + 0.09 sys = 0.25 CPU)
Result: NOTESTS

Patch for Turkish Locale provided by burakgursoy via szabgab