Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 36895 invoked from network); 21 Aug 2008 13:37:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Aug 2008 13:37:09 -0000 Received: (qmail 36721 invoked by uid 500); 21 Aug 2008 13:37:06 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 36698 invoked by uid 500); 21 Aug 2008 13:37: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 36687 invoked by uid 99); 21 Aug 2008 13:37:05 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2008 06:37:05 -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 gshimansky@gmail.com designates 74.125.44.153 as permitted sender) Received: from [74.125.44.153] (HELO yx-out-1718.google.com) (74.125.44.153) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 21 Aug 2008 13:36:06 +0000 Received: by yx-out-1718.google.com with SMTP id 36so447047yxh.0 for ; Thu, 21 Aug 2008 06:36:18 -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 :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding:sender; bh=9A7eWRRhIBuSNi+NLrJxV+jtfgvriXYV5Bv/9enM/E4=; b=qhsXzhRlYglVozz3oizex7X8b0LgY0exBM6++SPdWMDbi4frL5kBaWlwHiWovyJhoK tiaq6sj0S3Sh6Q+97UQ2bBrEAnuguaE7Kn/eG+DAWwzW3pxz+P+ZEYKVuYEdm1MW7501 EqPM/490kXtxhUYw7jdWQMqwUlrJeZReaM4uQ= 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:content-type:content-transfer-encoding:sender; b=TLZi9+6Hnt/gLTgVdY+S0bQyE9bZ66qPpsj0EV72S5soDiOVuuZHm8bEyS3Un0O2CR 7MKfo/wkf+BAfPQh0k7la/Z1/vTfTgv3wjye/UZbO73Wg/8sGxGRXs846IRoKMMoY7oU sfBoKRzNJOWfMFcFzfAdR4nBpXZpTCMaNcsDY= Received: by 10.114.180.1 with SMTP id c1mr1349021waf.85.1219325777687; Thu, 21 Aug 2008 06:36:17 -0700 (PDT) Received: from ?127.0.0.1? ( [140.211.11.9]) by mx.google.com with ESMTPS id v39sm1503168wah.40.2008.08.21.06.36.15 (version=SSLv3 cipher=RC4-MD5); Thu, 21 Aug 2008 06:36:16 -0700 (PDT) Message-ID: <48AD6F4B.9010607@apache.org> Date: Thu, 21 Aug 2008 17:36:11 +0400 From: Gregory Shimansky User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: dev@harmony.apache.org Subject: Re: [testing] first M7 candidate (r681495) testing status References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: Gregory Shimansky X-Virus-Checked: Checked by ClamAV on apache.org chunrong lai said the following on 21.08.2008 6:51: > hi,: > I got an update about the failure in java.lang.ClassGenericsTest.test_2 in > DRLVM_test. > I see the test case is using some harded-UTF-encoded class-name during the > test. So the test only passes if the locale is set to "en_US.UTF-8" or > "zh_CN.utf8". If the locale is set to "C" or "zh_CN.GB2312" it just fails. > RI also can not pass the test case in such locales. So it looks like a test > case (or environment setting) problem. Yes, I investigated this test's failure two years ago :) See [1] and replies from Salikh, Alexey and Rana. [1] http://markmail.org/message/ku3juqhnyhysy5gb -- Gregory