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
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
Applied with r29249. Thanks for your comments, chromatic++.
Ron
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
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
Fixed by guarding the assertion with PARROT_HAS_ALIGNED_FUNCPTR at r22453.
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
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
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