From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32029 invoked by alias); 28 Feb 2003 00:18:00 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 32017 invoked from network); 28 Feb 2003 00:18:00 -0000 Received: from unknown (HELO mx1.redhat.com) (172.16.49.200) by 172.16.49.205 with SMTP; 28 Feb 2003 00:18:00 -0000 Received: from int-mx1.corp.redhat.com (int-mx1.corp.redhat.com [172.16.52.254]) by mx1.redhat.com (8.11.6/8.11.6) with ESMTP id h1S0I0e04442; Thu, 27 Feb 2003 19:18:00 -0500 Received: from pobox.corp.redhat.com (pobox.corp.redhat.com [172.16.52.156]) by int-mx1.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h1S0I0q11441; Thu, 27 Feb 2003 19:18:00 -0500 Received: from dragon (romulus-int.sfbay.redhat.com [172.16.27.46]) by pobox.corp.redhat.com (8.11.6/8.11.6) with ESMTP id h1S0Hxc28929; Thu, 27 Feb 2003 19:17:59 -0500 Subject: Insight testsuite updated From: "Martin M. Hunt" To: "insight@sources.redhat.com" , gdb@sources.redhat.com Content-Type: text/plain Content-Transfer-Encoding: 7bit Date: Fri, 28 Feb 2003 00:18:00 -0000 Message-Id: <1046391482.1142.5.camel@Dragon> Mime-Version: 1.0 X-SW-Source: 2003-02/txt/msg00600.txt.bz2 There's been a lot of bitrot in the Insight testsuite the last 6 months. This has been due to varobj enhancements, new tcl/tk, updated widgets, and rewritten windows. I should have kept the testsuite in better shape. It is fixed now. The varobj work even fixed all the xfails in the variable tests. Latest results Linux native: Running ../../../src/gdb/testsuite/gdb.gdbtk/browser.exp ... Running ../../../src/gdb/testsuite/gdb.gdbtk/c_variable.exp ... Running ../../../src/gdb/testsuite/gdb.gdbtk/console.exp ... Running ../../../src/gdb/testsuite/gdb.gdbtk/cpp_variable.exp ... Running ../../../src/gdb/testsuite/gdb.gdbtk/srcwin.exp ... FAIL: gdb.gdbtk/srcwin.exp: mixed mode disassembly of include file (mi/1101) (srcwin-6.1) Running ../../../src/gdb/testsuite/gdb.gdbtk/windows.exp ... === gdb Summary === # of expected passes 551 # of unexpected failures 1 - Martin