Skip to content
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

Fix the number of tests to skip, which varies depending on the value of $enc #17

Merged
merged 1 commit into from Jan 2, 2019

Conversation

charsbar
Copy link
Contributor

@charsbar charsbar commented Jan 2, 2019

I've got a report from Andreas that the latest Text::CSV was broken under Perl 5.8.4 because of the incorrect test plan (cf http://www.cpantesters.org/cpan/report/e65245fc-0e09-11e9-99de-cfe2e2691208). It seems that one of the numbers of tests to skip in t/85_util.t is wrong (9 or 10, depending on the vlaue of $enc), and so is the whole test plan because of that.

@Tux Tux merged commit 242906c into Tux:master Jan 2, 2019
@Tux
Copy link
Owner

Tux commented Jan 2, 2019

Which is kinda weird, as I do test with perl-5.8.4 before releasing.
My 5.8.4 has Encode-2.64 and 5.8.4 was released with 1.99_01. I'll check if it should test for Encode's version instead

@charsbar charsbar deleted the fix_skip_count branch January 2, 2019 12:50
@charsbar
Copy link
Contributor Author

charsbar commented Jan 2, 2019

Thanks. There are also five pass reports from Nigel Horne (http://matrix.cpantesters.org/?dist=Text-CSV_XS%201.38;perl=5.8.4;reports=1). So I wondered when I got the report, and found the mismatch of the skip count.

@Tux
Copy link
Owner

Tux commented Jan 2, 2019

Just for the record. Encode::Alias has a bad regex in all versions up to and including Encode-2.01. This caused the fallout and surfaced my miscount. Thanks for the fix. I merged and then added comments and a note in the ChangeLog

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants