From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-pj1-x1033.google.com (mail-pj1-x1033.google.com [IPv6:2607:f8b0:4864:20::1033]) by sourceware.org (Postfix) with ESMTPS id 9C2613850932 for ; Sun, 10 Apr 2022 19:13:43 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 9C2613850932 Received: by mail-pj1-x1033.google.com with SMTP id o5-20020a17090ad20500b001ca8a1dc47aso16391268pju.1 for ; Sun, 10 Apr 2022 12:13:43 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=2zU3IBPPikXgV8L018DHUM2y/+gc3LSWbXTJ7+dmpOk=; b=Z+Vd/od9L9W8WhFnGrQHN2IN7pS2I2QdkKmKnm0DgEaVmuvumh4K6qnIY0V7KuUmjv ZUPZZLQVC0ghOimk9AMv+xHMIyFvA7uDge2R+vWm94GzIkbRXla+dj5mxe9RnjNQUdD4 eRHjFwzYHFdjrOklilJqYAVjuBBy9GrmPYjNGYbh2lMk2jrzJ8JVeMyDeaMJf+xw/aH+ M8xYQaNC3EApvovrDy3yWUPNQP2Uv8oMrQWmLqb1TZJWmUZARMipuhkC0YB2dU5TkZPO dR2md51syBGrkRpfymqeSEsFjfh/u69F5YGCcQe4NSNCdK0cBnmNE0vBSsRSuUHQjMOI QMfw== X-Gm-Message-State: AOAM533UC+GxfCg9+ujbvkMwlczFT/pS+iGubVvUxTS7KryMX8x2vSNT VFCyK5HZ5Bh9PNG3yPybQty47NJF9/fG X-Google-Smtp-Source: ABdhPJxlBP/qQPbxknXvAxpJ07QvoA5HfnCisndaSPrBdW6GinYUME9QI2TagAfwsiN9AQsNc/+9TQ== X-Received: by 2002:a17:90b:314d:b0:1c7:b159:28b5 with SMTP id ip13-20020a17090b314d00b001c7b15928b5mr33259643pjb.110.1649618022702; Sun, 10 Apr 2022 12:13:42 -0700 (PDT) Received: from takamaka.home ([184.69.131.86]) by smtp.gmail.com with ESMTPSA id e127-20020a621e85000000b00505a64c8ea6sm4336628pfe.66.2022.04.10.12.13.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 10 Apr 2022 12:13:42 -0700 (PDT) Received: by takamaka.home (Postfix, from userid 1000) id 57885A58BF; Sun, 10 Apr 2022 12:13:41 -0700 (PDT) Date: Sun, 10 Apr 2022 12:13:41 -0700 From: Joel Brobecker To: Tom Tromey Cc: Joel Brobecker via Gdb-patches , Joel Brobecker Subject: Re: [PATCH] Don't test interface.exp without GNAT debug info Message-ID: References: <20220317143905.1743262-1-tromey@adacore.com> <87pmm6gsec.fsf@tromey.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <87pmm6gsec.fsf@tromey.com> X-Spam-Status: No, score=-4.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, T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gdb-patches@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gdb-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 10 Apr 2022 19:13:45 -0000 > >> The test gdb.ada/interface.exp requires some debug info in the GNAT > >> runtime. When run without this info, the test can't pass. This patch > >> changes the test to detect this situation and stop the test with > >> "untested". > > Joel> Thanks for the patch. It looks good to me. > > I looked today and found a few more tests that I think fall into this > same category, so I updated the patch. Let me know what you think. Thanks again, Tom. Looks good to me. -- Joel