From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 4069 invoked by alias); 18 Apr 2012 09:43:14 -0000 Received: (qmail 4017 invoked by uid 22791); 18 Apr 2012 09:43:13 -0000 X-SWARE-Spam-Status: No, hits=-5.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-bk0-f41.google.com (HELO mail-bk0-f41.google.com) (209.85.214.41) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 18 Apr 2012 09:42:32 +0000 Received: by bkwq16 with SMTP id q16so6659218bkw.0 for ; Wed, 18 Apr 2012 02:42:30 -0700 (PDT) Received: by 10.204.154.201 with SMTP id p9mr462264bkw.125.1334742150772; Wed, 18 Apr 2012 02:42:30 -0700 (PDT) Received: from [192.168.0.105] (bl21-189-203.dsl.telepac.pt. [2.82.189.203]) by mx.google.com with ESMTPS id jr13sm42963542bkb.14.2012.04.18.02.42.28 (version=SSLv3 cipher=OTHER); Wed, 18 Apr 2012 02:42:29 -0700 (PDT) Message-ID: <4F8E8C82.7020002@gmail.com> Date: Wed, 18 Apr 2012 10:17:00 -0000 From: Pedro Alves User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:11.0) Gecko/20120329 Thunderbird/11.0.1 MIME-Version: 1.0 To: Joel Brobecker CC: gdb-patches@sourceware.org Subject: Re: [RFA/commit 2/2] pspace != NULL failed assertion on ppc-aix References: <1334610821-10974-1-git-send-email-brobecker@adacore.com> <1334610821-10974-2-git-send-email-brobecker@adacore.com> <1334610821-10974-3-git-send-email-brobecker@adacore.com> <20120418003126.GV2852@adacore.com> In-Reply-To: <20120418003126.GV2852@adacore.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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 X-SW-Source: 2012-04/txt/msg00553.txt.bz2 On 04/18/2012 01:31 AM, Joel Brobecker wrote: > Unfortunately, as explained at > http://www.sourceware.org/ml/gdb-patches/2012-04/msg00523.html, I was > not able to test this patch against the official testsuite. I think > it's an expect problem on AIX, and I did take the time a long time > to look into the expect sources, and fix some of the problems I faced > at the time. But I don't want to do that again, not for AIX. You really really need to look into remote host testing. :-) In that mode, dejagnu runs on e.g., a GNU/Linux machine, which ssh's into the AIX host just to run the tests against GDB. No except runs on the remote host that way. -- Pedro Alves