New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ext/nqp-rx/t/nqp/46-charspec.t fails in find_codepoint without icu #874
Comments
|
On Dec 5, 2012, at 2:08 PM, James E Keenan notifications@github.com wrote:
Thanks, good catch!
|
|
On 12/5/12 7:46 PM, Reini Urban wrote:
That sounds correct. We have had to account for non-availability of ICU Tomorrow I will try to confirm the fix on the machine where I first |
|
I mistakenly thought a fix already had been committed, but that was not so. So there was nothing for me to check today. The file in question is written in parrot-nqp. I don't know the syntax for "skip all tests unless $PConfig{has_icu}" in that language, and I couldn't find any prior art in other files in the distro written in parrot-nqp. If anyone knows how to do that, please come up to the blackboard and show us. :-) Thank you very much. |
|
I've only learned recently that nqp and nqp-rx create uncatchable No way to skip the test inside the test. This ticket belongs to perl6/nqp, since this is the final upstream repo for the ext/nqp-rx tests, ... HLL;Actions;charname calls find_codepoint at parse-time which fails without ICU. |
|
On 12/6/12 7:42 PM, Reini Urban wrote:
Would it be possible to cheat by changing the test file to a Perl 5
|
|
On Dec 6, 2012, at 9:44 PM, James E Keenan notifications@github.com wrote:
This or fix nqp to avoid calling find_codepoint when icu is not configured. |
|
@rurban are you still working on this? |
|
fix confirmed in Raku/nqp#151 |
Observed today while running 'make test' at 4aee736 on Darwin/x86_64. Here is an excerpt from by test log:
The text was updated successfully, but these errors were encountered: