From owner-svn-src-head@freebsd.org Wed Apr 15 00:33:20 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 135A82CDFBA; Wed, 15 Apr 2020 00:33:20 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [96.47.72.83]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4923HM6dzlz41xT; Wed, 15 Apr 2020 00:33:19 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: from mail-qt1-f182.google.com (mail-qt1-f182.google.com [209.85.160.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "GTS CA 1O1" (verified OK)) (Authenticated sender: kevans) by smtp.freebsd.org (Postfix) with ESMTPSA id D64E0EB7B; Wed, 15 Apr 2020 00:33:19 +0000 (UTC) (envelope-from kevans@freebsd.org) Received: by mail-qt1-f182.google.com with SMTP id w24so11896806qts.11; Tue, 14 Apr 2020 17:33:19 -0700 (PDT) X-Gm-Message-State: AGi0PuaUpsOa24gtmwJboMQQw8BGd7LwctE9PloUwcfH+mfY8hx7yIRQ 424NLoBL09SUE2uVz46Rw9Z6en+iFw3HZA5A6Ys= X-Google-Smtp-Source: APiQypIkLOzaxfDGRevliXBEgiyv/4dtt4Gp7LFXg3Jf2xJvDBa1fJS+5TrPDRpqgqycrOLjOBbFH/syYwkUO6Mnvig= X-Received: by 2002:ac8:65cc:: with SMTP id t12mr18544129qto.310.1586910799452; Tue, 14 Apr 2020 17:33:19 -0700 (PDT) MIME-Version: 1.0 References: <202004142336.03ENa3iQ015135@repo.freebsd.org> In-Reply-To: From: Kyle Evans Date: Tue, 14 Apr 2020 19:33:08 -0500 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r359944 - head/tests/sys/audit To: Alan Somers Cc: src-committers , svn-src-all , svn-src-head Content-Type: text/plain; charset="UTF-8" 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:33:20 -0000 On Tue, Apr 14, 2020 at 7:21 PM Alan Somers wrote: > > 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. Yes- strange, given how many times I ran them with the adjacent changes as I was amending them for close_range support. =-(