Jarkko Hietaniemi (via RT) wrote:
# New Ticket Created by Jarkko Hietaniemi # Please include the string: [perl #37337] # in the subject line of all future correspondence about this issue. # <URL: https://rt.perl.org/rt3/Ticket/Display.html?id=37337 >


t/op/comp....ok 6/80

#     Failed test (t/op/comp.t at line 156)
#          got: '1
# 0
# -242

Ah. That is the string compare C<cmp_i_s_sc>, which ends up in charset/ascii.c, where memcmp(3) is called for fixed8 encodings. The return result was not normalized to (-1, 1) as memcmp may need it.

Thanks for testing - fixed r9326

leo

Reply via email to