From owner-freebsd-testing@FreeBSD.ORG Sat Mar 15 17:03:15 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 C9A80B42 for ; Sat, 15 Mar 2014 17:03:15 +0000 (UTC) Received: from mail-ob0-x232.google.com (mail-ob0-x232.google.com [IPv6:2607:f8b0:4003:c01::232]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8E7C3DEB for ; Sat, 15 Mar 2014 17:03:15 +0000 (UTC) Received: by mail-ob0-f178.google.com with SMTP id wp18so3868595obc.23 for ; Sat, 15 Mar 2014 10:03:15 -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 :content-type; bh=BVmPVBLDvCA/NkhFdYq7QdMr69E9wYm4moJ0eJpkqI4=; b=bRbDYu++H8gdwg4xBXv1uTlXejwGcUpWaQKxrV4gnIpCtRey5Dty5oByxlTE0AwN0G rhlSBLGo/BpuhU27uhdCZY2FnoEpuPywBKQrowGA3EWTBwDeEp4v1z9TOenWIg8ReBxq RVj4Rq3NXX3azccQuZRlZD2Pgtaaj9nmQUEVnBifBTCPnZHNvsiS8PAt/qroyxEmiLVQ S4JNGtEkxy9lK4rlfRwohSznhWPRVjrIz6DWgDJaYUTmbm2rFDccGD1RwubER4njYbh7 aGXRBaTistZVZz7je00cpqd1uHe7sGNdW4QI+0wOZFmm5qc6yjxlmmt0z8r8t6q32+vd u4VA== MIME-Version: 1.0 X-Received: by 10.60.15.131 with SMTP id x3mr12775946oec.15.1394902994921; Sat, 15 Mar 2014 10:03:14 -0700 (PDT) Received: by 10.182.118.6 with HTTP; Sat, 15 Mar 2014 10:03:14 -0700 (PDT) In-Reply-To: References: Date: Sat, 15 Mar 2014 19:03:14 +0200 Message-ID: Subject: Re: GSoC Idea: Working on modernizing the tests of ATF From: Anastasios Mag To: "freebsd-testing@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 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: Sat, 15 Mar 2014 17:03:15 -0000 Hi Julio, currently i have a problem installing kyua. In installation instructions it guides me to run "./configure" but configure files aren't executable. What to do ? On Sat, Mar 15, 2014 at 6:32 PM, dpl wrote: > I'm posting here in case some student sees this and want to create a > proposal for this. > I'm not finally going to write a proposal for this project. So, please, go > ahead. :) > > > 2014-03-13 3:01 GMT+01:00 Julio Merino : > > > On Thu, Mar 13, 2014 at 7:10 AM, tuchalia wrote: > > > Hi there, > > > > > > I'm a student willing to do this work. > > > I'm currently interested in a few projects, and I really like this one > as > > > well. > > > > > > Where should I start looking to write a strong proposal? > > > > Hello, > > > > You should start by looking at the information in the TestSuite wiki > > page. Try to get familiar with the examples referenced from there: > > look for the code, read it, try to do some edits, etc. > > > > Then you can also dive into the code in tools/regression/ and > > tools/test/ to see what would need to be migrated. Here, you can use > > the prove(1) tool to run the tests that end in .t, so you could give > > that a try and see how that works as well. > > > > And, lastly, you can also look at the NetBSD source tree under the > > src/tests/ directory[1] or at Garret's GitHub repository[2]. There are > > many test programs there that can be easily made to run on FreeBSD. > > Getting one of those, hooking it into the build and preparing a patch > > for that would be a nice exercise. > > > > Hope this helps. > > > > 1: http://cvsweb.netbsd.org/bsdweb.cgi/src/tests/?only_with_tag=MAIN > > 2: https://github.com/yaneurabeya/freebsd > > > > > > -- > Daniel > _______________________________________________ > freebsd-testing@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-testing > To unsubscribe, send any mail to "freebsd-testing-unsubscribe@freebsd.org" > -- Building the kernel...!