From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.133.124]) by sourceware.org (Postfix) with ESMTPS id 927563858411 for ; Tue, 7 Dec 2021 23:13:56 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 927563858411 Received: from mail-wm1-f70.google.com (mail-wm1-f70.google.com [209.85.128.70]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-586-uKviJJsoPxGgxkady1Of_Q-1; Tue, 07 Dec 2021 18:13:55 -0500 X-MC-Unique: uKviJJsoPxGgxkady1Of_Q-1 Received: by mail-wm1-f70.google.com with SMTP id o18-20020a05600c511200b00332fa17a02eso375642wms.5 for ; Tue, 07 Dec 2021 15:13:55 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=xzmU3i2ZGkT9edDYX+iD5kFAbufFURMYhcuHJvVMrNk=; b=Ds4PEDiadIaqlrGOElWv/QKYZjcQnjc45kGtV69qeHYeu6okPxOpzxg5wSzOaxxn+F 63h6obgMBYRIl903uiUR5R9azNUd13s+a8n1TTqkSkwMkEnv+F6NLNLl4lmsW1DyTgJ5 QbyiAqU4XRhzk1e9yym8l4qbLyz67zji1el2TippMC2UikeCdERF4pvewWUDghxyrI2X JgjvOVyRRc2isjlsbpZTxXcZmsiaA0i38Cd+SuwU9Q26chh5NdxtQliYBQBJ712FcvZm PtTb7RrAH74yFCDzvGR06XdsU9w2aGFwnCOSzMnwK1PmyPlGqHPgSOnCaNg248OZ8Jcm IQ7w== X-Gm-Message-State: AOAM531Hk0ufKdFLxsPtoWJ4OEVxdPQXE7OeU1VaneWYnfuzc9qhv1XV XPfKYrN6Id+jMsg6jl/XVGwC/72xSKlILSvsOlFvQtsjqVN46gon57IBRlOpEuppJq7yWD114u6 LFlT/YWrDjPpkAnHS7Suc265xBl5+z50y+wXWWhsEKEXpplPU9bLSubDqHMWyxbA5Y05loUBczQ == X-Received: by 2002:adf:ce03:: with SMTP id p3mr53837818wrn.145.1638918833960; Tue, 07 Dec 2021 15:13:53 -0800 (PST) X-Google-Smtp-Source: ABdhPJyUBkU69LkET8y/H/TgJxhxKxCmXT9iv+ocJYq2jLuPFbo6Una4+IYDxsRAWcBxjVweQW1sAQ== X-Received: by 2002:adf:ce03:: with SMTP id p3mr53837797wrn.145.1638918833744; Tue, 07 Dec 2021 15:13:53 -0800 (PST) Received: from localhost (host86-134-238-138.range86-134.btcentralplus.com. [86.134.238.138]) by smtp.gmail.com with ESMTPSA id l5sm1531224wrs.59.2021.12.07.15.13.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 07 Dec 2021 15:13:53 -0800 (PST) From: Andrew Burgess To: gdb-patches@sourceware.org Cc: Andrew Burgess Subject: [PATCH 3/5] gdb/testsuite: move linespec test into gdb.linespec/ directory Date: Tue, 7 Dec 2021 23:13:43 +0000 Message-Id: X-Mailer: git-send-email 2.25.4 In-Reply-To: References: MIME-Version: 1.0 X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" X-Spam-Status: No, score=-10.4 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0, RCVD_IN_BARRACUDACENTRAL, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H2, SPF_HELO_NONE, SPF_NONE, TXREP 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: Tue, 07 Dec 2021 23:13:58 -0000 The gdb.base/linespecs.exp test should really live in the gdb.linespec directory, so lets move it there. As we already have gdb.linespec/linespec.exp, I've renamed the test to gdb.linespec/errors.exp, as this better reflects what the test is actually checking. --- .../{gdb.base/linespecs.exp => gdb.linespec/errors.exp} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename gdb/testsuite/{gdb.base/linespecs.exp => gdb.linespec/errors.exp} (94%) diff --git a/gdb/testsuite/gdb.base/linespecs.exp b/gdb/testsuite/gdb.linespec/errors.exp similarity index 94% rename from gdb/testsuite/gdb.base/linespecs.exp rename to gdb/testsuite/gdb.linespec/errors.exp index 4f171d7ae4e..6f11ad8575c 100644 --- a/gdb/testsuite/gdb.base/linespecs.exp +++ b/gdb/testsuite/gdb.linespec/errors.exp @@ -18,7 +18,7 @@ # We don't currently need our own test case for testing, so grab # another one. -if {[prepare_for_testing "failed to prepare" linespecs memattr.c]} { +if {[prepare_for_testing "failed to prepare" linespecs keywords.c]} { return -1 } -- 2.25.4