Subject: | Failing t/stacktrace |
Make test is failing on perl 5.10 on Mac OS 10.5.2
[ambs@rachmaninoff Test-Exception-0.26]$ prove -b -v t/stacktrace.t
t/stacktrace......
1..2
ok 1 - use Test::Exception;
not ok 2 - regex in stacktrace ignored
# Failed test 'regex in stacktrace ignored'
# at t/stacktrace.t line 17.
# STDOUT is:
# ok 1 - threw /fribble/
#
# not:
# not ok 1 - threw /fribble/
#
# as expected
# STDERR is:
#
# not:
# /#\s+Failed\ test.*?\n?.*?at\ t\/stacktrace\.t line 13.*\n?/
#
# # expecting: /fribble/
#
# # found: died at t/stacktrace.t line 13
#
# # Test::Exception::throws_ok('CODE(0x840cd0)', '/fribble/') called at
t/stacktrace.t line 13
#
# as expected
Failed 1/2 subtests
Test Summary Report
-------------------
t/stacktrace.t (Wstat: 0 Tests: 2 Failed: 1)
Failed test: 2
Files=1, Tests=2, 0 wallclock secs ( 0.01 usr 0.01 sys + 0.02 cusr
0.00 csys = 0.04 CPU)
Result: FAIL