Ticket #671 (closed patch: done)

Opened 13 years ago

Last modified 13 years ago

[PATCH] Rewrite of t/pmc/array.t to PIR

Reported by: bobw Owned by:
Priority: normal Milestone:
Component: none Version: trunk
Severity: medium Keywords:
Cc: Language:
Patch status: applied Platform:

Description

This patch converts t/pmc/array.t from Perl/pasm to PIR.

bob@eeepcenc:~/src/parrot$ diffstat array.t.patch

array.t | 764 +++++++++++++++++++++++++++++----------------------------------- 1 file changed, 347 insertions(+), 417 deletions(-)

bob@eeepcenc:~/src/parrot$

Attachments

array.t.patch Download (17.5 KB) - added by bobw 13 years ago.

Change History

Changed 13 years ago by bobw

in reply to: ↑ description   Changed 13 years ago by barney

  • status changed from new to closed
  • version changed from 1.1.0 to trunk
  • resolution set to done
  • patch set to applied

Replying to bobw:

This patch converts t/pmc/array.t from Perl/pasm to PIR. bob@eeepcenc:~/src/parrot$ diffstat array.t.patch array.t | 764 +++++++++++++++++++++++++++++----------------------------------- 1 file changed, 347 insertions(+), 417 deletions(-) bob@eeepcenc:~/src/parrot$

I applied the patch in r39453. Additionally I reenabled the commented out TODO tests, using the todo() function in [ 'Test'; 'More' ]

Note: See TracTickets for help on using tickets.