From owner-freebsd-testing@FreeBSD.ORG Fri Jul 18 07:11:32 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 DEC6F9C0 for ; Fri, 18 Jul 2014 07:11:32 +0000 (UTC) Received: from mail-pa0-x22f.google.com (mail-pa0-x22f.google.com [IPv6:2607:f8b0:400e:c03::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 B614421D2 for ; Fri, 18 Jul 2014 07:11:32 +0000 (UTC) Received: by mail-pa0-f47.google.com with SMTP id kx10so4874379pab.34 for ; Fri, 18 Jul 2014 00:11:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:references:from:content-type:message-id:date:to :content-transfer-encoding:mime-version; bh=inhOgYgrEITqEjypVgfmLuiog8iIOh4zJ55AE+erhBg=; b=WdSG2ZYiRO5E00bAcuaPY3C/GOuE1yr9TMIzVy9QeXH58lcxumzAKCbEJNs74Y/Qpw vfY4ZGy0B2fWUYhnGYTSVrONJj1BnYhc9X+bcqMnJ+svzKXEr5iWV6IW6LP3umJrmLXv PFdBEGwErAkDc7Z/stfut4iE1/lkjq2L9BAhnzEcaVOpBPYwRXjbBe1BLhQsH2uTtfLs ht9jID3myFpnVRbiuN5sFrrmLOuPfJ0tI10lZ0sCFVnptrVgW8KqcO9O7L1kKAYGoI5y Bdb9BulLzeUeAWkMuVhza8UcE31FUWBDj8CkU+tZQQCQwK6+zGiDeMFTWAtoryoT7LOA Ddig== X-Received: by 10.70.91.16 with SMTP id ca16mr2655236pdb.52.1405667492338; Fri, 18 Jul 2014 00:11:32 -0700 (PDT) Received: from [10.228.90.86] (mobile-166-137-213-243.mycingular.net. [166.137.213.243]) by mx.google.com with ESMTPSA id r3sm6202116pdd.8.2014.07.18.00.11.30 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 18 Jul 2014 00:11:31 -0700 (PDT) Subject: Need input on preference on location of 3rd party tests vs FreeBSD tests References: From: Garrett Cooper Content-Type: text/plain; charset=us-ascii X-Mailer: iPhone Mail (11D257) Message-Id: Date: Fri, 18 Jul 2014 00:11:27 -0700 To: freebsd-testing@freebsd.org Content-Transfer-Encoding: quoted-printable Mime-Version: 1.0 (1.0) 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 07:11:32 -0000 Hi all, One of the things that I've done on my fork of FreeBSD is I've imported A= TF test suites from NetBSD and I have integrated existing test suites from f= reebsd's tools/regression tree into Kyua as well. Due to the size and differ= ence in test content/coverage, I pulled lib/libc and lib/msun from bother so= urces and integrated them into Kyua. What I did was I put the netbsd testcas= es into the tests/ subdirectory and put the FreeBSD test suites into a tests= /legacy subdirectory. The goal was that the legacy directory would eventuall= y be converted over to atf testcases and then could be removed once the conv= ersion was complete. I'm not sure if this scheme makes sense though. Does anyone have a prefer= ence as to whether or not this makes sense? Thanks! -Garrett=