From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mgamail.intel.com (mgamail.intel.com [192.55.52.43]) by sourceware.org (Postfix) with ESMTPS id 7B9F8385843E for ; Mon, 15 Jan 2024 13:17:13 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 7B9F8385843E Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=intel.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=intel.com ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 7B9F8385843E Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=192.55.52.43 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705324637; cv=none; b=lDvNlzPar+2/81t4sK2tSHbiurHIEPyDWg8jxf1vN2Yz7inJEDWRDwVa9+qEFS2Dq7kH+ufbv7YUo4l8HcwAsaPBY6KM+o/YdQpVM/RKaXKhABNYo1BlZPxG56IiHVXsRLwmZqXNJs+jAQ4S0+ymOeEFfeYrRHe+God5J53+eRY= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1705324637; c=relaxed/simple; bh=NVGXWJXJFX4qfwl4HSBGFTS4lODxkGjI48H2s5taM3E=; h=DKIM-Signature:From:To:Subject:Date:Message-Id:MIME-Version; b=cUEoz0gVMz4oKGPwhMhHSbToV8RX/5dDXUottqV+r0Xn/a8iP572aZtrWNw2QO29gSPx7P3zAMX32oFYI5cYtwGHOUMTHhiD/e5BV24sjiwWbJgZOyUNlVbkS/cktVTehAKJMTfd/CzzShVW2UBkpMX8kQnqaxEj0++QnptuOc8= ARC-Authentication-Results: i=1; server2.sourceware.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1705324633; x=1736860633; h=from:to:cc:subject:date:message-id:in-reply-to: references:mime-version:content-transfer-encoding; bh=NVGXWJXJFX4qfwl4HSBGFTS4lODxkGjI48H2s5taM3E=; b=dChcXIFrusGXJup8ll4wQb0WPywsupoivPvmfbEo+Q+LXAmIOe6aJKqC Fif0vBWk/zgeiTPrWOcEOP2BiCPuUkZPUtuae/pUCK1VmCkkknrAW2gJE hiqL7ia3G+NsNzHkIk+LY1aM0uyVp8WWlpiZqknLW3E7iyUlhlvPi6JpV aSnPC6e2R1OZhnbIb7etdDunY5dE1awdFrY8psTf+ktQ2hP/SDZ0pfMzP i1KwhIzKrvSiQP6d9FBLxWJn23BOCQK43q7FaoU84srMv1ofFY+9zHIu9 e/mrso5y88n/nRG3tBBBmISVpADzRMzRM38JsuFaHqM+Y0Y/If3cp8aGe Q==; X-IronPort-AV: E=McAfee;i="6600,9927,10953"; a="485773956" X-IronPort-AV: E=Sophos;i="6.04,196,1695711600"; d="scan'208";a="485773956" Received: from fmviesa002.fm.intel.com ([10.60.135.142]) by fmsmga105.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jan 2024 05:17:12 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="6.04,196,1695711600"; d="scan'208";a="18138935" Received: from abijaz-mobl2.ger.corp.intel.com (HELO localhost) ([10.94.253.153]) by fmviesa002-auth.fm.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 15 Jan 2024 05:17:10 -0800 From: Abdul Basit Ijaz To: gdb-patches@sourceware.org Cc: abdul.b.ijaz@intel.com, thiago.bauermann@linaro.org, tom@tromey.com, simark@simark.ca Subject: [PATCH v5 1/3] gdb/testsuite: Fix indentation issues in gdb.dwarf2/dynarr-ptr.exp Date: Mon, 15 Jan 2024 14:16:52 +0100 Message-Id: <20240115131654.19374-2-abdul.b.ijaz@intel.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20240115131654.19374-1-abdul.b.ijaz@intel.com> References: <20240115131654.19374-1-abdul.b.ijaz@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-11.1 required=5.0 tests=BAYES_00,DKIMWL_WL_HIGH,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,GIT_PATCH_0,SPF_HELO_NONE,SPF_NONE,TXREP,T_SCC_BODY_TEXT_LINE 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: From: "Ijaz, Abdul B" --- gdb/testsuite/gdb.dwarf2/dynarr-ptr.exp | 136 ++++++++++++------------ 1 file changed, 68 insertions(+), 68 deletions(-) diff --git a/gdb/testsuite/gdb.dwarf2/dynarr-ptr.exp b/gdb/testsuite/gdb.dwarf2/dynarr-ptr.exp index d4a496c82f0..232f4e273ad 100644 --- a/gdb/testsuite/gdb.dwarf2/dynarr-ptr.exp +++ b/gdb/testsuite/gdb.dwarf2/dynarr-ptr.exp @@ -133,219 +133,219 @@ gdb_test_no_output "set language ada" # foo.three_ptr.all gdb_test "print foo.three_ptr.all" \ - " = \\(1, 2, 3\\)" + " = \\(1, 2, 3\\)" gdb_test "print foo.three_ptr.all(1)" \ - " = 1" + " = 1" gdb_test "print foo.three_ptr.all(2)" \ - " = 2" + " = 2" gdb_test "print foo.three_ptr.all(3)" \ - " = 3" + " = 3" gdb_test "print foo.three_ptr.all'first" \ - " = 1" + " = 1" gdb_test "print foo.three_ptr.all'last" \ - " = 3" + " = 3" gdb_test "print foo.three_ptr.all'length" \ - " = 3" + " = 3" gdb_test "ptype foo.three_ptr.all" \ - " = array \\(<>\\) of integer" + " = array \\(<>\\) of integer" # foo.three_ptr gdb_test "print foo.three_ptr(1)" \ - " = 1" + " = 1" gdb_test "print foo.three_ptr(2)" \ - " = 2" + " = 2" gdb_test "print foo.three_ptr(3)" \ - " = 3" + " = 3" gdb_test "print foo.three_ptr'first" \ - " = 1" + " = 1" gdb_test "print foo.three_ptr'last" \ - " = 3" + " = 3" gdb_test "print foo.three_ptr'length" \ - " = 3" + " = 3" gdb_test "ptype foo.three_ptr" \ - " = access array \\(<>\\) of integer" + " = access array \\(<>\\) of integer" # foo.three_ptr_tdef.all gdb_test "print foo.three_ptr_tdef.all" \ - " = \\(1, 2, 3\\)" + " = \\(1, 2, 3\\)" gdb_test "print foo.three_ptr_tdef.all(1)" \ - " = 1" + " = 1" gdb_test "print foo.three_ptr_tdef.all(2)" \ - " = 2" + " = 2" gdb_test "print foo.three_ptr_tdef.all(3)" \ - " = 3" + " = 3" gdb_test "print foo.three_ptr_tdef.all'first" \ - " = 1" + " = 1" gdb_test "print foo.three_ptr_tdef.all'last" \ - " = 3" + " = 3" gdb_test "print foo.three_ptr_tdef.all'length" \ - " = 3" + " = 3" gdb_test "ptype foo.three_ptr_tdef.all" \ - " = array \\(<>\\) of integer" + " = array \\(<>\\) of integer" # foo.three_ptr_tdef gdb_test "print foo.three_ptr_tdef(1)" \ - " = 1" + " = 1" gdb_test "print foo.three_ptr_tdef(2)" \ - " = 2" + " = 2" gdb_test "print foo.three_ptr_tdef(3)" \ - " = 3" + " = 3" gdb_test "print foo.three_ptr_tdef'first" \ - " = 1" + " = 1" gdb_test "print foo.three_ptr_tdef'last" \ - " = 3" + " = 3" gdb_test "print foo.three_ptr_tdef'length" \ - " = 3" + " = 3" gdb_test "ptype foo.three_ptr_tdef" \ - " = access array \\(<>\\) of integer" + " = access array \\(<>\\) of integer" # foo.five_ptr.all gdb_test "print foo.five_ptr.all" \ - " = \\(2 => 5, 8, 13, 21, 34\\)" + " = \\(2 => 5, 8, 13, 21, 34\\)" gdb_test "print foo.five_ptr.all(2)" \ - " = 5" + " = 5" gdb_test "print foo.five_ptr.all(3)" \ - " = 8" + " = 8" gdb_test "print foo.five_ptr.all(4)" \ - " = 13" + " = 13" gdb_test "print foo.five_ptr.all(5)" \ - " = 21" + " = 21" gdb_test "print foo.five_ptr.all(6)" \ - " = 34" + " = 34" gdb_test "print foo.five_ptr.all'first" \ - " = 2" + " = 2" gdb_test "print foo.five_ptr.all'last" \ - " = 6" + " = 6" gdb_test "print foo.five_ptr.all'length" \ - " = 5" + " = 5" gdb_test "ptype foo.five_ptr.all" \ - " = array \\(<>\\) of integer" + " = array \\(<>\\) of integer" # foo.five_ptr gdb_test "print foo.five_ptr(2)" \ - " = 5" + " = 5" gdb_test "print foo.five_ptr(3)" \ - " = 8" + " = 8" gdb_test "print foo.five_ptr(4)" \ - " = 13" + " = 13" gdb_test "print foo.five_ptr(5)" \ - " = 21" + " = 21" gdb_test "print foo.five_ptr(6)" \ - " = 34" + " = 34" gdb_test "print foo.five_ptr'first" \ - " = 2" + " = 2" gdb_test "print foo.five_ptr'last" \ - " = 6" + " = 6" gdb_test "print foo.five_ptr'length" \ - " = 5" + " = 5" gdb_test "ptype foo.five_ptr" \ - " = access array \\(<>\\) of integer" + " = access array \\(<>\\) of integer" # foo.five_ptr_tdef.all gdb_test "print foo.five_ptr_tdef.all" \ - " = \\(2 => 5, 8, 13, 21, 34\\)" + " = \\(2 => 5, 8, 13, 21, 34\\)" gdb_test "print foo.five_ptr_tdef.all(2)" \ - " = 5" + " = 5" gdb_test "print foo.five_ptr_tdef.all(3)" \ - " = 8" + " = 8" gdb_test "print foo.five_ptr_tdef.all(4)" \ - " = 13" + " = 13" gdb_test "print foo.five_ptr_tdef.all(5)" \ - " = 21" + " = 21" gdb_test "print foo.five_ptr_tdef.all(6)" \ - " = 34" + " = 34" gdb_test "print foo.five_ptr_tdef.all'first" \ - " = 2" + " = 2" gdb_test "print foo.five_ptr_tdef.all'last" \ - " = 6" + " = 6" gdb_test "print foo.five_ptr_tdef.all'length" \ - " = 5" + " = 5" gdb_test "ptype foo.five_ptr_tdef.all" \ - " = array \\(<>\\) of integer" + " = array \\(<>\\) of integer" # foo.five_ptr_tdef gdb_test "print foo.five_ptr_tdef(2)" \ - " = 5" + " = 5" gdb_test "print foo.five_ptr_tdef(3)" \ - " = 8" + " = 8" gdb_test "print foo.five_ptr_tdef(4)" \ - " = 13" + " = 13" gdb_test "print foo.five_ptr_tdef(5)" \ - " = 21" + " = 21" gdb_test "print foo.five_ptr_tdef(6)" \ - " = 34" + " = 34" gdb_test "print foo.five_ptr_tdef'first" \ - " = 2" + " = 2" gdb_test "print foo.five_ptr_tdef'last" \ - " = 6" + " = 6" gdb_test "print foo.five_ptr_tdef'length" \ - " = 5" + " = 5" gdb_test "ptype foo.five_ptr_tdef" \ - " = access array \\(<>\\) of integer" + " = access array \\(<>\\) of integer" -- 2.34.1 Intel Deutschland GmbH Registered Address: Am Campeon 10, 85579 Neubiberg, Germany Tel: +49 89 99 8853-0, www.intel.de Managing Directors: Christin Eisenschmid, Sharon Heck, Tiffany Doon Silva Chairperson of the Supervisory Board: Nicole Lau Registered Office: Munich Commercial Register: Amtsgericht Muenchen HRB 186928