From nobody Wed Oct 13 23:14:19 2021 X-Original-To: dev-commits-src-main@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 1F32817F4647; Wed, 13 Oct 2021 23:14:32 +0000 (UTC) (envelope-from lutz@iks-jena.de) Received: from annwfn.iks-jena.de (annwfn.iks-jena.de [IPv6:2001:4bd8::19]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4HV7dz3KNRz3q7T; Wed, 13 Oct 2021 23:14:31 +0000 (UTC) (envelope-from lutz@iks-jena.de) X-SMTP-Sender: IPv6:2001:4bd8:0:666:248:54ff:fe12:ee3f Received: from belenus.iks-jena.de (belenus.iks-jena.de [IPv6:2001:4bd8:0:666:248:54ff:fe12:ee3f]) by annwfn.iks-jena.de (8.15.2/8.15.2) with ESMTPS id 19DNEJ8b016094 (version=TLSv1 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 14 Oct 2021 01:14:20 +0200 X-MSA-Host: belenus.iks-jena.de Received: (from lutz@localhost) by belenus.iks-jena.de (8.14.3/8.14.1/Submit) id 19DNEJLK012893; Thu, 14 Oct 2021 01:14:19 +0200 Date: Thu, 14 Oct 2021 01:14:19 +0200 From: Lutz Donnerhacke To: Li-Wen Hsu 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> References: <202110132131.19DLVZUN050337@gitrepo.freebsd.org> List-Id: Commit messages for the main branch of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-main List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-src-main@freebsd.org X-BeenThere: dev-commits-src-main@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <202110132131.19DLVZUN050337@gitrepo.freebsd.org> X-message-flag: Please send plain text messages only. Thank you. User-Agent: Mutt/1.5.17 (2007-11-01) X-Rspamd-Queue-Id: 4HV7dz3KNRz3q7T X-Spamd-Bar: ---- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[] X-Spam: Yes X-ThisMailContainsUnwantedMimeParts: N 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.