From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26546 invoked by alias); 18 Sep 2019 16:52:18 -0000 Mailing-List: contact gdb-testers-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-testers-owner@sourceware.org Received: (qmail 26532 invoked by uid 89); 18 Sep 2019 16:52:18 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-15.0 required=5.0 tests=AWL,BAYES_00,GIT_PATCH_0,GIT_PATCH_1,GIT_PATCH_2,GIT_PATCH_3,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.1 spammy= X-HELO: kwanyin.sergiodj.net Received: from kwanyin.sergiodj.net (HELO kwanyin.sergiodj.net) (158.69.185.54) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 18 Sep 2019 16:52:16 +0000 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [binutils-gdb] gdb/testsuite: Avoid directory names in test names From: gdb-buildbot@sergiodj.net To: gdb-testers@sourceware.org Message-Id: Date: Wed, 18 Sep 2019 17:17:00 -0000 X-SW-Source: 2019-q3/txt/msg04650.txt.bz2 *** TEST RESULTS FOR COMMIT b078f3ac8803297bfc8416c20e09d0863c5ac6cc *** commit b078f3ac8803297bfc8416c20e09d0863c5ac6cc Author: Andrew Burgess AuthorDate: Wed Sep 18 12:27:11 2019 -0400 Commit: Andrew Burgess CommitDate: Wed Sep 18 12:36:05 2019 -0400 gdb/testsuite: Avoid directory names in test names Give a test an actual name in order to avoid having a directory name in the .sum file. gdb/testsuite/ChangeLog: * gdb.base/source-dir.exp: Avoid having directory names in test names. diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index ed838e947e..83d5a4f005 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2019-09-18 Andrew Burgess + + * gdb.base/source-dir.exp: Avoid having directory names in test + names. + 2019-09-17 Andrew Burgess * gdb.base/source-dir.exp: Add extra test for mapped compilation diff --git a/gdb/testsuite/gdb.base/source-dir.exp b/gdb/testsuite/gdb.base/source-dir.exp index 25d7b07971..9941c1f64e 100644 --- a/gdb/testsuite/gdb.base/source-dir.exp +++ b/gdb/testsuite/gdb.base/source-dir.exp @@ -131,7 +131,8 @@ proc test_truncated_comp_dir {} { [search_dir_list [list \ "$strip_dir" \ "\\\$cdir" \ - "\\\$cwd"]] + "\\\$cwd"]] \ + "setup source path search directory" gdb_test "list" [multi_line \ "1\[ \t\]+int" \ "2\[ \t\]+main \\(\\)" \