From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-il1-x12c.google.com (mail-il1-x12c.google.com [IPv6:2607:f8b0:4864:20::12c]) by sourceware.org (Postfix) with ESMTPS id D09663858C00 for ; Fri, 27 Jan 2023 17:24:37 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D09663858C00 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-x12c.google.com with SMTP id i17so2404784ils.11 for ; Fri, 27 Jan 2023 09:24:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=adacore.com; s=google; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:from:to:cc:subject:date:message-id:reply-to; bh=cLUKc7GOGk8h706sfFd3xaEXIPlYPFFy+wRGzSbcHFI=; b=MgxH5R5y5uajNFC9AE625Cc0zXNsexRUYnqCfvn6hXBNFVPqXwv9+yE7EGoot6O1gT sQMnM0j/671jPm78/ZicS8lPiY3Xq3gAO8Gdsje9MEFNLx1ndodt26LyiOzP6XxrdvEF NyS2ILirnhmK5MzieJCwo/ao51q5IhcERsIUhnpZrEvj32QQnWD3Rfg/i/7dPCPxO5Rv YHf/JITZ+5TTkvmFBlxP7DBTjkvRgfIxOLWxoPS+cc2jZnuxn7mMc9hn02eZXS2Jnl7B 2ggG6+sA3kDcgVr1k/11hI1uFn9T5lNMyYnpJt7dRBupGI2G4SMz54ChkU5gZTP+HaNh ZoPw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:subject:cc :to:from:x-gm-message-state:from:to:cc:subject:date:message-id :reply-to; bh=cLUKc7GOGk8h706sfFd3xaEXIPlYPFFy+wRGzSbcHFI=; b=X4KOHTdNfa25xsjil4ltvrNONgQE0fiJBqFo5D01Ax9PLEo+4yZVRX1lDI2cpcgXBr kVvKNrlL0NidIHo5o85OKswpi+jpUXIlsCcgsJ6rMt9bRswBp5ORq8pklSgEm7OPmjj2 2sEig7OjBQv/VH78sfx2yrc+Uly2yrJTOiLp1g+aha2ePKuLc4ZVAuebTVrDYc6NaRfO Gyq14bE8xfYNlGxey7gnEy6l4g02ObWEYPe9IRHSR6v2psRJW6cALHxmTO9iVd03FkEP yTQPX5LvzTnnDFoDwr0DS/GLlyxQc9zMCMEhD7yxgHb+UaZUmLZWH9zJhgOKTdDA4E/c lN4Q== X-Gm-Message-State: AO0yUKV2LQYrJDxu6/DFHXAScAijsTqTivUdz75VRhoim8L7qsCFYRdH O/AdeYS4okGslMeRVlRLEQDM0/rtCa4O+BTY X-Google-Smtp-Source: AK7set/lo72nJT3Pe2OYUHsgToPUwlSj1vcwulvBvdly1RmVmxDvii161rV+6VeCY36Ll9qxUcFicw== X-Received: by 2002:a05:6e02:1b82:b0:310:9276:730e with SMTP id h2-20020a056e021b8200b003109276730emr11906519ili.5.1674840277078; Fri, 27 Jan 2023 09:24:37 -0800 (PST) Received: from localhost.localdomain (75-166-146-144.hlrn.qwest.net. [75.166.146.144]) by smtp.gmail.com with ESMTPSA id c1-20020a92bd01000000b0030f5796e89fsm1366148ile.48.2023.01.27.09.24.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Fri, 27 Jan 2023 09:24:36 -0800 (PST) From: Tom Tromey To: gdb-patches@sourceware.org Cc: Tom Tromey Subject: [pushed] Invert test in gdb.ada/ptype_tagged_param.exp Date: Fri, 27 Jan 2023 10:24:27 -0700 Message-Id: <20230127172427.4132635-1-tromey@adacore.com> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,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 pointed out that the kfail check in gdb.ada/ptype_tagged_param.exp is inverted. See: https://sourceware.org/pipermail/gdb-patches/2023-January/196296.html This patch fixes the problem. --- gdb/testsuite/gdb.ada/ptype_tagged_param.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gdb/testsuite/gdb.ada/ptype_tagged_param.exp b/gdb/testsuite/gdb.ada/ptype_tagged_param.exp index eaf61ddde79..759b10f9b6a 100644 --- a/gdb/testsuite/gdb.ada/ptype_tagged_param.exp +++ b/gdb/testsuite/gdb.ada/ptype_tagged_param.exp @@ -48,7 +48,7 @@ gdb_test_multiple "ptype s" "ptype s" { pass $gdb_test_name } -re -wrap $nodebug { - if {$has_runtime_debug_info} { + if {!$has_runtime_debug_info} { kfail "no debug info" $gdb_test_name } else { fail $gdb_test_name -- 2.38.1