From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wm1-x335.google.com (mail-wm1-x335.google.com [IPv6:2a00:1450:4864:20::335]) by sourceware.org (Postfix) with ESMTPS id 7780A3954472 for ; Mon, 8 Mar 2021 18:37:26 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 7780A3954472 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=embecosm.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=andrew.burgess@embecosm.com Received: by mail-wm1-x335.google.com with SMTP id b2-20020a7bc2420000b029010be1081172so4417772wmj.1 for ; Mon, 08 Mar 2021 10:37:26 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=8WOBVL8P9ecmKYF3daxiJLOXAfpD0NZ5T02UwP2Gnkc=; b=Izj+2oNwthizdEPxqoCasaVyhzSrjf5ldHmvTm4A7kHDhc1K8ywXYB997gZJD2g//Y 0R2MxNw9RvxBZ7PXdn0e6v6Wi0eXjUxRdgnJp2qf1HXt12IV0iDVIIFrGDnSKYUO1y5c I4e6yMpcNJNQPRdyFv3McvfACAwDR0LGotN/SVy9IvSNc/HpnZDivCyVxhxCb5CJQ3Xx xRtqjE2NkSCoe05Pz3hlfhouuPuv0Y0XT6Vi5yeanZ9kptZMGKB6f2xYb9hN0j7DKzGX mpSdlgz0tQtFVjI7LphYJX15BDItbx4I57Y39xj+BLwIDtC9V6ZOoQv5x9ghPRGxGTMD ME3Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=8WOBVL8P9ecmKYF3daxiJLOXAfpD0NZ5T02UwP2Gnkc=; b=K3Uap7sNdokAoyJsiznW5NHYkdXH6VX31l/VwiFf4g1oAQJx5DOZgTQledXyPj48yS eNIwmOcVl1EbO1jIvRMRpR9tv68JdkMc+w7fknPoO9mt+Ihh+h3ne7DIsfY+NYTWPEIw UssR+PC2V/0mKaadopG/IqXtAnJY4aTkkLKopQ8fKF2owk9tX91PwO6stRFMhndDerfU 3z+GoKG0XDI98oky0cCpam03ybs0tMMYEzJP8dtY/wENjTBhtBc9ZIEEW0vfaP8mVpgl 1RahwzBkpeD8PGS3Ax3bD90qI+E3Cb59OgZ9jNI5+TCaLfokOY5jzGzzOyfEmtPefh4F XKdA== X-Gm-Message-State: AOAM533q8FVkqPyKb0nNgxiSBJNT1i91sM1E9EMx0rdsOs7jx+VnF8KQ OumGwkme/0W3nG/kQpWSRRDaDCFITg0rfQ== X-Google-Smtp-Source: ABdhPJxQmV0Gk52c2sDp67bn8WqtHnAAFXfrgh1n3gmXp5C2wF0xI1ZbShgCbRHQhmyO1ARNYwbamQ== X-Received: by 2002:a1c:2683:: with SMTP id m125mr151128wmm.178.1615228645432; Mon, 08 Mar 2021 10:37:25 -0800 (PST) Received: from localhost (host86-134-238-232.range86-134.btcentralplus.com. [86.134.238.232]) by smtp.gmail.com with ESMTPSA id v5sm268857wmh.2.2021.03.08.10.37.25 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 08 Mar 2021 10:37:25 -0800 (PST) From: Andrew Burgess To: gdb-patches@sourceware.org Subject: [PATCH 11/14] gdb/testsuite: make test names unique in gdb.python/py-explore-cc.exp Date: Mon, 8 Mar 2021 18:37:08 +0000 Message-Id: <8d828bba9687a9df8e242afb2c06ff64d62e0bbd.1615228575.git.andrew.burgess@embecosm.com> X-Mailer: git-send-email 2.25.4 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Status: No, score=-11.9 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.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) 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: Mon, 08 Mar 2021 18:37:27 -0000 Add additional text to some test names to make them unique. In one case, correct the test name (copy & paste error) to make it correctly reflect what the test is doing. gdb/testsuite/ChangeLog: * gdb.python/py-explore-cc.exp: Extend test names to make them unique. --- gdb/testsuite/ChangeLog | 5 +++++ gdb/testsuite/gdb.python/py-explore-cc.exp | 8 ++++---- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/gdb/testsuite/gdb.python/py-explore-cc.exp b/gdb/testsuite/gdb.python/py-explore-cc.exp index 076df669b00..49e70362c8f 100644 --- a/gdb/testsuite/gdb.python/py-explore-cc.exp +++ b/gdb/testsuite/gdb.python/py-explore-cc.exp @@ -66,7 +66,7 @@ gdb_test_multiple "explore b" "" { pass "explore b" gdb_test_multiple "0" "explore_base_class_A" { -re "The value of 'b\.A' is a struct/class of type 'A' with no fields\." { - pass "explore_base_class_A" + pass "explore_base_class_A, exploring b" gdb_test_multiple "\0" "return_to_b_from_A" { -re ".*$b_desc.*Enter the field number of choice:.*" { pass "return_to_b_from_A" @@ -85,7 +85,7 @@ gdb_test_multiple "explore b" "" { pass "explore_field_c_of_b" gdb_test_multiple "\0" "return_to_b_from_c" { -re "$b_desc.*Enter the field number of choice:.*" { - pass "return_to_b_from_i" + pass "return_to_b_from_c" } } } @@ -107,7 +107,7 @@ gdb_test_multiple "explore B" "" { pass "explore B" gdb_test_multiple "0" "explore_base_class_A" { -re "base class 'A' of 'B' is a struct/class of type 'A' with no fields\." { - pass "explore_base_class_A" + pass "explore_base_class_A, exploring B" gdb_test_multiple "\0" "return_to_B" { -re "$B_desc.*Enter the field number of choice:.*" { pass "return_to_B" @@ -116,7 +116,7 @@ gdb_test_multiple "explore B" "" { pass "explore_field_i_of_B" gdb_test_multiple "\0" "return_to_B_from_i" { -re "$B_desc.*Enter the field number of choice:.*" { - pass "return_to_B_from_i" + pass "return_to_B_from_i, exploring B" } } } -- 2.25.4