From owner-svn-src-all@freebsd.org Wed Dec 23 06:42:37 2015 Return-Path: Delivered-To: svn-src-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id B8FF3A4FAEE; Wed, 23 Dec 2015 06:42:37 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-io0-x229.google.com (mail-io0-x229.google.com [IPv6:2607:f8b0:4001:c06::229]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 8897B1A56; Wed, 23 Dec 2015 06:42:37 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by mail-io0-x229.google.com with SMTP id o67so207816832iof.3; Tue, 22 Dec 2015 22:42:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:cc:content-type; bh=N7XYEWJsoG4REEfXaJpES5+/f99HcYpkje0HOI07VEg=; b=J98d9l+L8ZU9qC8JgMifylattDkyTwFUJ0IundSpcSV/1rSkgK3QIk6jTMkPn2dx+0 ATj9dItG6DIpIw7IX+xAmboamlz5y6V0zlSEIT69EGnP7wE05a826evpMbJY5xGqM8xx z542JsJSpomseh/HVeeeD1xqkZE/wkqUv8h9jT2URqgr53Y+FDgWizyrICxsNMJYQ0Q6 xqd8KN7X8bkXtddJkmNWst0+Ui1txe/EeO1emPeVcU9iq649uFO2yanOneGwTKNBdnuD w/OZwJviZJ7GDYguVQGM8rrFhYepDHxjI2yUaCzaixp5ZCglDD5d+MSabd6rCcz8SyLW iKmg== MIME-Version: 1.0 X-Received: by 10.107.41.206 with SMTP id p197mr21708598iop.80.1450852956904; Tue, 22 Dec 2015 22:42:36 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.50.152.69 with HTTP; Tue, 22 Dec 2015 22:42:36 -0800 (PST) In-Reply-To: <201512210858.tBL8wFQu079407@repo.freebsd.org> References: <201512210858.tBL8wFQu079407@repo.freebsd.org> Date: Tue, 22 Dec 2015 22:42:36 -0800 X-Google-Sender-Auth: 0SUu5Kc4G3Y7Vezjpnj5sQ6fzXc Message-ID: Subject: Re: svn commit: r292533 - head/tools/regression/mac/mac_bsdextended From: Craig Rodrigues To: Garrett Cooper Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.20 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: Wed, 23 Dec 2015 06:42:37 -0000 On Mon, Dec 21, 2015 at 12:58 AM, Garrett Cooper wrote: > Author: ngie > Date: Mon Dec 21 08:58:14 2015 > New Revision: 292533 > URL: https://svnweb.freebsd.org/changeset/base/292533 > > Log: > Skip the testcases if mac_bsdextended(4) isn't detected on the > system > > MFC after: 2 weeks > Sponsored by: EMC / Isilon Storage Division > > Modified: > head/tools/regression/mac/mac_bsdextended/test_matches.sh > > One of these tests seems to be failing: https://jenkins.freebsd.org/job/FreeBSD_HEAD_Build_and_Test/60/testReport/junit/sys.mac.bsdextended/ugidfw_test/main/ -- Craig