From owner-freebsd-testing@FreeBSD.ORG Fri Jul 18 14:45:18 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 9BC63FBA for ; Fri, 18 Jul 2014 14:45:18 +0000 (UTC) Received: from mail-we0-x234.google.com (mail-we0-x234.google.com [IPv6:2a00:1450:400c:c03::234]) (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 351722BE1 for ; Fri, 18 Jul 2014 14:45:18 +0000 (UTC) Received: by mail-we0-f180.google.com with SMTP id w61so4544448wes.11 for ; Fri, 18 Jul 2014 07:45:16 -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:content-transfer-encoding; bh=8iFkfCwyOYvcs/fnl9LV+6+fpyaDcjYoFWrrS9QxHzQ=; b=TqLJAqWroOhVTq8r+fy5IBDPIWUg8wW+xL29SOql09ORJuxRn2WKzwJ3Gq6rv0FoRp ukfHL15ZsYYZcwW7lIDyw/UZI73XbdqDPHhwnIlBwxVUCriBgVLpKgoyam9ksVQR7Ey1 MA5+24oHoFbRFFuyYYxWWuvy8Tb0flBhdPouUuiN7H/UstHfcWChypAEDdIhhZBtl0zn d5wtUn9smeo1S/t8f83l/S4JaQG7+/xCQ4geRIUVre24JhDmIF1Ws6LrQJ/KlHNeJNkA dpjesqSs99rVn4zL+Kfx0G3ZdfwZtZfR7uVBs7AOin0Pm7UTHw7IwTXEUGGISnohZpWu F/qg== MIME-Version: 1.0 X-Received: by 10.180.207.105 with SMTP id lv9mr4228845wic.23.1405694716405; Fri, 18 Jul 2014 07:45:16 -0700 (PDT) Sender: asomers@gmail.com Received: by 10.194.203.134 with HTTP; Fri, 18 Jul 2014 07:45:16 -0700 (PDT) In-Reply-To: References: Date: Fri, 18 Jul 2014 08:45:16 -0600 X-Google-Sender-Auth: QT3gakoLc6o4fvc-NljS730FI54 Message-ID: Subject: Re: Need input on preference on location of 3rd party tests vs FreeBSD tests From: Alan Somers To: Garrett Cooper Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: "freebsd-testing@freebsd.org" 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: Fri, 18 Jul 2014 14:45:18 -0000 On Fri, Jul 18, 2014 at 1:11 AM, Garrett Cooper wro= te: > Hi all, > One of the things that I've done on my fork of FreeBSD is I've importe= d ATF test suites from NetBSD and I have integrated existing test suites fr= om freebsd's tools/regression tree into Kyua as well. Due to the size and d= ifference in test content/coverage, I pulled lib/libc and lib/msun from bot= her sources and integrated them into Kyua. What I did was I put the netbsd = testcases into the tests/ subdirectory and put the FreeBSD test suites into= a tests/legacy subdirectory. The goal was that the legacy directory would = eventually be converted over to atf testcases and then could be removed onc= e the conversion was complete. > I'm not sure if this scheme makes sense though. Does anyone have a pre= ference as to whether or not this makes sense? > Thanks! > -Garrett I don't understand. What did you put in tests/legacy? If you're just copying from tools/regression, why not simply leave them in place until you convert them to ATF? -Alan