Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

[perl #31725] [TODO] non-branching compare opcodes - tests

3 views
Skip to first unread message

Leopold Toetsch

unread,
Sep 26, 2004, 5:40:29 AM9/26/04
to bugs-bi...@rt.perl.org
# New Ticket Created by Leopold Toetsch
# Please include the string: [perl #31725]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org:80/rt3/Ticket/Display.html?id=31725 >


I've moved these opcodes to ops.num and added some missing variants.
These opcodes need tests.

Thanks,
leo

Stephane Peiry

unread,
Oct 2, 2004, 7:10:48 AM10/2/04
to perl6-i...@perl.org

This patch adds tests for is<compare> style ops (isgt, isge, isle, islt,
iseq, isne) on integers, numbers and strings, in t/op/comp.t.
Thanks,
Stéphane

PS.: maybe t/op/*.t could be reorganized so that test filenames match
what is under ops/*.ops? and t/op would test only I, N, and S stuff,
leaving any P (pmc) tests to t/pmc.

t.op.comp.t.patch

Jens Rieks

unread,
Oct 5, 2004, 9:30:55 AM10/5/04
to perl6-i...@perl.org
On Saturday 02 October 2004 13:10, Stephane Peiry wrote:
> This patch adds tests for is<compare> style ops (isgt, isge, isle, islt,
> iseq, isne) on integers, numbers and strings, in t/op/comp.t.
Thanks, applied.

jens

0 new messages