From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 2091 invoked by alias); 3 Feb 2006 16:29:52 -0000 Received: (qmail 2082 invoked by uid 22791); 3 Feb 2006 16:29:52 -0000 X-Spam-Check-By: sourceware.org Received: from mx1.redhat.com (HELO mx1.redhat.com) (66.187.233.31) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 03 Feb 2006 16:29:50 +0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.12.11/8.12.11) with ESMTP id k13GTmNd008664 for ; Fri, 3 Feb 2006 11:29:48 -0500 Received: from pobox.toronto.redhat.com (pobox.toronto.redhat.com [172.16.14.4]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id k13GTm116840 for ; Fri, 3 Feb 2006 11:29:48 -0500 Received: from tow.toronto.redhat.com (tow.toronto.redhat.com [172.16.14.160]) by pobox.toronto.redhat.com (8.12.8/8.12.8) with ESMTP id k13GTlje000454 for ; Fri, 3 Feb 2006 11:29:47 -0500 Subject: DefaultStyledDocument.ElementBuffer regressions From: Lillian Angel To: mauve-discuss@sourceware.org Content-Type: text/plain Date: Fri, 03 Feb 2006 16:29:00 -0000 Message-Id: <1138984187.5743.443.camel@tow.toronto.redhat.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes Mailing-List: contact mauve-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: mauve-discuss-owner@sourceware.org X-SW-Source: 2006-q1/txt/msg00019.txt.bz2 Hello, I submitted a final patch to Classpath to fix the ElementBuffer's structure. The structure is correct for all the mauve tests in gnu/testlet/javax/swing/text/DefaultStyledDocument/ElementBuffer. There are still some regressions that are showing up. These are caused because we are creating our elements differently than Sun (in a different order or more elements are being created). Overall, these should not be considered regressions, they should be changed to _just_ failures. They can be fixed later on. The important thing is that the structure is correct for ElementBuffer. Right now it works identical to Sun :) Thanks, Lillian