Skip Menu |

This queue is for tickets about the HTML-Sanitizer CPAN distribution.

Report information
The Basics
Id: 6335
Status: open
Priority: 0/
Queue: HTML-Sanitizer

People
Owner: Nobody in particular
Requestors: henry.gao [...] ubs.com
Cc:
AdminCc:

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



Subject: Make test failed for HTML-Sanitizer
$ uname -a Linux xsyd0032dap 2.4.9-e.25enterprise #1 SMP Fri Jun 6 17:55:13 EDT 2003 i686 unknown bash 1 2 sca@xsyd0032dap ~/pd/bin $ perl -V Summary of my perl5 (revision 5.0 version 8 subversion 3) configuration: Platform: osname=linux, osvers=2.4.9-e.25enterprise, archname=i686-linux-thread-multi uname='linux xsyd0032dap 2.4.9-e.25enterprise #1 smp fri jun 6 17:55:13 edt 2003 i686 unknown ' config_args='-Dprefix=/sbcimp/run/pd/perl/5.8.3 -Dprivlib=/sbcimp/run/pd/perl/5.8.3/lib -Darchlib=/sbcimp/run/pd/perl/5.8.3/lib -Dsitelib=/sbcimp/run/pd/perl/5.8.3/lib -Dsitearch=/sbcimp/run/pd/perl/5.8.3/lib -Dlocincpth=/sbcimp/run/pd/gdbm/1.8.3/include -Dloclibpth=/sbcimp/run/pd/gdbm/1.8.3/lib -Dcc=gcc -Dusethreads -Uinstallusrbinperl -Dperladmin=dl-pdsupport@ubs.com -Dcf_email=dl-pdsupport@ubs.com -des' hint=recommended, useposix=true, d_sigaction=define usethreads=define use5005threads=undef useithreads=define usemultiplicity=define useperlio=define d_sfio=undef uselargefiles=define usesocks=undef use64bitint=undef use64bitall=undef uselongdouble=undef usemymalloc=n, bincompat5005=undef Compiler: cc='gcc', ccflags ='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -I/sbcimp/run/pd/gdbm/1.8.3/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64', optimize='-O2', cppflags='-D_REENTRANT -D_GNU_SOURCE -DTHREADS_HAVE_PIDS -fno-strict-aliasing -I/sbcimp/run/pd/gdbm/1.8.3/include' ccversion='', gccversion='2.96 20000731 (Red Hat Linux 7.2 2.96-108.1ubshufsv1.0)', gccosandvers='' intsize=4, longsize=4, ptrsize=4, doublesize=8, byteorder=1234 d_longlong=define, longlongsize=8, d_longdbl=define, longdblsize=12 ivtype='long', ivsize=4, nvtype='double', nvsize=8, Off_t='off_t', lseeksize=8 alignbytes=4, prototype=define Linker and Libraries: ld='gcc', ldflags =' -L/sbcimp/run/pd/gdbm/1.8.3/lib' libpth=/sbcimp/run/pd/gdbm/1.8.3/lib /lib /usr/lib /usr/local/lib libs=-lnsl -lgdbm -ldl -lm -lcrypt -lutil -lpthread -lc perllibs=-lnsl -ldl -lm -lcrypt -lutil -lpthread -lc libc=/lib/libc-2.2.4.so, so=so, useshrplib=false, libperl=libperl.a gnulibc_version='2.2.4' Dynamic Linking: dlsrc=dl_dlopen.xs, dlext=so, d_dlsymun=undef, ccdlflags='-rdynamic' cccdlflags='-fpic', lddlflags='-shared -L/sbcimp/run/pd/gdbm/1.8.3/lib' Characteristics of this binary (from libperl): Compile-time options: MULTIPLICITY USE_ITHREADS USE_LARGE_FILES PERL_IMPLICIT_CONTEXT Built under linux Compiled at Mar 8 2004 11:17:10 @INC: /sbcimp/run/pd/perl/5.8.3/lib /sbcimp/run/pd/perl/5.8.3/lib /sbcimp/run/pd/perl/5.8.3/lib /sbcimp/run/pd/perl/5.8.3/lib . $ make test PERL_DL_NONLAZY=1 /sbcimp/run/pd/perl/5.8.3/bin/perl "-MExtUtils::Command::MM" "-e" "test_harness(0, 'blib/lib', 'blib/arch')" t/*.t t/01rules........ok t/02functions....ok t/03security.....ok 2/4# Failed test (t/03security.t at line 35) t/03security.....NOK 3# got: '<p>unsafe</p>' # expected: '<p>unsafe</p>&lt;script' # Failed test (t/03security.t at line 40) t/03security.....NOK 4# got: '' # expected: '&lt;p attr_ok=&quot;test&gt;unsafe&lt;/p&gt;' # Looks like you failed 2 tests of 4. t/03security.....dubious Test returned status 2 (wstat 512, 0x200) DIED. FAILED tests 3-4 Failed 2/4 tests, 50.00% okay Failed Test Stat Wstat Total Fail Failed List of Failed ------------------------------------------------------------------------------- t/03security.t 2 512 4 2 50.00% 3-4 Failed 1/3 test scripts, 66.67% okay. 2/38 subtests failed, 94.74% okay. *** Error code 2 make: Fatal error: Command failed for target `test_dynamic'
From: nospamplease
I have the exact same fail here.