Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 82401 invoked from network); 10 Apr 2009 11:41:06 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Apr 2009 11:41:06 -0000 Received: (qmail 24986 invoked by uid 500); 10 Apr 2009 11:41:05 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 24903 invoked by uid 500); 10 Apr 2009 11:41:05 -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 24892 invoked by uid 99); 10 Apr 2009 11:41:05 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2009 11:41:05 +0000 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of junjie0122@gmail.com designates 209.85.198.247 as permitted sender) Received: from [209.85.198.247] (HELO rv-out-0708.google.com) (209.85.198.247) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 Apr 2009 11:40:57 +0000 Received: by rv-out-0708.google.com with SMTP id l33so602079rvb.4 for ; Fri, 10 Apr 2009 04:40:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=qRQTl6iS3ap34EGqy7UAy6MasIvLr/I8EyKUi77UfBQ=; b=So9+FpWmszvqLCxHlbJ0iV5pmTmvVPmiMnTG2Vk+RiHNxFOOWBnTYhxFQvN/n7tUhw zta3qvwBTlhGAp3FNnZS9OQYP5S2fVxIT0TX9DTP/xaUqskUlq5/HxaoY7Z6k81Zm20+ vplSdmz5hfMerfa75lEOI597gn5s7c01BdL9c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=cXTj9vhul25gfyvU8XPA6ah+cGafJuZ7Q7vTiAsZCtcxg1RDjY9J1lLH7ippb7J9wB xrMorUeDvJdextqNyYZz0JFytTromtK10dQjn3orjfsaHpiTNbRhetVIBrMvKYxDD4yO lkiS/83/mp41E3TAU0cYbMdtaswNxZLUSlby0= MIME-Version: 1.0 Received: by 10.140.208.14 with SMTP id f14mr453140rvg.153.1239363636263; Fri, 10 Apr 2009 04:40:36 -0700 (PDT) Date: Fri, 10 Apr 2009 19:40:36 +0800 Message-ID: Subject: [classlib][luni] Move ScannerTest out of the exclude list From: Jim Yu To: dev@harmony.apache.org Content-Type: multipart/alternative; boundary=000e0cd29a9e497a95046731d56f X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd29a9e497a95046731d56f Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Hi all, Currently, we have three testcase failures for Scanner. Fortunately, there is only one failing testcase which is caused by Scanner itself. And I've already got a fix for that failure and raised a JIRA [1] for it . Can anybody try that patch? :-) The other two [2] are caused by DecimalFormat instance for Locale("ar", "AE") which rely on text module. So we can't fix them in Scanner class. IMO, we can comment these two testcase and add a note there. Then we can move the ScannerTest out of the exclude list safely. Any thoughts on this issue? [1] https://issues.apache.org/jira/browse/HARMONY-6147 [1] test_nextFloat() test_hasNextFloat() -- Best Regards, Jim, Jun Jie Yu --000e0cd29a9e497a95046731d56f--