Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 11823 invoked from network); 24 Nov 2009 08:59:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 24 Nov 2009 08:59:25 -0000 Received: (qmail 85607 invoked by uid 500); 24 Nov 2009 08:59:24 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 85531 invoked by uid 500); 24 Nov 2009 08:59:24 -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 85520 invoked by uid 99); 24 Nov 2009 08:59:24 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 08:59:24 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of t.p.ellison@gmail.com designates 209.85.218.218 as permitted sender) Received: from [209.85.218.218] (HELO mail-bw0-f218.google.com) (209.85.218.218) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2009 08:59:15 +0000 Received: by bwz10 with SMTP id 10so6595024bwz.15 for ; Tue, 24 Nov 2009 00:58:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :x-enigmail-version:content-type:content-transfer-encoding; bh=M2o0xe0LMSIA5RhuMZhhFurT1ut0qlWNS5EHOrncroc=; b=tW5J8v+WNenMKkQO+9KF+UEc0YchtQwr7I2qBHv+iAZqyLfjaK5HkDawtTQ4MJIj89 Bbb8rG9eNZ06Oi6lMn/QPVsbf+wHu+GWoK+rdeLtVgrCFSxTrKXmGJzH+nwAJ95O4Rwe 6dHjiRUEgIkUgey6LebASse5izMFQypwso8IM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; b=PW3qjl61ler1lYuQcQbGwYnamxrraLXBJZlluTl37sxuqyYPvzLWDyt8Bg7VhyHckA F9vzXdVDxMCT+p+D1lvc5FNc7Ev6EzEgoVntZ/aazQP2if9hMYo5ILOFFGM2eW2EwbZk aDgHCpaZQ6zfIKk7dH7il2f+nUksVNQAN8ES0= Received: by 10.204.25.207 with SMTP id a15mr5865573bkc.8.1259053134616; Tue, 24 Nov 2009 00:58:54 -0800 (PST) Received: from ?9.20.183.159? (gbibp9ph1--blueice1n1.emea.ibm.com [195.212.29.67]) by mx.google.com with ESMTPS id e17sm6858396fke.53.2009.11.24.00.58.52 (version=SSLv3 cipher=RC4-MD5); Tue, 24 Nov 2009 00:58:53 -0800 (PST) Message-ID: <4B0BA04A.1070806@gmail.com> Date: Tue, 24 Nov 2009 08:58:50 +0000 From: Tim Ellison User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [classlib] junit4 @Ignore and reporting (was svn commit: r883478...) References: <20091123200323.508DB2388987@eris.apache.org> <4B0AEE42.6010504@gmail.com> <4B0B0CB1.9040206@gmail.com> <25aac9fc0911231508gba0182sbeec4e2ab0dc6e3b@mail.gmail.com> <3b3f27c60911231801u53053331wa9b9ab0e8222f715@mail.gmail.com> <200911240806.nAO86Rrh029440@d12av02.megacenter.de.ibm.com> In-Reply-To: <200911240806.nAO86Rrh029440@d12av02.megacenter.de.ibm.com> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org On 24/Nov/2009 08:06, Mark Hindess wrote: > In message <3b3f27c60911231801u53053331wa9b9ab0e8222f715@mail.gmail.com>, > Nathan Beyer writes: >> I'd love to see the exclude files dropped in favor of JUnit @Ignore + >> reporting for those ignored tests. That would be extremely helpful in >> pointing out all of the excluded tests. > > +1 provided we can record details of why the test is ignored. Just pass a string in the annotation constructor, e.g. @Ignore("It's the wrong colour") > We'll also need a mechanism to support the os/vm combinations the > exclude lists support too though. Any ideas? I guess it will require some (modest) extensions to the test framework. Maybe some combination of our own annotations and org.junit.runner.manipulation.Filter ? Regards, Tim