From owner-freebsd-testing@FreeBSD.ORG Mon May 12 21:06:38 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0FB5F87 for ; Mon, 12 May 2014 21:06:38 +0000 (UTC) Received: from mail-vc0-x229.google.com (mail-vc0-x229.google.com [IPv6:2607:f8b0:400c:c03::229]) (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 91DF32097 for ; Mon, 12 May 2014 21:06:38 +0000 (UTC) Received: by mail-vc0-f169.google.com with SMTP id ij19so9851804vcb.28 for ; Mon, 12 May 2014 14:06:37 -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=6OXzWyYhi/rnQXbtZODu6v9qqB1KQtijVdypFGrMm6k=; b=GonhC/XPLOE5ylIDZ+yFxBwc4JjdL7pdgEQIBzyOXO/zUfK5oXBA+9/ekgZnvr7Eze w2EnykDNWeYFXC9scrmZXTlq++R7eaPdrO/Np2cvMUDIyrCFuhLfjEtHITsAQ2jnXHfC pByN9pa0ZWY45oDSBNsBPhFrlJzhfjMicem0ywpp9FONC5QgjAdaKjm5KZllS0XuVJWi Mxfm+XV6WJiNa4wEWEcT7x5rKmrbEAEH02R59x0xiYFgfiI712mVjFfViwQ31p/EUzEI 3jI5T2ij1clr4GcIsibzOW6SgQC4KV3j9hlzfMETOStZq4vFhV9JxiHuD3R05CEQDzVv vqyQ== MIME-Version: 1.0 X-Received: by 10.220.5.10 with SMTP id 10mr2693706vct.40.1399928797719; Mon, 12 May 2014 14:06:37 -0700 (PDT) Received: by 10.221.67.136 with HTTP; Mon, 12 May 2014 14:06:37 -0700 (PDT) In-Reply-To: References: Date: Mon, 12 May 2014 14:06:37 -0700 Message-ID: Subject: Re: Failures on head From: Garrett Cooper To: "freebsd-testing@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-BeenThere: freebsd-testing@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 21:06:38 -0000 On Fri, Apr 25, 2014 at 2:03 PM, Garrett Cooper wrote: > Hi, > While looking at > http://kyua3.nyi.freebsd.org/head/data/0-LATEST/results/index.html , I > noticed that a handful of testcases are failing, in particular: > > Broken test cases > > usr.bin/sed/inplace_race_test:main > > Failed test cases > > bin/pkill/pgrep-j_test:main > bin/pkill/pkill-j_test:main > lib/atf/libatf-c/macros_test:use > usr.bin/sed/multi_test:main > usr.bin/yacc/legacy_test:main The yacc failures are because the tests in /usr/src/tools/regression are super stale. The tests should be picked up from contrib/byacc/test . I'll work on that. Thanks, -Garrett