Skip Menu |

This queue is for tickets about the CSS-DOM CPAN distribution.

Report information
The Basics
Id: 107221
Status: resolved
Priority: 0/
Queue: CSS-DOM

People
Owner: Nobody in particular
Requestors: emmanuel [...] seyman.fr
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: CSS-DOM 0.15 test fails against Encode 2.77
Date: Mon, 21 Sep 2015 17:59:26 +0200
To: bug-css-dom [...] rt.cpan.org
From: Emmanuel Seyman <emmanuel [...] seyman.fr>
I have Encode 2.77 installed on my machine and one of CSS-DOM's tests fails: + make test PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "-MTest::Harness" "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', 'blib/arch')" t/*.t # "utf-16" is encoded in UCS-2-LE but is not UCS-2-LE-based Can't call method "cssText" on an undefined value at t/charset.t line 144. # Looks like you planned 23 tests but ran 9. # Looks like your test exited with 2 just after 9. t/charset.t ... Dubious, test returned 2 (wstat 512, 0x200) Failed 14/23 subtests Downgrading Encode to 2.76 allows the test to complete.
On 2015-09-21 12:00:18, emmanuel@seyman.fr wrote: Show quoted text
> > I have Encode 2.77 installed on my machine and one of CSS-DOM's tests > fails: > > + make test > PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "- > MTest::Harness" > "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', > 'blib/arch')" > t/*.t > # "utf-16" > is encoded in UCS-2-LE but is not UCS-2-LE-based > Can't call method "cssText" on an undefined value at t/charset.t line > 144. > # > Looks like you planned 23 tests but ran 9. > # > Looks like your test exited with 2 just after 9. > t/charset.t ... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 14/23 subtests > > Downgrading Encode to 2.76 allows the test to complete.
Confirmed by analysis.cpantesters.org, see: http://analysis.cpantesters.org/reports_by_field?distv=CSS-DOM-0.15;field=mod%3AEncode
On Mon Sep 21 12:00:18 2015, emmanuel@seyman.fr wrote: Show quoted text
> > I have Encode 2.77 installed on my machine and one of CSS-DOM's tests > fails: > > + make test > PERL_DL_NONLAZY=1 "/usr/bin/perl" "-MExtUtils::Command::MM" "- > MTest::Harness" > "-e" "undef *Test::Harness::Switches; test_harness(0, 'blib/lib', > 'blib/arch')" > t/*.t > # "utf-16" > is encoded in UCS-2-LE but is not UCS-2-LE-based > Can't call method "cssText" on an undefined value at t/charset.t line > 144. > # > Looks like you planned 23 tests but ran 9. > # > Looks like your test exited with 2 just after 9. > t/charset.t ... > Dubious, test returned 2 (wstat 512, 0x200) > Failed 14/23 subtests > > Downgrading Encode to 2.76 allows the test to complete.
Thank you. This is fixed in 0.16.