From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 76286 invoked by alias); 27 Apr 2017 14:51:52 -0000 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 Received: (qmail 76270 invoked by uid 89); 27 Apr 2017 14:51:51 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_SOFTFAIL autolearn=no version=3.3.2 spammy=theory, Hx-languages-length:1728, 1.2, mine X-HELO: simark.ca Received: from simark.ca (HELO simark.ca) (158.69.221.121) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Apr 2017 14:51:50 +0000 Received: by simark.ca (Postfix, from userid 33) id 2F2571E48D; Thu, 27 Apr 2017 10:51:51 -0400 (EDT) To: Tom Tromey Subject: Re: [RFA 0/5] some cleanup removal for ui_out X-PHP-Originating-Script: 33:rcube.php MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed Content-Transfer-Encoding: 7bit Date: Thu, 27 Apr 2017 14:51:00 -0000 From: Simon Marchi Cc: gdb-patches@sourceware.org In-Reply-To: <87inlw4fbl.fsf@tromey.com> References: <20170414022337.28368-1-tom@tromey.com> <87inlw4fbl.fsf@tromey.com> Message-ID: <4ba5ecb4e3ffe3de5821774878a385a2@polymtl.ca> X-Sender: simon.marchi@polymtl.ca User-Agent: Roundcube Webmail/1.2.4 X-IsSubscribed: yes X-SW-Source: 2017-04/txt/msg00739.txt.bz2 On 2017-04-22 11:44, Tom Tromey wrote: >>>>>> "Tom" == Tom Tromey writes: > > Tom> This series converts various (easy) spots to use ui_out_emit_list > or > Tom> ui_out_emit_tuple. This removes a number of cleanups. > > I am finally going to check this in. > I hadn't done so earlier because my buildbot runs were occasionally > showing some failures. However, a recent run with a completely > different patch shows the same failures, so I'm going forward on the > theory that these patches of mine aren't causing the problem. > > The failures I'm seeing are from gdb.mi/user-selected-context-sync.exp, > though exactly which failures are seen varies by run. > > PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: > test_cli_frame: thread 1.2: reset selection to thread 1.2 > PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: > test_cli_select_frame: thread 1.2: reset selection to thread 1.2 > PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: > test_cli_up_down: reset selection to thread 1.2 > PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: > test_mi_stack_select_frame: thread 1.2: reset selection to thread 1.2 > PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: > exec_mode=direct: test_cli_in_mi_frame: thread 1.2: reset selection to > thread 1.2 > PASS -> FAIL: gdb.mi/user-selected-context-sync.exp: mode=non-stop: > exec_mode=interpreter-exec: test_cli_in_mi_frame: thread 1.2: reset > selection to thread 1.2 > > Tom What commit and platform are you able to reproduce it? I can't reproduce, but I'd be interested in looking into it if I manage to do it. Simon