From dev-return-34926-apmail-harmony-dev-archive=harmony.apache.org@harmony.apache.org Wed Sep 03 00:04:55 2008 Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 75096 invoked from network); 3 Sep 2008 00:04:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Sep 2008 00:04:55 -0000 Received: (qmail 53710 invoked by uid 500); 3 Sep 2008 00:04:52 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 53676 invoked by uid 500); 3 Sep 2008 00:04:52 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 53665 invoked by uid 99); 3 Sep 2008 00:04:52 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 Sep 2008 17:04:52 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of nbeyer@gmail.com designates 209.85.198.246 as permitted sender) Received: from [209.85.198.246] (HELO rv-out-0708.google.com) (209.85.198.246) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 03 Sep 2008 00:03:51 +0000 Received: by rv-out-0708.google.com with SMTP id k29so2206700rvb.0 for ; Tue, 02 Sep 2008 17:04:12 -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:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=Ez2752LveS9xiUuVXynNfjkDaMbqToSNy5h2nFLRh1Q=; b=HY/i8aOWaRcZElpgB+e3TcHjh1bxMTigP0bM18oSi4R7wMA6Xe3m1G3LDUHUVv1PYj Ca3/oQBpu9HbyLfIUX5OMm+m0LkKSP9qvrmTSk2wqwMo7Trv1mmTnLKFg2/c2vNv+oXL ptBK+MOWhmH8kagi4rXeQM6jH4Kh4IYFJAkq0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=O7lrLaaZzJY/4x3MzQG+xjn4+c+aqCuKlotEdMHYWazMOXANdpTo5xX12gpSBXtMop 8QcHbyrlzCZLFs4yZKL/1HDbOWnmc5cDoAOGqq+5UdADI9rVgfBq0i1hpeENHD5zYcgk VneHhgVyQjv9H+LajNjCOhQKxUODIFdYNPX+w= Received: by 10.140.201.15 with SMTP id y15mr4529498rvf.145.1220400252883; Tue, 02 Sep 2008 17:04:12 -0700 (PDT) Received: by 10.141.28.7 with HTTP; Tue, 2 Sep 2008 17:04:12 -0700 (PDT) Message-ID: <3b3f27c60809021704x247a08cdq242ce89720dd6365@mail.gmail.com> Date: Tue, 2 Sep 2008 19:04:12 -0500 From: "Nathan Beyer" Sender: nbeyer@gmail.com To: dev@harmony.apache.org Subject: Re: [classlib][concurrent] Concurrent Tests In-Reply-To: <422f7db20809021553n7470e4ceq59ed416fe72b8e72@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <422f7db20809021553n7470e4ceq59ed416fe72b8e72@mail.gmail.com> X-Google-Sender-Auth: 55c3c65994533805 X-Virus-Checked: Checked by ClamAV on apache.org The code in 'standard' is code we took directly from Doug Lea's concurreny site [1] and doesn't, per se, fall under the 'enhanced' contribution rules that we work under [2]. I'd have to check to see if the tests are running or not. I believe these were originally excluded because we didn't have everything implemented under the hood, but I believe we do now, so we should be able to run those now. As far as I know, the concurrency module works. If you run into any issues, please let us know. -Nathan [1] http://gee.cs.oswego.edu/dl/concurrency-interest/ [2] http://harmony.apache.org/contribution_policy.html On Tue, Sep 2, 2008 at 5:53 PM, Adi B wrote: > Hi, > > I see that the concurrent module is split into standard and enhanced? Why is > this? Also the test cases are in standard/src/test, i dont think this runs > in your test suite, Can someone confirm if concurrent module works. > > Thanks, > A. >