Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Oct 2021 01:14:19 +0200
From:      Lutz Donnerhacke <lutz@donnerhacke.de>
To:        Li-Wen Hsu <lwhsu@FreeBSD.org>
Cc:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   Re: git: d5fd5cdc0638 - main - Temporarily skip sys.netgraph.hub.loop on RISC-V in CI
Message-ID:  <20211013231419.GA12832@belenus.iks-jena.de>
In-Reply-To: <202110132131.19DLVZUN050337@gitrepo.freebsd.org>
References:  <202110132131.19DLVZUN050337@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 13, 2021 at 09:31:35PM +0000, Li-Wen Hsu wrote:
>     Temporarily skip sys.netgraph.hub.loop on RISC-V in CI
>     
> +#if defined(__riscv)
> +	if (atf_tc_get_config_var_as_bool_wd(tc, "ci", false))
> +		atf_tc_skip("https://bugs.freebsd.org/259157");
> +#endif

It seems to never worked on RISC, all builds fail since the test was
activated two weeks ago. (The builds fail for many reasons ...)

Somebody with RISC experience available to have a look?
I don't have a clue.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20211013231419.GA12832>