git: d99a40e5ba23 - main - Remove riscv workaround in sys.netgraph.hub.loop test
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 05 Dec 2021 15:13:22 UTC
The branch main has been updated by mhorne: URL: https://cgit.FreeBSD.org/src/commit/?id=d99a40e5ba23a2b00e90fba73205fcbc7abc1388 commit d99a40e5ba23a2b00e90fba73205fcbc7abc1388 Author: Mitchell Horne <mhorne@FreeBSD.org> AuthorDate: 2021-12-03 18:26:35 +0000 Commit: Mitchell Horne <mhorne@FreeBSD.org> CommitDate: 2021-12-05 15:12:40 +0000 Remove riscv workaround in sys.netgraph.hub.loop test The test case now passes on this architecture. This reverts commits d5fd5cdc0638 and 168b579a4884. Reviewed by: lwhsu, imp Differential Revision: https://reviews.freebsd.org/D33252 --- tests/sys/netgraph/hub.c | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/sys/netgraph/hub.c b/tests/sys/netgraph/hub.c index 5fda9b8c7688..08d083ad9605 100644 --- a/tests/sys/netgraph/hub.c +++ b/tests/sys/netgraph/hub.c @@ -127,11 +127,6 @@ ATF_TC_BODY(loop, dummy) int i; char msg[] = "LOOP Alert!"; -#if defined(__riscv) - if (atf_tc_get_config_var_as_bool_wd(dummy, "ci", false)) - atf_tc_skip("https://bugs.freebsd.org/259157"); -#endif - ng_errors(PASS); ng_shutdown("hub1:"); ng_shutdown("hub2:");