From owner-svn-src-head@freebsd.org Wed Apr 15 00:21:22 2020 Return-Path: Delivered-To: svn-src-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 562B72CDBD0; Wed, 15 Apr 2020 00:21:22 +0000 (UTC) (envelope-from asomers@gmail.com) Received: from mail-ot1-f48.google.com (mail-ot1-f48.google.com [209.85.210.48]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 49231Z1dT3z416M; Wed, 15 Apr 2020 00:21:22 +0000 (UTC) (envelope-from asomers@gmail.com) Received: by mail-ot1-f48.google.com with SMTP id w12so1620957otm.13; Tue, 14 Apr 2020 17:21:22 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=qPyjswjAHPvmLpuDAmod/0U1qxB4YWi60vUuXLW4704=; b=fMzeP/dOODXrjuNfuwM6d3kCkKeuyU71lm/63GNCNi2X1+uJXLziBWiqmSrG4feSMS fCeUaq5otblyepxMv/yuoULsxyPbeYALHZoh4PDsXfobNBRznw9rU9Pnu47Vq+AwhqOc un8GN8yT3jxwGtsiaE1b98l2ysFMaOmo36vNN8TgB9THr/Jo3gW2RKLQ8NTHMVMZZTrS DMEhzFMT8PytEopmujr8hgdbHfhL1gLDaxmXnwOAqCsMRH6tcSO1ocHmd6J+eO5Gbz8m mc73Mdw296TqTxZHbb3ej9K94HDWKedx5jD/mQsg4uex8Ao5H+AlZi35G1f6tHM1ilI/ emow== X-Gm-Message-State: AGi0PubzHJ+AMSSQhF2yspOc8ZhIWnHQGeQw837Hv/ReMnObM+8Hdqxz e9oeuFHT7c0FI/8Vjz+vqEgTeg2ptbygZBf52BzYxX8s X-Google-Smtp-Source: APiQypLxYt+wqSUj4YM2DPUkgMFJ4RNDi5iuUxZAJ665RNPlH4H7aKs6ncs6AC8S3TdL/4FxBG8/vPfs/jkL99bVMN8= X-Received: by 2002:a05:6830:3150:: with SMTP id c16mr19569248ots.251.1586910080942; Tue, 14 Apr 2020 17:21:20 -0700 (PDT) MIME-Version: 1.0 References: <202004142336.03ENa3iQ015135@repo.freebsd.org> In-Reply-To: <202004142336.03ENa3iQ015135@repo.freebsd.org> From: Alan Somers Date: Tue, 14 Apr 2020 18:21:09 -0600 Message-ID: Subject: Re: svn commit: r359944 - head/tests/sys/audit To: Kyle Evans Cc: src-committers , svn-src-all , svn-src-head X-Rspamd-Queue-Id: 49231Z1dT3z416M X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-1.000,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.29 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Apr 2020 00:21:22 -0000 On Tue, Apr 14, 2020 at 5:36 PM Kyle Evans wrote: > Author: kevans > Date: Tue Apr 14 23:36:03 2020 > New Revision: 359944 > URL: https://svnweb.freebsd.org/changeset/base/359944 > > Log: > tests: audit: mark closefrom test an expected fail for now > > closefrom has been converted to close_range internally; remediation is > underway for this, marking it as an expected fail for now while proper > course is determined. > > PR: 245625 > Thanks for taking care of this. It sounds like somebody forgot to run the tests before committing. -Alan