Ticket #1678 (closed bug: fixed)

Opened 12 years ago

Last modified 12 years ago

t/pir/macro.t: test 'basic macro with argument' fails on Darwin/PPC

Reported by: jkeenan Owned by:
Priority: normal Milestone:
Component: testing Version: 2.4.0
Severity: medium Keywords:
Cc: fperrad whiteknight dukeleto Language:
Patch status: Platform:

Description

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

Change History

Changed 12 years ago by plobsing

  • status changed from new to closed
  • resolution set to fixed

fixed in r47613. test used macro args incorrectly.

Note: See TracTickets for help on using tickets.