From commits-return-60822-apmail-harmony-commits-archive=harmony.apache.org@harmony.apache.org Wed Nov 04 04:52:04 2009 Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 90921 invoked from network); 4 Nov 2009 04:52:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 4 Nov 2009 04:52:03 -0000 Received: (qmail 78597 invoked by uid 500); 4 Nov 2009 04:52:03 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 78515 invoked by uid 500); 4 Nov 2009 04:52:02 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 78506 invoked by uid 99); 4 Nov 2009 04:52:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2009 04:52:02 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Nov 2009 04:51:53 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 61D2D234C052 for ; Tue, 3 Nov 2009 20:51:32 -0800 (PST) Message-ID: <1430277072.1257310292385.JavaMail.jira@brutus> Date: Wed, 4 Nov 2009 04:51:32 +0000 (UTC) From: "Ramana Polavarapu (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3181) [classlib][DST] timezone issue at Harmony In-Reply-To: <27566352.1171527545902.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-3181?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12773379#action_12773379 ] Ramana Polavarapu commented on HARMONY-3181: -------------------------------------------- Hi Vladimir Ivanov: We checked for this bug with the latest code of Harmony. We failed to reproduce it. We believe that this bug is fixed. Please verify and let us know the configuration in which this bug may persist. Regards, Ramana > [classlib][DST] timezone issue at Harmony > ----------------------------------------- > > Key: HARMONY-3181 > URL: https://issues.apache.org/jira/browse/HARMONY-3181 > Project: Harmony > Issue Type: Bug > Components: Classlib > Reporter: Vladimir Ivanov > > The problem described at http://www.theserverside.com/tt/articles/article.tss?l=CountdownDST2007 is present in Harmony and should be fixed. > Execution log: > ------------------------------------------------ > >drlvm\trunk\build\win_ia32_msvc_debug\deploy\jdk\jre\bin\java -XDvm.assert_dialog=false -cp . -showversion CheckDST PST 0 > Apache Harmony Launcher : (c) Copyright 1991, 2006 The Apache Software Foundation or its licensors, as applicable. > java version "1.5.0" > pre-alpha : not complete or compatible > svn = r507800, (Feb 15 2007), Windows/ia32/msvc 1310, debug build > http://incubator.apache.org/harmony > Testing JRE TimeZone DST transitioning for: PST > FAILURE for DST entry date 03/11/2007 > FAILURE for DST exit date 11/04/2007 > >jdk1.5.0_08\bin\java.exe -cp . -showversion CheckDST PST 03/11/2007 11/04/2007 > java version "1.5.0_08" > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_08-b03) > Java HotSpot(TM) Client VM (build 1.5.0_08-b03, mixed mode) > Testing JRE TimeZone DST transitioning for: PST > SUCCESS for DST entry date 03/11/2007 > SUCCESS for DST exit date 11/04/2007 -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.