From owner-svn-src-all@freebsd.org Tue Feb 26 09:53:36 2019 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 11AC21514520; Tue, 26 Feb 2019 09:53:36 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from mail104.syd.optusnet.com.au (mail104.syd.optusnet.com.au [211.29.132.246]) by mx1.freebsd.org (Postfix) with ESMTP id 8946276D69; Tue, 26 Feb 2019 09:53:35 +0000 (UTC) (envelope-from brde@optusnet.com.au) Received: from [192.168.0.102] (c110-21-101-228.carlnfd1.nsw.optusnet.com.au [110.21.101.228]) by mail104.syd.optusnet.com.au (Postfix) with ESMTPS id 080CD433567; Tue, 26 Feb 2019 20:53:32 +1100 (AEDT) Date: Tue, 26 Feb 2019 20:53:31 +1100 (EST) From: Bruce Evans X-X-Sender: bde@besplex.bde.org To: Bruce Evans cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r344571 - head/sys/dev/syscons In-Reply-To: <201902260944.x1Q9iAsX009208@repo.freebsd.org> Message-ID: <20190226205153.V2396@besplex.bde.org> References: <201902260944.x1Q9iAsX009208@repo.freebsd.org> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Optus-CM-Score: 0 X-Optus-CM-Analysis: v=2.2 cv=P6RKvmIu c=1 sm=1 tr=0 a=PalzARQSbocsUSjMRkwAPg==:117 a=PalzARQSbocsUSjMRkwAPg==:17 a=kj9zAlcOel0A:10 a=rTMOX4AMq-ou8s9nHOkA:9 a=CjuIK1q_8ugA:10 X-Rspamd-Queue-Id: 8946276D69 X-Spamd-Bar: ------ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-6.97 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_SHORT(-0.97)[-0.971,0] X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 26 Feb 2019 09:53:36 -0000 On Tue, 26 Feb 2019, Bruce Evans wrote: > ... > Log: > Attempt to fix build breakage in r344458. > ... > ... Test > coverage for of syscons in arm is broken (turned off) in NOTES, but > syscons is in some other arm config files which universe detects as broken. Oops. I forgot to say that this was reported by rpokala. Bruce