From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27256 invoked by alias); 15 Oct 2012 13:50:01 -0000 Received: (qmail 27240 invoked by uid 22791); 15 Oct 2012 13:49:58 -0000 X-SWARE-Spam-Status: No, hits=-5.8 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,KHOP_RCVD_TRUST,KHOP_THREADED,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from mail-ob0-f169.google.com (HELO mail-ob0-f169.google.com) (209.85.214.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Oct 2012 13:49:52 +0000 Received: by mail-ob0-f169.google.com with SMTP id va7so5816932obc.0 for ; Mon, 15 Oct 2012 06:49:51 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:x-system-of-record:x-gm-message-state; bh=3J5e3hVW+4y9OaHZ48rUEXmF8KdftIdmwFqHxmQ72pE=; b=dCFGm8dpSam1fFQ8thausXyg1pYv6C4+0f/SU8Bh9d3kKszqKDp57i7E2q4VmfQheE ie3jpnjl/wAaogT6HUt1QhNWWzzRNZFxHnQrYtQXCeMYFloAh5InocaIPIyeFkRnB6+c ALjs7PDLoI/MlbCNE5vFxpwsL3BraeR51f4CyS938eAXqWBzsmemNxZabCilpVhaPD38 0Pa8UbozAi2o16eRTHYWQbJOpz+aRegSA2YGvKkpU356fSO83J8Zkzt5ZwuOMehc+d/Z D6USvQvKjJQdFx3mSo94cTzRNBBWfwfsrooM0METdimV13Jj/ou8RTbqpPg6dCs3at/A OmPg== MIME-Version: 1.0 Received: by 10.60.13.198 with SMTP id j6mr3206651oec.51.1350308991787; Mon, 15 Oct 2012 06:49:51 -0700 (PDT) Received: by 10.76.96.209 with HTTP; Mon, 15 Oct 2012 06:49:51 -0700 (PDT) In-Reply-To: <20121012070149.GA5873@host2.jankratochvil.net> References: <20121012070149.GA5873@host2.jankratochvil.net> Date: Mon, 15 Oct 2012 13:50:00 -0000 Message-ID: Subject: Re: Regression for gdb.base/stap-probe.exp (and some others) [Re: [patch] Have gdb_breakpoint call pass] From: Doug Evans To: Jan Kratochvil Cc: gdb-patches@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-System-Of-Record: true X-Gm-Message-State: ALoCoQnt7ZG/CyJm/8YJqHGJXCbNyfv/QCnrEMm6x5wQlZUOTFop80O3lTtbOc1MfksFRmxQZM4L/jIP337Xy+I8OD793gK4eX66r/jLm0+M4b98eBy/z0ZIEs7fidyN+DJKhqeCcMZ7Wxispc5vRWxeTm5prnblBCK2ywTAXurTc8Qd92yOaPE9aqCBHjARj112r2H56dY3f3vfXCHWi24jX/96vWLGTA== 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-10/txt/msg00218.txt.bz2 On Fri, Oct 12, 2012 at 12:01 AM, Jan Kratochvil wrote: > On Mon, 01 Oct 2012 18:49:21 +0200, dje@google.com wrote: >> 2012-10-01 Doug Evans >> >> * lib/gdb.exp (gdb_breakpoint): Fix varargs scan. >> Recognize "message" -> print pass and fail. Add eof case. >> (runto): Recognize message, no-message. Print pass/fail if requested, >> with same treatment as gdb_breakpoint. >> (runto_main): Pass no-message to runto. >> (gdb_internal_error_resync): Add log message. >> (gdb_file_cmd): Tweak internal error fail text for consistency. > > Running gdb/testsuite/gdb.base/stap-probe.exp ... > PASS: gdb.base/stap-probe.exp: without semaphore, not optimized: check argument not at probe point > PASS: gdb.base/stap-probe.exp: without semaphore, not optimized: info probes stap > -PASS: gdb.base/stap-probe.exp: without semaphore, not optimized: run to -pstap test:user > +FAIL: gdb.base/stap-probe.exp: without semaphore, not optimized: run to -pstap test:user Sorry about that. I have a fix I hope to be able to install today.