From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15534 invoked from network); 17 Jul 2008 10:11:42 -0000 X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-2.1 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE autolearn=ham version=3.2.5 Received: from news.dotsrc.org (HELO a.mx.sunsite.dk) (130.225.247.88) by ns1.primenet.com.au with SMTP; 17 Jul 2008 10:11:42 -0000 Received-SPF: none (ns1.primenet.com.au: domain at sunsite.dk does not designate permitted sender hosts) Received: (qmail 52698 invoked from network); 17 Jul 2008 10:11:38 -0000 Received: from sunsite.dk (130.225.247.90) by a.mx.sunsite.dk with SMTP; 17 Jul 2008 10:11:38 -0000 Received: (qmail 6553 invoked by alias); 17 Jul 2008 10:11:35 -0000 Mailing-List: contact zsh-workers-help@sunsite.dk; run by ezmlm Precedence: bulk X-No-Archive: yes X-Seq: 25295 Received: (qmail 6535 invoked from network); 17 Jul 2008 10:11:35 -0000 Received: from bifrost.dotsrc.org (130.225.254.106) by sunsite.dk with SMTP; 17 Jul 2008 10:11:35 -0000 Received: from wr-out-0506.google.com (wr-out-0506.google.com [64.233.184.231]) by bifrost.dotsrc.org (Postfix) with ESMTP id AE76580561C2 for ; Thu, 17 Jul 2008 12:11:32 +0200 (CEST) Received: by wr-out-0506.google.com with SMTP id 50so4364890wra.13 for ; Thu, 17 Jul 2008 03:11:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type:references; bh=1etOxPov8sAyW6swrSwsAjBQxwhDbeoejPbzrZiFzx8=; b=W1dMVA3xnNcvKRsuRdpYUYq64pF9sJWaL6/EknYb9jfmcLusUepjIhExJcx5MpaIIN LDsh4TY0Luhud1WbpArA2Z5X9S2OXhZqwLDawjVCa/9MalqX/JPZYK2qSP5kuU/dfsDI ASNxe6jYrdGPfvfTKMJP343WQkMdfLqU51kbY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:references; b=ohvATh9/4IdshwthKb4gwOAI9/5nCKhf/UQH9bB1Jhee1HqtSu3ecHqxc2X4jlnlNE 2lMGDcbu6b6Jw1igdC59EESYRZxUoEdQmIj6kIG3fadcXa+HEWPIogAGYmQQV6OiNTFA QsbKnlWfdTMnE8WLjbmaAZlaEkyhed+t6+M2g= Received: by 10.90.73.5 with SMTP id v5mr3148074aga.41.1216289491282; Thu, 17 Jul 2008 03:11:31 -0700 (PDT) Received: by 10.90.78.14 with HTTP; Thu, 17 Jul 2008 03:11:31 -0700 (PDT) Message-ID: Date: Thu, 17 Jul 2008 15:41:31 +0530 From: "Karthik B" To: "Peter Stephenson" Subject: Re: Zsh migrated to Symbian OS - Contributing back details. Cc: zsh-workers@sunsite.dk, Karthikeyan.Balu@symbian.com In-Reply-To: <20080717110415.154ce998@news01> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_34280_24927883.1216289491287" References: <20080429111157.67641fc2@news01> <20080717101218.144144ac@news01> <20080717110415.154ce998@news01> X-Virus-Scanned: ClamAV 0.92.1/7733/Thu Jul 17 04:32:16 2008 on bifrost X-Virus-Status: Clean ------=_Part_34280_24927883.1216289491287 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline We shall start exploring this integration from our side. Which is the latest development branch that you would suggest to base our integration.?, and other tips that you would like to give us. Karthik. On Thu, Jul 17, 2008 at 3:34 PM, Peter Stephenson wrote: > On Thu, 17 Jul 2008 15:24:03 +0530 > "Karthik B" wrote: > > After integration, we must make sure that the existing behaviors on Linux > is > > not broken, so is there any test suite (sort of) to confirm this.? > > Yes, it's not completely comprehensive but it's quite good at testing low > level stuff. (The major weakness is interactive features; we need a > pty-based test harness for that.) After building the shell, run "make > test" in the Test subdirectory. Either all tests should pass, or you > should see a plausible message why a test wasn't executed or actually > failed on a given platform. > > -- > Peter Stephenson Software Engineer > CSR PLC, Churchill House, Cambridge Business Park, Cowley Road > Cambridge, CB4 0WZ, UK Tel: +44 (0)1223 692070 > > ------=_Part_34280_24927883.1216289491287 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline
We shall start exploring this integration from our side.

Which is the latest development branch that you would suggest to base our integration.?, and other tips that you would like to give us.

Karthik.

On Thu, Jul 17, 2008 at 3:34 PM, Peter Stephenson <pws@csr.com> wrote:
On Thu, 17 Jul 2008 15:24:03 +0530
"Karthik B" <karthikeyan.balu@gmail.com> wrote:
> After integration, we must make sure that the existing behaviors on Linux is
> not broken, so is there any test suite (sort of) to confirm this.?

Yes, it's not completely comprehensive but it's quite good at testing low
level stuff.  (The major weakness is interactive features; we need a
pty-based test harness for that.)  After building the shell, run "make
test" in the Test subdirectory.  Either all tests should pass, or you
should see a plausible message why a test wasn't executed or actually
failed on a given platform.

--
Peter Stephenson <pws@csr.com>                  Software Engineer
CSR PLC, Churchill House, Cambridge Business Park, Cowley Road
Cambridge, CB4 0WZ, UK                          Tel: +44 (0)1223 692070


------=_Part_34280_24927883.1216289491287--