From owner-freebsd-current@FreeBSD.ORG Tue Oct 7 23:30:19 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 8D27EFAC; Tue, 7 Oct 2014 23:30:19 +0000 (UTC) Received: from mail-ig0-x22f.google.com (mail-ig0-x22f.google.com [IPv6:2607:f8b0:4001:c05::22f]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ADFBB; Tue, 7 Oct 2014 23:30:19 +0000 (UTC) Received: by mail-ig0-f175.google.com with SMTP id uq10so5449116igb.14 for ; Tue, 07 Oct 2014 16:30:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=94FM5PfV3UjrqrSpNbCuSoDFsL+kxx302yZgfQwoG/E=; b=JAwAZSavi1Iw1XK6ibMrMPDnqixufNNyKK6Rg6zz7S7jU9dA7KUBNU3LjbyLevbkx6 BFeauYRpOT7W+5TWSdKGSlat4ohR0UsJAAimEjMNeR4JmNjX3+4fbi85mxJ5iuL6hbK0 f0oFNEcJTcDXN4hrVF3/ax15hgX+M7yLsCulqDPrfZ3376aNrXzgBWClsh3SCXuG8aaN ogMmH1OgwgDqaP0TfrpBhdJrbJFzOH1XjH+gJfHNbpyEqgSvM205f3df7/PVYHOySGv1 IxP+a2Fan2/ls/YzTUP0XhWuSrqovrvMc/uvI383H6p61nLiZo6Hq0LnaB34hVQUDZcT H8Cg== MIME-Version: 1.0 X-Received: by 10.42.207.131 with SMTP id fy3mr8937949icb.67.1412724618709; Tue, 07 Oct 2014 16:30:18 -0700 (PDT) Received: by 10.50.227.42 with HTTP; Tue, 7 Oct 2014 16:30:18 -0700 (PDT) In-Reply-To: References: Date: Tue, 7 Oct 2014 16:30:18 -0700 Message-ID: Subject: Re: Need help fixing tests in CURRENT From: NGie Cooper To: Craig Rodrigues Content-Type: text/plain; charset=UTF-8 Cc: "freebsd-testing@freebsd.org" , freebsd-current Current X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2014 23:30:19 -0000 On Tue, Oct 7, 2014 at 2:04 PM, Craig Rodrigues wrote: > Hi, > > After committing this fix to yacc in HEAD ( > https://lists.freebsd.org/pipermail/svn-src-all/2014-October/092553.html ) > I've been able to do: "cd /usr/tests; kyua test" > > and get 0 test failures: > > https://jenkins.freebsd.org/jenkins/job/FreeBSD_HEAD-tests2/16/testReport/ Awesome -- hopefully this will be sustained for several runs (this is part of the reason why I haven't integrated all of the NetBSD tests yet). Thank you for all your work in getting us to green! -Garrett