From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out2.suse.de (smtp-out2.suse.de [IPv6:2001:67c:2178:6::1d]) by sourceware.org (Postfix) with ESMTPS id F24623858C50 for ; Wed, 8 Feb 2023 15:38:15 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org F24623858C50 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=suse.de Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=suse.de Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by smtp-out2.suse.de (Postfix) with ESMTPS id 3BA4A1F8B4; Wed, 8 Feb 2023 15:38:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1675870695; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=c1unLyiVLXYth4tMoL6RvtZXI8bY8wHmYGbsb+aOwec=; b=WL4NaaUfZUvZ1JcwWnYiEI9LbvdTMG3FE+fqMqFcpsgcT+PBEhLshSojAfvRpgGStuK9kI fopAAUnMlycJA6yhOw6jSHkh+ZHsEONzXxHlKOH7AKzntog969a6i1p95CCO6iTzeTLDM5 034lux9WxEb50KU47ZHWTrK969dxf4Q= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1675870695; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=c1unLyiVLXYth4tMoL6RvtZXI8bY8wHmYGbsb+aOwec=; b=bRHEqN3NGeJL7Ldkd/slJh9U9lcg6lPATX8pbabE/FGhplx3AUjgpYngS2k9a7X8oC/yIa e2ToUwkaY4liByDw== Received: from imap2.suse-dmz.suse.de (imap2.suse-dmz.suse.de [192.168.254.74]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature ECDSA (P-521) server-digest SHA512) (No client certificate requested) by imap2.suse-dmz.suse.de (Postfix) with ESMTPS id 25A4613425; Wed, 8 Feb 2023 15:38:15 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id c4H4B+fB42OZRAAAMHmgww (envelope-from ); Wed, 08 Feb 2023 15:38:15 +0000 Message-ID: Date: Wed, 8 Feb 2023 16:38:14 +0100 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.6.1 Subject: Re: [pushed] [gdb/testsuite] Use maint ignore-probes in gdb.base/longjmp.exp To: Luis Machado , gdb-patches@sourceware.org References: <20230208124652.29570-1-tdevries@suse.de> <23f68beb-39c5-33c8-2d2d-f076192d2648@suse.de> <57277a06-0a9c-e731-beee-1f6d0e88ea6f@arm.com> Content-Language: en-US From: Tom de Vries In-Reply-To: <57277a06-0a9c-e731-beee-1f6d0e88ea6f@arm.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.0 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,NICE_REPLY_A,SPF_HELO_NONE,SPF_PASS,TXREP 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 2/8/23 15:51, Luis Machado wrote: > On 2/8/23 14:48, Tom de Vries wrote: >> On 2/8/23 14:27, Luis Machado wrote: >>> Hi Tom, >>> >>> Is the entire test supposed to PASS? I'm seeing the following on my >>> aarch64/Ubuntu 22.04 setup: >>> >>> FAIL: gdb.base/longjmp.exp: with_probes=0: pattern 2: next over >>> call_longjmp (the program is no longer running) >>> FAIL: gdb.base/longjmp.exp: with_probes=0: pattern 2: next over >>> setjmp (the program is no longer running) >>> FAIL: gdb.base/longjmp.exp: with_probes=0: pattern 2: setup: >>> breakpoint at pattern start (got interactive prompt) >>> FAIL: gdb.base/longjmp.exp: with_probes=0: pattern 2: setup: >>> breakpoint at safety net (got interactive prompt) >>> FAIL: gdb.base/longjmp.exp: with_probes=0: pattern 2: setup: continue >>> to breakpoint at pattern start (the program exited) >>> FAIL: gdb.base/longjmp.exp: with_probes=0: pattern 3: next over >>> pattern (the program is no longer running) >>> FAIL: gdb.base/longjmp.exp: with_probes=0: pattern 3: setup: >>> breakpoint at pattern start (got interactive prompt) >>> FAIL: gdb.base/longjmp.exp: with_probes=0: pattern 3: setup: continue >>> to breakpoint at pattern start (the program is no longer running) >>> >>> Maybe something is genuinely broken for aarch64 though, or I'm >>> missing some packages/debuginfo. >> >> Hi, >> >> I just ran this test-case on openSUSE Leap 15.4 aarch64, no problems >> found. >> > > Alright. That's good to know. FWIW, I've tried this test-case also on various x86_64 distros other than the usual openSUSE Leap 15.4: ubuntu 20.04, fedora 37 and opensuse tumbleweed, again no problems found. Thanks, - Tom