From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 59873 invoked by alias); 15 Sep 2015 14:03:37 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 59862 invoked by uid 89); 15 Sep 2015 14:03:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.4 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: relay1.mentorg.com Received: from relay1.mentorg.com (HELO relay1.mentorg.com) (192.94.38.131) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 15 Sep 2015 14:03:26 +0000 Received: from svr-orw-fem-05.mgc.mentorg.com ([147.34.97.43]) by relay1.mentorg.com with esmtp id 1ZbqpO-0003Ss-Ii from Luis_Gustavo@mentor.com ; Tue, 15 Sep 2015 07:03:22 -0700 Received: from [172.30.13.107] (147.34.91.1) by svr-orw-fem-05.mgc.mentorg.com (147.34.97.43) with Microsoft SMTP Server id 14.3.224.2; Tue, 15 Sep 2015 07:03:21 -0700 Subject: Re: [obv] [testsuite] i386-biarch-core.exp: Fix comment typo References: <20150714175127.GA10807@host1.jankratochvil.net> To: Jan Kratochvil , Reply-To: Luis Machado From: Luis Machado Message-ID: <55F82526.4020709@codesourcery.com> Date: Tue, 15 Sep 2015 14:03:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.2.0 MIME-Version: 1.0 In-Reply-To: <20150714175127.GA10807@host1.jankratochvil.net> Content-Type: text/plain; charset="windows-1252"; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-09/txt/msg00327.txt.bz2 On 07/14/2015 02:51 PM, Jan Kratochvil wrote: > > ForwardedMessage.eml > > Subject: > [PATCH] i386-biarch-core.exp: Fix comment typo > From: > Jan Kratochvil > Date: > 07/14/2015 02:50 PM > > > gdb/testsuite/ChangeLog > 2015-07-14 Jan Kratochvil > > * gdb.arch/i386-biarch-core.exp: Fix comment typo. > --- > gdb/testsuite/ChangeLog | 4 ++++ > gdb/testsuite/gdb.arch/i386-biarch-core.exp | 2 +- > 2 files changed, 5 insertions(+), 1 deletion(-) > > diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog > index 47c1e9b..5e8b930 100644 > --- a/gdb/testsuite/ChangeLog > +++ b/gdb/testsuite/ChangeLog > @@ -1,3 +1,7 @@ > +2015-07-14 Jan Kratochvil > + > + * gdb.arch/i386-biarch-core.exp: Fix comment typo. > + > 2015-07-14 Pedro Alves > > * gdb.base/killed-outside.exp: New file. > diff --git a/gdb/testsuite/gdb.arch/i386-biarch-core.exp b/gdb/testsuite/gdb.arch/i386-biarch-core.exp > index 612b4d8..60d049b 100644 > --- a/gdb/testsuite/gdb.arch/i386-biarch-core.exp > +++ b/gdb/testsuite/gdb.arch/i386-biarch-core.exp > @@ -50,7 +50,7 @@ gdb_reinitialize_dir $srcdir/$subdir > # Wrongly built GDB complains by: > # "..." is not a core dump: File format not recognized > # As the provided test core has 64bit PRSTATUS i386 built GDB cannot parse it. > -# This is just a problem of the test care, real-world elf64-i386 file will have > +# This is just a problem of the test case, real-world elf64-i386 file will have > # 32bit PRSTATUS. One cannot prepare elf64-i386 core file from elf32-i386 by > # objcopy as it corrupts the core file beyond all recognition. > gdb_test "core-file ${corefile}" "\r\nwarning: Unexpected size of section `\\.reg/6901' in core file\\.\r\n.*Core was generated by `\[^\r\n\]*'\\.\r\nProgram terminated with signal SIGSEGV, Segmentation fault\\.\r\n.*" "core-file" > -- 2.1.0 > I noticed this test is running for MIPS (and probably other non-i386 targets). Was it really your intention to have this test execute on non-i386 targets?