CC: | jberry [...] frb.gov |
Subject: | Mason 1.34: 2 failed tests |
Date: | Sat, 14 Oct 2006 21:06:32 -0400 |
To: | bug-HTML-Mason [...] rt.cpan.org |
From: | Jim Berry <jberry [...] frb.gov> |
Hi
This may not be important, but v1.34 is failing 2 tests here which do
not fail under v1.33.
HTML::Mason 1.34
Perl v5.8.5 built for i386-linux-thread-multi
Linux 2.6.9-42.0.2.ELsmp #1 SMP Thu Aug 17 18:00:32 EDT 2006 i686 i686 i386 GNU/Linux
(Redhat Enterprise v4, but using a recompiled perl)
Failed tests:
t/05-request #28
t/10-cache #6
Thanks for a great package. Please let me know if you'd like more details.
Jim Berry
=====================
Relevant output from make test TEST_VERBOSE=1:
t/05-request..................# Running request tests (36 tests): request object functionality
1..36
# Running abort (#1): test $m->abort method (autoflush on)
ok 1 - abort
[ snip ]
# Running longjump (#28): Accidentally calling next to exit a component does not corrupt stack
# Got warnings:
#
# ...but expected something matching:
# (?-xism:Exiting subroutine via next)
# Failed test (/a/arclx1/lcl/arc/work/jhb/rpm/BUILD/HTML-Mason-1.34/blib/lib/HTML/Mason/Tests.pm at line 593)
not ok 28 - longjump
# Running callers_out_of_bounds (#29): tests $m->callers() for out of bounds indexes
t/10-cache....................# Running cache tests (20 tests): Test caching
1..20
# Running cache_packages (#1): test that Mason cache packages get created
ok 1 - cache_packages
[snip]
# Running cache_self_expire_in (#6): test that $m->cache_self respects expire_in parameter
# Got ...
# -----
# x is 1
#
# x is 2
#
# x is 99
# -----
# ... but expected ...
# -----
# x is 1
#
# x is 1
#
# x is 99
# -----
# Failed test (/a/arclx1/lcl/arc/work/jhb/rpm/BUILD/HTML-Mason-1.34/blib/lib/HTML/Mason/Tests.pm at line 593)
not ok 6 - cache_self_expire_in
=================