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?