Skip Menu |

This queue is for tickets about the POE CPAN distribution.

Report information
The Basics
Id: 19878
Status: resolved
Priority: 0/
Queue: POE

People
Owner: Nobody in particular
Requestors: cweyl [...] alumni.drew.edu
Cc:
AdminCc:

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



Subject: tests: noisy failures(?) during test
During a "make test" on fedora core 5, we see output like: .... tests/10_units/05_filters/01_block...............ok tests/10_units/05_filters/02_grep................Modify Get element must be given a coderef at tests/10_units/05_filters/02_grep.t line 47 Modify Put element must be given a coderef at tests/10_units/05_filters/02_grep.t line 47 Modify Code element must be given a coderef at tests/10_units/05_filters/02_grep.t line 47 ok tests/10_units/05_filters/03_http................skipped all skipped: Need network access (and permission) for these tests tests/10_units/05_filters/04_line................ok tests/10_units/05_filters/05_map.................Modify Get element must be given a coderef at tests/10_units/05_filters/05_map.t line 47 Modify Put element must be given a coderef at tests/10_units/05_filters/05_map.t line 47 Modify Code element must be given a coderef at tests/10_units/05_filters/05_map.t line 47 ok .... for many of the tests. This neither causes the test nor test suite to fail, is this expected? Or are they actual failures that aren't being picked up?
These are warnings generated by doing something wrong. We are testing to be that doing these wrong this stays a wrong thing. (eg, you cant pass a non-code ref value to POE::Filter::Map->new) On Tue Jun 13 13:04:49 2006, guest wrote: Show quoted text
> During a "make test" on fedora core 5, we see output like: > > .... > tests/10_units/05_filters/01_block...............ok > tests/10_units/05_filters/02_grep................Modify Get element must > be given a coderef at tests/10_units/05_filters/02_grep.t line 47 > Modify Put element must be given a coderef at > tests/10_units/05_filters/02_grep.t line 47 > Modify Code element must be given a coderef at > tests/10_units/05_filters/02_grep.t line 47 > ok > tests/10_units/05_filters/03_http................skipped > all skipped: Need network access (and permission) for these tests > tests/10_units/05_filters/04_line................ok > tests/10_units/05_filters/05_map.................Modify Get element must > be given a coderef at tests/10_units/05_filters/05_map.t line 47 > Modify Put element must be given a coderef at > tests/10_units/05_filters/05_map.t line 47 > Modify Code element must be given a coderef at > tests/10_units/05_filters/05_map.t line 47 > ok > .... > > for many of the tests. This neither causes the test nor test suite to > fail, is this expected? Or are they actual failures that aren't being > picked up?