From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd31.google.com (mail-io1-xd31.google.com [IPv6:2607:f8b0:4864:20::d31]) by sourceware.org (Postfix) with ESMTPS id D77383858D1E for ; Mon, 30 Jan 2023 15:03:18 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D77383858D1E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=adacore.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=adacore.com Received: by mail-io1-xd31.google.com with SMTP id o1so745260ioo.10 for ; Mon, 30 Jan 2023 07:03:18 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:from:to:cc:subject:date:message-id:reply-to; bh=CqDVOfcs+yXSHFsD5npftBJB6QMNsOTIeCRp02dtzQU=; b=gUbw/Ka4BMGYXRFBkiC233ihSG262s3O+JCXmMLD8C50cUzpYMeyv5cwsMFV07DYZA HoyZjzt28XDVMkpysEK0wNUTk3NlkuAEFYvP/El1cEaWdZcOJo7NwauQZeUqCqEolC9e MV/QWsTSAewxpY/zqix1QJTfSp8CZdMDIQ/qbswCdjNHz5cOeeBCE6zhWZgqT/zqshXv Ud9Fk0JWps2HhoIBvkV66+trLwJxhCJIVs6Cx3cHhIjXLckIDb0QxBcGLTlO1p1mjFq4 g4jUiJoaq6v1f3eurSdph39igE0AuuLPOLqYZA8KsNGEH7k8VPvV86Hfkt7r9OQDPagJ yEDw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:message-id:in-reply-to:date:references :subject:cc:to:from:x-gm-message-state:from:to:cc:subject:date :message-id:reply-to; bh=CqDVOfcs+yXSHFsD5npftBJB6QMNsOTIeCRp02dtzQU=; b=IUZPpoZBpC1Swn9qwVjvzGxP2uDBb3xhbQr2MjJ49RM7xF05HZYjXPCs83ReRGzwhc GiNHUzTh8NlMJXT0+6+vuU2ZYihmwFI6Z97tO3zCc16sGgOz1jenCyDWrCi+LJu2iOdr AlDiBioJYYW1GT+I0KERA+ZRyT8XtjXxc43z5SEGjKrkdnYJj31q2/7FuD0U+lZDEqtY jRB4Pe0c2TThUnlBcLmFAcPi8dkPsvxgn902zT60yY4tCyuXAD21xMjAvv85KBRNBisr ViIlUEYePCeQKooB8lXRG7GMNqA/nWbNvhtvTsrHdzbEeEp+qjFL/qteKpJevq8e9s3K lcpQ== X-Gm-Message-State: AO0yUKV+/N7rdVIXUAOlzuuL71HV2QiDQ5UolkBZkxZXyXuHQr+knexX 1a0f8JUC6OF49tb2F3GJBjfWsQ== X-Google-Smtp-Source: AK7set8gaHo/zbjLjmbUBgcSPRTie82vZybuKeowVMYD61YiMHyzHkuCZB/eNJRcazJWB7ikGVh4yw== X-Received: by 2002:a05:6602:1543:b0:71e:ea4a:cad2 with SMTP id h3-20020a056602154300b0071eea4acad2mr1644121iow.21.1675090998075; Mon, 30 Jan 2023 07:03:18 -0800 (PST) Received: from murgatroyd (75-166-146-144.hlrn.qwest.net. [75.166.146.144]) by smtp.gmail.com with ESMTPSA id z3-20020a056602122300b006e2f2369d3csm951404iot.50.2023.01.30.07.03.17 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 30 Jan 2023 07:03:17 -0800 (PST) From: Tom Tromey To: Pedro Alves Cc: Tom Tromey , gdb-patches@sourceware.org Subject: Re: [pushed] Invert test in gdb.ada/ptype_tagged_param.exp References: <20230127172427.4132635-1-tromey@adacore.com> <89869c3c-0a4f-67e3-dd98-13ea090b31c6@palves.net> <87r0vfpu95.fsf@tromey.com> X-Attribution: Tom Date: Mon, 30 Jan 2023 08:03:16 -0700 In-Reply-To: (Pedro Alves's message of "Fri, 27 Jan 2023 21:11:41 +0000") Message-ID: <87v8konjyj.fsf@tromey.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Status: No, score=-5.3 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,RCVD_IN_DNSWL_NONE,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: >>>> kfail "no debug info" $gdb_test_name >> Pedro> Why is this a kfail instead of an xfail? Is there really a GDB bug here? >> >> It's just my perennial inability to distinguish the two. There's no gdb >> bug, this seems to be a compiler issue. If changing it to xfail is >> correct, let me know and I will do it. Pedro> :-) Pedro> Yes, kfail is correct. Confusing! But I think just a typo. I'm going to send a patch to change it. Tom