| To: | parrot-porters@perl.org |
|---|---|
| Subject: | Re: [svn:parrot] r30560 - trunk/languages/pipp/t/pmc |
| From: | chromatic <chromatic@wgz.org> |
| Date: | Tue, 26 Aug 2008 09:59:45 -0700 |
| Delivered-to: | mailing list perl6-all@perl.org |
| Delivered-to: | perl6-all-poster@perl.org |
| Delivered-to: | mailing list perl6-internals@perl.org |
| Delivered-to: | perl6-internals@perl.org |
| Delivered-to: | perlmail-parrot-porters@onion.perl.org |
| Delivered-to: | parrot-porters@perl.org |
| In-reply-to: | <20080826071611.013CDCB9DD@x12.develooper.com> |
| List-help: | <mailto:perl6-all-help@perl.org> |
| List-id: | <perl6-all.perl.org> |
| List-id: | <perl6-internals.perl.org> |
| List-post: | <mailto:perl6-all@perl.org> |
| List-subscribe: | <mailto:perl6-all-subscribe@perl.org> |
| List-unsubscribe: | <mailto:perl6-all-unsubscribe@perl.org> |
| Mailing-list: | contact perl6-all-help@perl.org; run by ezmlm |
| Organization: | Snafu |
| References: | <20080826071611.013CDCB9DD@x12.develooper.com> |
| User-agent: | KMail/1.9.9 |
On Tuesday 26 August 2008 00:16:10 cotto@cvs.perl.org wrote: > Log: > [pipp] more freed and PIR'd phparray tests > --- trunk/languages/pipp/t/pmc/array.t (original) > +++ trunk/languages/pipp/t/pmc/array.t Tue Aug 26 00:16:09 2008 > @@ -562,9 +567,296 @@ > is_ok = 0 > current_and_key_ok: > ok(is_ok, "current() and key() work properly") > +.end > + > +.sub shallow_cmp_tests > + .local pmc p1, p2 > + .local int i, j, is_ok > + > + p1 = new PhpArray > + p2 = new PhpArray PhpArray should be quoted there; we won't guarantee that non-quoted forms work in PIR in the long term. -- c |
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Re: 57548-CONDITIONED_LINE_enh, jerry gay |
|---|---|
| Next by Date: | [perl #57920] [PATCH] Suggestion for Parrot Configure test of AIO, James Keenan via RT |
| Previous by Thread: | [perl #46125] [TODO] Verify that register is in range in PDB_check_condition(), NotFound via RT |
| Next by Thread: | [perl #57920] [PATCH] Suggestion for Parrot Configure test of AIO, James Keenan via RT |
| Indexes: | [Date] [Thread] [Top] [All Lists] |