From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from simark.ca (simark.ca [158.69.221.121]) by sourceware.org (Postfix) with ESMTPS id D1608385800C for ; Sat, 24 Jun 2023 01:27:09 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D1608385800C Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=simark.ca Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=simark.ca DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=simark.ca; s=mail; t=1687570029; bh=95/7+2x2Uq1eDdhujg5b8HOE+LyDFXRIt2+xZ5KPOYw=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=Fzh/T0SlwtJeumDyW+Ul6FwOAg1sCAx+PEvqtqhWtVq1Pyhhfs5NI2q+skGPb4hVF yiC/ubEna51JbFpWEjcWR1Mu6xOEwFKGvQgShvbF3KVoc5gj9IioR703tRRHJNMzLq RLCs0lyCbcCu6TWXphBlApKGO+3ELsx863LqQGCY= Received: from [10.0.0.11] (modemcable238.237-201-24.mc.videotron.ca [24.201.237.238]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by simark.ca (Postfix) with ESMTPSA id EC7211E00F; Fri, 23 Jun 2023 21:27:08 -0400 (EDT) Message-ID: <8848d17e-41e7-a9f2-7fbb-ce858f3796f4@simark.ca> Date: Fri, 23 Jun 2023 21:27:08 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.12.0 Subject: Re: [PATCH v6] gdb/Python: Added ThreadExitedEvent Content-Language: en-US To: Tom Tromey , Simon Farre via Gdb-patches Cc: Simon Farre References: <20230605145254.100777-1-simon.farre.cx@gmail.com> <87r0qpsy2w.fsf@tromey.com> From: Simon Marchi In-Reply-To: <87r0qpsy2w.fsf@tromey.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-4.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_PASS,SPF_PASS,TXREP,T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On 6/5/23 11:55, Tom Tromey wrote: >>>>>> "Simon" == Simon Farre via Gdb-patches writes: > > Simon> v6: > Simon> Fix comments. > Simon> Fix copyright > Simon> Remove unnecessary test suite stuff. save_var had to stay, as it mutates > Simon> some test suite state that otherwise fails. > > Thank you. This is ok. > Approved-By: Tom Tromey Hi, The new test fails on the gdbserver boards (native-gdbserver and native-extended-gdbserver): $ make check TESTS=" gdb.python/py-thread-exited.exp" RUNTESTFLAGS="--target_board=native-extended-gdbserver" FAIL: gdb.python/py-thread-exited.exp: python print(threadOneExit) FAIL: gdb.python/py-thread-exited.exp: python print(threadTwoExit) Simon