From owner-freebsd-testing@FreeBSD.ORG Fri Apr 25 21:03:11 2014 Return-Path: Delivered-To: freebsd-testing@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D0BC6212 for ; Fri, 25 Apr 2014 21:03:11 +0000 (UTC) Received: from mail-vc0-x22d.google.com (mail-vc0-x22d.google.com [IPv6:2607:f8b0:400c:c03::22d]) (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 9439E1709 for ; Fri, 25 Apr 2014 21:03:11 +0000 (UTC) Received: by mail-vc0-f173.google.com with SMTP id ik5so1119880vcb.4 for ; Fri, 25 Apr 2014 14:03:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:cc:content-type; bh=HXw9opm3kdLfV5PyBuQiFxivfFRzE4W4enIsrml1cxc=; b=IdEpR2IWDKdQz+Gquj+XUBcmJuAWupFY012d38xEsg4YJyhrBrQPoNnO5fu1U5/7KF J7ONY9eK8s54giqsJdDyHcTqcTu3UmvmYRIc/UxMsMWnaLtxcW2Fkcx6KOfIxx7mFXfL XqXg8wI/b6BBFMDPwuASF0drGLa0SaHQ9ygKa20K283Azmj0XlEJBW1f5FyFHi7REtfW hfTKUjGURbqnHotsVj0HmRHbwMLlgUHI2HmB3bn3jCMn0iCxj7JjZ0jOC4u/GuMqRnbK xjWVyHe1QlTqtmIGZR5MDU5GOevvb4jCSYiS2DXw4bCrtQWYtEgvEcI4TW6ADd7sUnVK YrEg== MIME-Version: 1.0 X-Received: by 10.52.183.228 with SMTP id ep4mr7066116vdc.30.1398459790754; Fri, 25 Apr 2014 14:03:10 -0700 (PDT) Received: by 10.221.67.136 with HTTP; Fri, 25 Apr 2014 14:03:10 -0700 (PDT) Date: Fri, 25 Apr 2014 14:03:10 -0700 Message-ID: Subject: 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.17 Precedence: list List-Id: Testing on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 Apr 2014 21:03:11 -0000 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 Are these known issues (I know about the pgrep/pkill issue, but I'm not sure about the rest). I'll write up patches to fix these if they aren't known. Thanks! -Garrett