[perl #70886] mt.exe fails to create perl6.exe.manifest -- why is it even trying?

2009-12-07 Thread Ronald Blaschke via RT
I think I can reproduce the issue. For a reason I haven't found yet, an installed parrot's pbc_to_exe runs the following. mt.exe -nologo -manifest perl6.exe.manifest -outputresource:perl6.exe.manifest;1 The correct command would be as follows. mt.exe -nologo -manifest perl6.exe.manifest -output

[perl #54414] [BUG] t\benchmark\benchmarks.t failure (r27624)

2008-09-06 Thread Ronald Blaschke via RT
On Fri Sep 05 14:05:11 2008, cotto wrote: > On Mon May 19 03:55:46 2008, [EMAIL PROTECTED] wrote: > > On Sun May 18 17:02:30 2008, ajr wrote: > > > t\benchmark\benchmarks..28/37 > > > # Failed test 'examples/benchmarks/primes2.pasm' > > > # at t\benchmark\benchmarks.t line 219. > > > # Exit

[perl #47153] [PATCH][RFC] Proposed change from PMC_IS_NULL to PMC_is_null

2008-07-10 Thread Ronald Blaschke via RT
Applied with r29249. Thanks for your comments, chromatic++. Ron

[perl #43438] [PATCH][Win32] Update Win32 stat

2008-07-10 Thread Ronald Blaschke via RT
Reworked and committed with r29255. $ prove -v t\pmc\io.t t\pmc\io 1..45 not ok 1 - IO on some invalid types # TODO IO on some invalid types # Failed (TODO) test 'IO on some invalid types' # at t\pmc\io.t line 38. # Exited with error code: 1 # Received: # Undef ok 1 # Undef ok 2 # UndefCa

[perl #42699] r18304 Test failures on NexentaOS (GNU/OpenSolaris)

2008-04-13 Thread Ronald Blaschke via RT
On Mon Apr 07 21:54:27 2008, coke wrote: > On Tue Apr 24 03:05:33 2007, rblasch wrote: > The version of parrot this ticket was opened is 11 months old. Can we > get another test run > with svn-latest or the latest snapshot from CPAN? Here's the result of r26955. Failed Test Stat Wstat

[perl #43234] [BUG][WIN32] Assertion failed: (PTR2UINTVAL(mmd_table[i].func_ptr) & 3) == 0

2008-03-17 Thread Ronald Blaschke via RT
Fixed by guarding the assertion with PARROT_HAS_ALIGNED_FUNCPTR at r22453.

[perl #43515] Parrot will not build on Win32/MinGW

2008-03-17 Thread Ronald Blaschke via RT
Seems like there was a symbol missing. src\io\io_win32.c: At top level: src\io\io_win32.c:389: warning: no previous prototype for 'PIO_win32_isatty' src\io\io_win32.c:389: error: conflicting types for 'PIO_win32_isatty' src\io\io_win32.c:341: error: previous implicit declaration of 'PIO_win32_isat

[perl #43507] [BUG] yet another gc bug exposed by perl6 on windows

2008-03-17 Thread Ronald Blaschke via RT
I don't see this with Windows XP, VC++ 8.0, VC++ 9.0 or MinGW GCC 3.4.2, using Parrot r26446. All three nmake/mingw32-make test in languages/perl6 report: All tests successful. Files=27, Tests=223, 37 wallclock secs ( 0.13 usr + 0.00 sys = 0.13 CPU) Result: PASS The GC bug is either solved or

[perl #37301] [BUG] 9262: env tests failing on win32

2008-03-09 Thread Ronald Blaschke via RT
All tests pass at r26264 on VC++ 9.0 and MinGW 3.4.2. This was fixed with commit r19068. Closing this ticket. $ prove -v t\pmc\env.t t\pmc\env.. 1..13 ok 1 - all Envs are ident ok 2 - getenv ok 3 - setenv/getenv ok 4 - envs are all the same ok 5 - gone/delete ok 6 - iterate ok 7 - exists/del