Hi,

I'm not exactly sure what I mean by "recent".
It certainly refers to current bleadperl, but these are test failures I've been ignoring for so long that I don't really know when they first appeared.

OTOH, I know exactly what I mean by "undecipherable".
I mean that I have no idea what these failures actually are.

Firstly, the affected perls are -Duselongdouble builds on a powerpc64 box running Debian Wheezy.
Note: $Config{longdblkind} is 6 ... which means that the kind of long double is doubledouble.
The first 2 failures are reported as:
not ok 30410 - couldn't compile /\p{Numeric_Value:3.12e-03}/; line 699 +58: Can't find Unicode property definition "Numeric_Value:3.12e-03" i +n regex; marked by <-- HERE in m/\p{Numeric_Value:3.12e-03} <-- HERE +/ at (eval 26922) line 2. not ok 30411 - couldn't compile /\p{^Numeric_Value:3.12e-03}/; line 69 +959: Can't find Unicode property definition "Numeric_Value:3.12e-03" +in regex; marked by <-- HERE in m/\p{^Numeric_Value:3.12e-03} <-- HER +E / at (eval 26923) line 2.
The errors recur time and time again - AFAICS, it's always in relation to a value of 3.12e-03 or 3.125e-03 (sometimes reported as 0.00312 and 0.003125).

I believe that the two failures I've quoted come from lines 69958 and 69959 of lib/unicore/TestProp.pl:
Expect(1, 73684, '\p{Numeric_Value:3.13e-03}', ""); Expect(0, 73684, '\p{^Numeric_Value:3.13e-03}', "");
but that's about all I know - though I do notice that 3.12e-03 and 3.13e-03 are not the same value.
Any hints on what might be going on ?

Cheers,
Rob

In reply to Undecipherable t/re/uniprops02.t failures on recent builds of perl. by syphilis

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post, it's "PerlMonks-approved HTML":



  • Posts are HTML formatted. Put <p> </p> tags around your paragraphs. Put <code> </code> tags around your code and data!
  • Titles consisting of a single word are discouraged, and in most cases are disallowed outright.
  • Read Where should I post X? if you're not absolutely sure you're posting in the right place.
  • Please read these before you post! —
  • Posts may use any of the Perl Monks Approved HTML tags:
    a, abbr, b, big, blockquote, br, caption, center, col, colgroup, dd, del, details, div, dl, dt, em, font, h1, h2, h3, h4, h5, h6, hr, i, ins, li, ol, p, pre, readmore, small, span, spoiler, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, wbr
  • You may need to use entities for some characters, as follows. (Exception: Within code tags, you can put the characters literally.)
            For:     Use:
    & &amp;
    < &lt;
    > &gt;
    [ &#91;
    ] &#93;
  • Link using PerlMonks shortcuts! What shortcuts can I use for linking?
  • See Writeup Formatting Tips and other pages linked from there for more info.