From owner-svn-src-head@freebsd.org Thu Sep 10 17:21:41 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 ED89B3DECC1; Thu, 10 Sep 2020 17:21:41 +0000 (UTC) (envelope-from lwhsu@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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 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 4BnQfY64RKz4MVf; Thu, 10 Sep 2020 17:21:41 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: from mail-yb1-f170.google.com (mail-yb1-f170.google.com [209.85.219.170]) (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: lwhsu/mail) by smtp.freebsd.org (Postfix) with ESMTPSA id AFC561ADE5; Thu, 10 Sep 2020 17:21:41 +0000 (UTC) (envelope-from lwhsu@freebsd.org) Received: by mail-yb1-f170.google.com with SMTP id p81so4555936ybc.12; Thu, 10 Sep 2020 10:21:41 -0700 (PDT) X-Gm-Message-State: AOAM5321DNbB9vxy2vTS7KaHJJctDx/8FnnrG5HLHXZIGnINUHJLUb+b V7g2olDS+yjjS2KIKeQA7B5dtEasK6pvXUdqDn0= X-Google-Smtp-Source: ABdhPJwCAu0TO82O1DGx+pO2SpsH/75KeUw/3flKXDKPPmtRtz8js4Suf6DlAdzZG9tcyKoTa0xi4CEqkYY7U3oBetY= X-Received: by 2002:a25:b40a:: with SMTP id n10mr15044548ybj.497.1599758501157; Thu, 10 Sep 2020 10:21:41 -0700 (PDT) MIME-Version: 1.0 References: <202009101715.08AHFjKd017484@repo.freebsd.org> In-Reply-To: From: Li-Wen Hsu Date: Fri, 11 Sep 2020 01:21:30 +0800 X-Gmail-Original-Message-ID: Message-ID: Subject: Re: svn commit: r365592 - head/tests/sys/kern To: Kyle Evans 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.33 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: Thu, 10 Sep 2020 17:21:42 -0000 On Fri, Sep 11, 2020 at 1:18 AM Kyle Evans wrote: > > On Thu, Sep 10, 2020 at 12:16 PM Li-Wen Hsu wrote: > > > > Author: lwhsu > > Date: Thu Sep 10 17:15:44 2020 > > New Revision: 365592 > > URL: https://svnweb.freebsd.org/changeset/base/365592 > > > > Log: > > Temporarily skip failing sys.kern.memfd_test.* tests in CI > > > > PR: 249236 > > Sponsored by: The FreeBSD Foundation > > > > Oy, I was literally just about to hit commit on the fix for these. Oops, Although I should have marked them earlier, just don't get another report of the same issues.