From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31095 invoked by alias); 16 Apr 2004 17:14:11 -0000 Mailing-List: contact gdb-patches-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sources.redhat.com Received: (qmail 31087 invoked from network); 16 Apr 2004 17:14:10 -0000 Received: from unknown (HELO takamaka.act-europe.fr) (142.179.108.108) by sources.redhat.com with SMTP; 16 Apr 2004 17:14:10 -0000 Received: by takamaka.act-europe.fr (Postfix, from userid 507) id E86E447D63; Fri, 16 Apr 2004 10:14:10 -0700 (PDT) Date: Fri, 16 Apr 2004 17:14:00 -0000 From: Joel Brobecker To: gdb-patches@sources.redhat.com Subject: [RFA/testsuite] Fix failures in observer.exp Message-ID: <20040416171410.GE22414@gnat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4i X-SW-Source: 2004-04/txt/msg00361.txt.bz2 A recent change in the normal_stop observer caused a change in the profile of observer_notify_normal_stop(). The observer.exp testcase makes calls to this function, so it should be updated accordingly. 2004-04-16 Joel Brobecker * gdb.gdb/observer.exp (test_normal_stop_notifications): Update call to observer_notify_normal_stop. Fixes all the failures during that test. Yah! Ok to commit? Thanks, -- Joel