From owner-freebsd-stable@FreeBSD.ORG Wed Nov 26 04:30:41 2014 Return-Path: Delivered-To: freebsd-stable@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 AE068F02; Wed, 26 Nov 2014 04:30:41 +0000 (UTC) Received: from mail-la0-x235.google.com (mail-la0-x235.google.com [IPv6:2a00:1450:4010:c03::235]) (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 2E81BABE; Wed, 26 Nov 2014 04:30:41 +0000 (UTC) Received: by mail-la0-f53.google.com with SMTP id gm9so1746006lab.40 for ; Tue, 25 Nov 2014 20:30:39 -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=TEW3E1hphjju9KhLHZIF8V0VxeD6ieyKbUGgkynlXPI=; b=RLoeLDIcSJUL1fU4Y/ijhqR6uCKzqpEqPqZhaR9Rs/x8Mc3u/kQDqdcECOqZ183gjN oboe4l9hr9gxxdYbMqOi6yDJd4QjBURlz35y4qmRwaqmtp2H4O/dvNY4RQVHMFw1PIx/ aciKWyNjA26oCtIs7AV0y4jVBKkyUWaRnpOtiZo1VQcNBOqVrx0i9EcwetyjexvSUw1B GHT0pGpZUMhh8ZsE/HRSZdWwHrowqFgxFkEUm4D2PG/bOqz82+oRiHefQfS2qTvuyYXG 3A6tCom7SFGrAm1P0mV7/2arGt8xGcR3yn6MjkIKQrkmD1bxJij0x55VEayDbQiw0+HS cQIw== MIME-Version: 1.0 X-Received: by 10.152.37.69 with SMTP id w5mr31279042laj.67.1416976239159; Tue, 25 Nov 2014 20:30:39 -0800 (PST) Sender: crodr001@gmail.com Received: by 10.112.130.168 with HTTP; Tue, 25 Nov 2014 20:30:39 -0800 (PST) In-Reply-To: <5474FF3D.9020003@ShaneWare.Biz> References: <5474FF3D.9020003@ShaneWare.Biz> Date: Tue, 25 Nov 2014 20:30:39 -0800 X-Google-Sender-Auth: o8TQJIRURkFIfz_kMxnELtPKWRw Message-ID: Subject: Re: Testing 10.1 WITH_TESTS From: Craig Rodrigues To: Shane Ambler Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 Cc: "freebsd-testing@freebsd.org" , FreeBSD stable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Nov 2014 04:30:41 -0000 +freebsd-testing On Tue, Nov 25, 2014 at 2:14 PM, Shane Ambler wrote: > > Test results can be found at http://shaneware.biz/kyua-tests/ > You might want to join the freebsd-testing@freebsd.org mailing list and report your findings there. That list has people who are more actively looking at the testing framework in FreeBSD. >From your test results: (1) The yacc tests failures are known. Those tests are broken in 10.1-RELEASE. I fixed them in the stable/10 branch: https://lists.freebsd.org/pipermail/svn-src-stable/2014-October/025836.html (2) Regarding the ATF macro test failures, I thought I fixed it with: https://lists.freebsd.org/pipermail/svn-src-stable/2014-September/025633.html I'm not sure if that made it into 10.1-RELEASE. In the stable/10 branch those are not there. For these tests which are failing: local/kyua/testers/run_test:fork_wait__unprivileged_group sbin/mdconfig/legacy_test:main bin/pkill/pgrep-j_test:main I'm not sure why those are failing. -- Craig