| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-11-10 | s/endianess/endianness/ | msaitoh | |
| 2015-12-26 | Remove the "expected failure" from test n12, and change it not to use | pgoyette | |
| the "-v" command line option to ipf_test. The -v option causes it to display additional information, some of which is not fixed (looks like an internal data structure address). One fewer on the expected-failures list. :) | |||
| 2015-11-05 | Ooops, pilot error - revert last | martin | |
| 2015-11-05 | Fix expected output to match -current NetBSD reality (port "255" is not | martin | |
| mapped to "reserved") | |||
| 2014-12-06 | Null commit, to note that the previous commit by darrenr (which said | dholland | |
| just "PR kern/47462") didn't even have the right PR number. The correct number, as far as I can tell, was PR 47262. /brick | |||
| 2014-12-01 | Remove the "broken on BE" mark from the N14 testcase - ozaki-r fixed it | martin | |
| recently. | |||
| 2014-11-25 | Fix wrong expected outputs | ozaki-r | |
| IP addresses in the expected outputs looks reversed (in byte order). It seems the expected outputs had been generated based on source code with a bug and the bug was fixed by a commit titled "#534 destination list hashing not endian neutral" by darrenr@. | |||
| 2014-07-15 | Darren fixed n8 and n9 recently | martin | |
| 2014-07-15 | NetBSD has an entry for protocol #255 in /etc/protocols labeled "reserved" | martin | |
| so expect that in the parsing output instead of 255. | |||
| 2014-07-12 | Test n17_6 does not yet exist so remove unrequired files and test case | darrenr | |
| 2014-06-30 | New IPv6 tests for ipnat parsing need to be built by make so that they can | darrenr | |
| be executed. | |||
| 2014-06-30 | NetBSD has an entry for protocol #255 in /etc/protocols labeled "reserved" | darrenr | |
| so expect that in the parsing output instead of 255. | |||
| 2014-06-29 | PR kern/47462 | darrenr | |
| 2014-06-29 | Add in test cases for testing ipnat's parsing of IPv6 NAT rules | darrenr | |
| 2014-06-29 | in2 is no longer a broken test case | darrenr | |
| 2013-05-16 | Mark two more test case as only failing for BE | martin | |
| 2013-05-16 | Assume that the NAT failures that happen on some architectures are endianess | martin | |
| bugs, so do not expect failure on LE archs for now. | |||
| 2013-03-19 | Fix argument order for "n14" | martin | |
| 2013-03-18 | Mark a few more test cases known to only work by chance as failing | martin | |
| and point to PR 47665. Julio: how do we make such cases not fail when they actually happen to work (by pure luck)? | |||
| 2013-03-17 | Mark some long-standing failures as known failures. | jmmv | |
| The offending tests are these: - t_filter_exec: f26, f27. - t_filter_parse: i17. - t_nat_exec: n12. These tests are confirmed to fail in NetBSD/current under amd64, i386 and sparc as reported by the continuous testing systems. | |||
| 2012-12-03 | Christos fixed the crash in ipftest, so re-enable the failing tests. | pgoyette | |
| 2012-12-03 | Add a couple more inet6 tests to verify correct rule parsing | pgoyette | |
| 2012-12-03 | Include an explicit test for correctly inferring family inet6 when there | pgoyette | |
| is an IPv6 address in the rule | |||
| 2012-12-03 | Now that expected output files have been adjusted, we can remove the | pgoyette | |
| expectation that tests i14 and i19 will fail. Should address kern/47262 which will be closed. | |||
| 2012-12-03 | Without explicit address, the address family is not inferred and not | pgoyette | |
| displayed in the output. | |||
| 2012-12-03 | For rules without any address, don't infer an address family. | pgoyette | |
| 2012-12-02 | Test-case n3_6 is not applicable to NetBSD (according to Darren R.) | pgoyette | |
| 2012-12-01 | More test clean-up | pgoyette | |
| 2012-12-01 | Put the reason for expected failure in the correct position | pgoyette | |
| 2012-12-01 | Use proper quoting for the expected-failure reason | pgoyette | |
| 2012-12-01 | Now that we have a PR for the brokenness in "ipftest -P -N", mark the | pgoyette | |
| related tests as Expected Failure rather than just skipping the tests. | |||
| 2012-12-01 | Based on the error messages, the test is not broken, but ipftest probably | pgoyette | |
| in broken. Once we can analyze the error further, we can open a PR in Gnats and then move this to Expected-Failure. But we shouldn't skip it because we'll never come back to fix it. | |||
| 2012-11-30 | If we're going to expect a failure, we need to use the correct shell | pgoyette | |
| function! "atf_expect_fail()" does not have a "_tc" in its name! | |||
| 2012-11-30 | Rather than providing a custom Atffile that requires separate | pgoyette | |
| maintenance, just don't build or install the t_bpf.sh test. | |||
| 2012-11-29 | fix typo in previous - missing quote | pgoyette | |
| 2012-11-29 | Update a couple of tests to indicate that they are broken/failing because | pgoyette | |
| of missing input/expected data files | |||
| 2012-11-29 | Now that I've created PR/47262, reference it in the tests that fail | pgoyette | |
| because of the PR | |||
| 2012-11-29 | Add another test option for expected failures, rather than simply | pgoyette | |
| skipping tests | |||
| 2012-11-29 | Even though this test is currently disabled, fix it so it looks for the | pgoyette | |
| correct input and expected-output files for test case bpf_f1 | |||
| 2012-11-29 | Since all of the expected-results files provided from upstream include | pgoyette | |
| the "-D" output (Dump additional internal tables), update the tests to actually generate the data! This lets us re-enable 28 of the 30 "skipped" tests. XXX Still need to work on tests n12 and n17_6 | |||
| 2012-07-22 | test cases n201 and n202 were removed on import of 5.1.2 | darrenr | |
| 2012-07-22 | Merged IPFilter 5.1.2 into HEAD | darrenr | |
| 2012-07-22 | Import IPFilter 5.1.2 | darrenr | |
| 2012-07-08 | Restore the rest of the ipfilter test framework, even if most of these | pgoyette | |
| tests are broken. The "golden output" files for these tests need to be updated. | |||
| 2012-07-08 | Restore one more group of tests. | pgoyette | |
| XXX Test i17 was broken previously, and remains broken. | |||
| 2012-07-08 | Restore some more tests from ipfilter 5.1.1 | pgoyette | |
| XXX Test in2 was broken before the ipfilter 5.1.1 import, and is still XXX broken. | |||
| 2012-07-08 | Restore some more of the ipfilter 5.1.1 tests. | pgoyette | |
| XXX It appears that ipftest is not handling the policy {,src-,dst-}hash XXX correctly, so these tests are still marked broken/skipped. | |||
| 2012-07-07 | Re-enable some of the ipf tests. The only thing wrong with these tests | pgoyette | |
| is that the tests were not re-imported with the rest of ipfilter 5.1.1 XXX There are still some more ipf test failures that need to get resolved, XXX but at least we'll get some of them back just in case we have a XXX regression. | |||
| 2012-03-27 | Mark the failing tests as broken. XXX: If no one is willing to maintain | jruoho | |
| the ipf tests, these should be removed. | |||
| 2012-03-23 | Update to the tests from 5.1.1 | christos | |
