From owner-freebsd-current@FreeBSD.ORG Tue Oct 7 21:04:05 2014 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E02B216E; Tue, 7 Oct 2014 21:04:05 +0000 (UTC) Received: from mail-lb0-x22f.google.com (mail-lb0-x22f.google.com [IPv6:2a00:1450:4010:c04::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 3BD1AEDA; Tue, 7 Oct 2014 21:04:05 +0000 (UTC) Received: by mail-lb0-f175.google.com with SMTP id u10so6810277lbd.20 for ; Tue, 07 Oct 2014 14:04:03 -0700 (PDT) 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=nAlQXbF64S6H6sys2dknQWVa5UeIf+WVRsjoZSO5bQE=; b=mGRk2wQUpmvjzc1LWWmDE5YiKaBW9Np7rF/WiSD0FKN4ZJtIQrZMBvDRewQvElJNVr RCz0e9tofDGHrWp73DvQ8TVt8Ya6iQZsmj1TbOsobXjQ6KGHYGdIVKPhODiYp7yPXKCp oeW+uj1nhFsNzUU2JAwo7kbOzr1TNacMmghJ3fSe3pXQP6S7G3ryrsbFKjXr73roTG2P SS0eWtwMC2r9nlDU1ExXAh+Ej6dWdABonLNYxSlp8KV5CoROZL5zQgHRhrKXgaH/noZT mGlmSZSFZCMrTxchv+Xk2Lbm3cVot78vRBGG9vFSWT0S8M1akATkiKLz5eesRZjt8gR3 Ushg== MIME-Version: 1.0 X-Received: by 10.112.166.66 with SMTP id ze2mr6602858lbb.68.1412715843050; Tue, 07 Oct 2014 14:04:03 -0700 (PDT) Sender: crodr001@gmail.com Received: by 10.112.131.66 with HTTP; Tue, 7 Oct 2014 14:04:03 -0700 (PDT) In-Reply-To: References: Date: Tue, 7 Oct 2014 14:04:03 -0700 X-Google-Sender-Auth: glQargdyWRqy4vvccZdByZSU1vQ Message-ID: Subject: Re: Need help fixing tests in CURRENT From: Craig Rodrigues To: freebsd-current Current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-testing@freebsd.org" 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 21:04:06 -0000 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/ -- Craig