From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22206 invoked by alias); 6 Aug 2012 07:26:03 -0000 Received: (qmail 22190 invoked by uid 22791); 6 Aug 2012 07:26:01 -0000 X-SWARE-Spam-Status: No, hits=-4.6 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_SORBS_WEB,TW_XG X-Spam-Check-By: sourceware.org Received: from forward16.mail.yandex.net (HELO forward16.mail.yandex.net) (95.108.253.141) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 06 Aug 2012 07:25:47 +0000 Received: from smtp16.mail.yandex.net (smtp16.mail.yandex.net [95.108.252.16]) by forward16.mail.yandex.net (Yandex) with ESMTP id EEAC9D213F0; Mon, 6 Aug 2012 11:25:44 +0400 (MSK) Received: from smtp16.mail.yandex.net (localhost [127.0.0.1]) by smtp16.mail.yandex.net (Yandex) with ESMTP id AC3156A05ED; Mon, 6 Aug 2012 11:25:44 +0400 (MSK) Received: from kts.bestnet.kharkov.ua (kts.bestnet.kharkov.ua [80.92.226.138]) by smtp16.mail.yandex.net (nwsmtp/Yandex) with ESMTP id PhhCb3wD-PihaGuud; Mon, 6 Aug 2012 11:25:44 +0400 X-Yandex-Rcpt-Suid: uweigand@de.ibm.com X-Yandex-Rcpt-Suid: jan.kratochvil@redhat.com X-Yandex-Rcpt-Suid: tromey@redhat.com X-Yandex-Rcpt-Suid: gdb-patches@sourceware.org Message-ID: <501F7188.60201@yandex.ru> Date: Mon, 06 Aug 2012 07:26:00 -0000 From: xgsa User-Agent: Mozilla/5.0 (X11; Linux i686; rv:13.0) Gecko/20120615 Thunderbird/13.0.1 MIME-Version: 1.0 To: Ulrich Weigand CC: Jan Kratochvil , Tom Tromey , gdb-patches@sourceware.org Subject: Re: set print object on should affect MI varobjs (PR mi/13393) References: <201207231721.q6NHLIkh001963@d06av02.portsmouth.uk.ibm.com> In-Reply-To: <201207231721.q6NHLIkh001963@d06av02.portsmouth.uk.ibm.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2012-08/txt/msg00155.txt.bz2 Thanks for the note, Ulrich. Unfortunately, I have missed Jan's message about fails somehow. Moreover, I was in vacation for the last few weeks, so I read your message just now. I'll look at those tests and provide the fix. Thanks, Anton. -------- Original message -------- > Jan Kratochvil wrote: >> On Sat, 14 Apr 2012 14:28:26 +0200, xgsa wrote: >>>> Yeah. I'm sorry about the delay. The patch is ok, please check it in. >>> Checked in. >> Fedora 17 x86_64: >> +FAIL: gdb.mi/mi-var-rtti.exp: list children of s.public in type_update_when_use_rtti >> +FAIL: gdb.mi/mi-var-rtti.exp: list children of s.ptr (without RTTI) in type_update_when_use_rtti >> +FAIL: gdb.mi/mi-var-rtti.exp: list children of s.ptr.public (without RTTI) in type_update_when_use_rtti > Yes, I'm seeing similar failures on a number of platforms (arm, spu, s390x). > > The reason seems to be that the test case is attempting to display local > variables that are not yet initialized, and thus their contents are random. > For C++ objects, this includes a random vtable pointer ... > > Now, this particular sub-test appears to do this deliberately; all the other > sub-tests only create the varobj *after* their corresponding objects were > initialized. I'm not quite sure what exactly the test is supposed to be > testing, but I guess it ought to be done differently ... > > Bye, > Ulrich >