From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x135.google.com (mail-il1-x135.google.com [IPv6:2607:f8b0:4864:20::135]) by sourceware.org (Postfix) with ESMTPS id BA6EA3858C00 for ; Fri, 27 Jan 2023 14:11:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org BA6EA3858C00 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-il1-x135.google.com with SMTP id d10so2300127ilc.12 for ; Fri, 27 Jan 2023 06:11:58 -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=FQCXhp99a5wM9HRxsAzzhBc3gsNJhTxL8XXEdRRayB4=; b=ae+7qi4GFjeSCPeTVAF43kVU63GQU7GMrLKsy9Vr3xvr31XLl1hmAC60lXcDglagoc UrxwB4TnIuq50aL5Rq76JLD6eeOYFsM8Yg8t1SLxVlKVLtX/qmvAKJaNmJCpdqhFwwoH OcASeZ+CZDV6ELtaMA3y+1YQua4UI5VSQ55rUK/kfftVlWxqDELesmGUUn1V8/lOGMnl OUk6qNex8pgPrqeTadg7TOs8QzBSfPmJVpzKnlXEoG1a2ym94hBOfKyhwBt0CHjElr8t y4uf8bKh/tc+BZNXAGKNCIQlWcffFRpAyhBesdDMvJZ7flvb/P41ryfSDYVOWgJQwpCE fsPA== 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=FQCXhp99a5wM9HRxsAzzhBc3gsNJhTxL8XXEdRRayB4=; b=U5R1MyvKePAuoxqKf/IH3pecxPudF56eQZ/5/iyIFLdB6aIe9WSkammhpJiY5E+btG +ynojbZfiBu9NOAqH+IkgdK0J6A5xP7n3+Pa/5maNMGq3gtgx0gWxWAYgnO6ckxuL7ub cuVYydJDi4/raqDjX4/Aiw/1ynWxjdacPz1MI5F1Gk4rzeKd4BQjWoPCNvb3PC43PcW9 OimaVuHkL/V1Vz48xbs3Q6V75lclkcnkd/fCJ6LEyAQZ+xVIIQDBD+mj4Ev3FB0qWtaT mt0MdjIVvtFsW5HohxO1NB4No6GPx8CCIHcitm4XiqaCJHy3InnGEJMMV2ls7+vwxmyU iVDQ== X-Gm-Message-State: AO0yUKVfMBQsG/BK6XHkoUr9Pau7PiI24JsW86LZzXBgTA1Ar3qkD4c8 J3hRKg10cPyFs5GoSbUmxZJmvQ== X-Google-Smtp-Source: AK7set82YBJ6NVhorfUkcsfr34xparlgXv4PYQx4Pbv92oa+foGFSS88X8i7KQdxocxLmUYHoeyk9A== X-Received: by 2002:a05:6e02:1aa2:b0:310:cc76:5c9d with SMTP id l2-20020a056e021aa200b00310cc765c9dmr1637780ilv.28.1674828718021; Fri, 27 Jan 2023 06:11:58 -0800 (PST) Received: from murgatroyd (75-166-146-144.hlrn.qwest.net. [75.166.146.144]) by smtp.gmail.com with ESMTPSA id i4-20020a023b44000000b003a174bd44eesm1544370jaf.81.2023.01.27.06.11.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Jan 2023 06:11:57 -0800 (PST) From: Tom Tromey To: Simon Marchi Cc: Tom Tromey , Simon Marchi via Gdb-patches Subject: Re: [PATCH] Make gdb.ada/ptype_tagged_param.exp pass References: <20230119163150.492922-1-tromey@adacore.com> <874jslyw58.fsf@tromey.com> X-Attribution: Tom Date: Fri, 27 Jan 2023 07:11:56 -0700 In-Reply-To: (Simon Marchi's message of "Fri, 27 Jan 2023 00:58:29 -0500") Message-ID: <87r0vgqd77.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=-4.6 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: >>>>> "Simon" == Simon Marchi writes: Simon> Woops, I hit a FAIL here. I think the $has_runtime_debug_info condition Simon> is backwards I can check in a patch to flip this if you think that will help. I have no way to test it, though. I tried installing and removing the relevant debuginfo packages on my machine, but the test works either way for me. Tom