id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	lang	patch	platform
1678	t/pir/macro.t: test 'basic macro with argument' fails on Darwin/PPC	jkeenan		"This file was added to the distro last August by dukeleto.  However, it appears it wasn't being run regularly because the directory in which it appears, ''t/pir/'' was not included in any test targets.  whiteknight noted this problem this weekend and we added the directory to `@Parrot::Harness::DefaultTests::runcore_tests`, which are always run.

The test passes for me on Linux/i386 but fails on Darwin/PPC:
{{{
$ prove -v t/pir/macro.t
t/pir/macro.t .. 
1..3
ok 1 - basic macro
not ok 2 - basic macro with argument
ok 3 - .macro_const
Failed 1/3 subtests 

Test Summary Report
-------------------
t/pir/macro.t (Wstat: 0 Tests: 3 Failed: 1)
  Failed test:  2
Files=1, Tests=3,  1 wallclock secs ( 0.10 usr  0.02 sys +  0.04 cusr  0.03 csys =  0.19 CPU)
Result: FAIL
}}}
Can we get this fixed before the release?

Thank you very much.

kid51"	bug	closed	normal		testing	2.4.0	medium	fixed		fperrad whiteknight dukeleto			
