From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.220.28]) by sourceware.org (Postfix) with ESMTPS id 240543858D20 for ; Fri, 5 May 2023 13:03:47 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 240543858D20 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-out1.suse.de (Postfix) with ESMTPS id 551F42216A; Fri, 5 May 2023 13:03:46 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_rsa; t=1683291826; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PVOxuG2dEFeni8YNdqL0hRe98s9kRdDIwLoK7YAO+1c=; b=1FPCLby/wa0Cy2I1LC2oyZcQn8Pi8tLOShq1h2v+o01E2nsAMykiAZVDKcJX6WIhr2EtNC tvk8wELRewOvJP7Wy2pVnWme6ZUrsoRulZMEESUOtIc9cu59GISvdJLMaVd3r6dJdBRczO wQ59mVV4dFo3hhs+WRs8N/g9yZffZG4= DKIM-Signature: v=1; a=ed25519-sha256; c=relaxed/relaxed; d=suse.de; s=susede2_ed25519; t=1683291826; h=from:from:reply-to:date:date:message-id:message-id:to:to:cc:cc: mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=PVOxuG2dEFeni8YNdqL0hRe98s9kRdDIwLoK7YAO+1c=; b=MTCbZsylCzWk0d9txsbQLcKKjFhKiClclEij+iX0Ob+wjoemRQb2FZYb6+KfZfR0736Rq7 0aLav6WrriczaFDA== 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 3986A13513; Fri, 5 May 2023 13:03:46 +0000 (UTC) Received: from dovecot-director2.suse.de ([192.168.254.65]) by imap2.suse-dmz.suse.de with ESMTPSA id sMQwDLL+VGRFSQAAMHmgww (envelope-from ); Fri, 05 May 2023 13:03:46 +0000 Message-ID: <51fa140f-81c3-3873-36ba-76f29f9d3378@suse.de> Date: Fri, 5 May 2023 15:03:49 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.10.1 Subject: Re: [pushed] [gdb/testsuite] Add gdb.tui/wrap-line.exp Content-Language: en-US To: gdb-patches@sourceware.org Cc: Tom Tromey References: <20230505102038.20171-1-tdevries@suse.de> From: Tom de Vries In-Reply-To: <20230505102038.20171-1-tdevries@suse.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-8.7 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,KAM_SHORT,NICE_REPLY_A,SPF_HELO_NONE,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 5/5/23 12:20, Tom de Vries via Gdb-patches wrote: > In the CLI case with auto-detected width we run into PR cli/30411, so add a > KFAIL for that failure mode. That should have been PR cli/30346. The KFAIL does use the correct PR. Thanks, - Tom