Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 40992 invoked from network); 29 Jun 2007 10:59:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 29 Jun 2007 10:59:27 -0000 Received: (qmail 20816 invoked by uid 500); 29 Jun 2007 10:59:29 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 20793 invoked by uid 500); 29 Jun 2007 10:59:29 -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 20784 invoked by uid 99); 29 Jun 2007 10:59:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jun 2007 03:59:29 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 29 Jun 2007 03:59:25 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8700071418E for ; Fri, 29 Jun 2007 03:59:05 -0700 (PDT) Message-ID: <20552565.1183114745549.JavaMail.jira@brutus> Date: Fri, 29 Jun 2007 03:59:05 -0700 (PDT) From: "Vladimir Ivanov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-4306) [buildtest][func] some jdwp tests are invalid due to source updates MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [buildtest][func] some jdwp tests are invalid due to source updates ------------------------------------------------------------------- Key: HARMONY-4306 URL: https://issues.apache.org/jira/browse/HARMONY-4306 Project: Harmony Issue Type: Bug Components: build - test - ci Reporter: Vladimir Ivanov Priority: Minor JDWP test in the functional suite were updated by copyright info. After that the breakpoint address (line number) were not updated and now these tests failed. The list of tests: #functional/org/apache/harmony/test/func/jpda/jdwp/scenario/BR02/BR02Test.xml #functional/org/apache/harmony/test/func/jpda/jdwp/scenario/BR03/BR03Test.xml #functional/org/apache/harmony/test/func/jpda/jdwp/scenario/EV01/EV01Test.xml #functional/org/apache/harmony/test/func/jpda/jdwp/scenario/EV02/EV02Test.xml #functional/org/apache/harmony/test/func/jpda/jdwp/scenario/EV03/EV03Test.xml #functional/org/apache/harmony/test/func/jpda/jdwp/scenario/LV01/LV01Test.xml #functional/org/apache/harmony/test/func/jpda/jdwp/scenario/LV02/LV02Test.xml #functional/org/apache/harmony/test/func/jpda/jdwp/scenario/LV03/LV03Test.xml #functional/org/apache/harmony/test/func/jpda/jdwp/scenario/ST01/ST01Test.xml #functional/org/apache/harmony/test/func/jpda/jdwp/scenario/ST07/ST07Test.xml #functional/org/apache/harmony/test/func/jpda/jdwp/scenario/TD01/TD01Test.xml #functional/org/apache/harmony/test/func/jpda/jdwp/scenario/TD02/TD02Test.xml #functional/org/apache/harmony/test/func/jpda/jdwp/scenario/TD03/TD03Test.xml #functional/org/apache/harmony/test/func/jpda/jdwp/scenario/OV01/OV01Test.xml #functional/org/apache/harmony/test/func/jpda/jdwp/scenario/ST05/ST05Test.xml These tests should be fixed. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.