From owner-svn-src-head@freebsd.org Tue Aug 11 14:22:28 2015 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 1B86799F4C9; Tue, 11 Aug 2015 14:22:28 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: from mail-wi0-x230.google.com (mail-wi0-x230.google.com [IPv6:2a00:1450:400c:c05::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id B8D81F10; Tue, 11 Aug 2015 14:22:27 +0000 (UTC) (envelope-from bjkfbsd@gmail.com) Received: by wibhh20 with SMTP id hh20so198436392wib.0; Tue, 11 Aug 2015 07:22:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=vzLgXjFWRetWBJ7hjnC6q5RDP4jvd2JDE4Hffv28iHM=; b=HVT3eSppqIxao2AZZ+YKn6G5SExux4jmSHNGPPudM2t5gfbKN7urxhpnqEUbO+zgjL DHFqLuhdxegY+kqXmtEPlQqCWfsmXo1FaeReR1CFlOg42ZSHY6NVvAgCY1itJ61iUOS3 mjBmB/GBsux9UqsidopNFLju8bfIGmKqanO6AjTtszy/UnByFhNmmnmWJ4SEJAZKfUoa Ix38uHUICxEv4XodltYz7l0wasyfPz6tlGOu0+xLn2nDe14/5UYLhtBiKLLmsMRsv0rW GWq2sWweTp6wLXvZATz5/U+MsXb7EwYNwTR/79MoaMCBorn21RDUptA7UYlF7v93B/+e mRVw== MIME-Version: 1.0 X-Received: by 10.180.12.178 with SMTP id z18mr37756752wib.24.1439302932452; Tue, 11 Aug 2015 07:22:12 -0700 (PDT) Received: by 10.27.96.132 with HTTP; Tue, 11 Aug 2015 07:22:12 -0700 (PDT) In-Reply-To: <201508110857.t7B8v5uD031131@repo.freebsd.org> References: <201508110857.t7B8v5uD031131@repo.freebsd.org> Date: Tue, 11 Aug 2015 10:22:12 -0400 Message-ID: Subject: Re: svn commit: r286620 - head/contrib/netbsd-tests/lib/libc/regex From: Benjamin Kaduk To: Baptiste Daroussin Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Aug 2015 14:22:28 -0000 On Tue, Aug 11, 2015 at 4:57 AM, Baptiste Daroussin wrote: > Author: bapt > Date: Tue Aug 11 08:57:04 2015 > New Revision: 286620 > URL: https://svnweb.freebsd.org/changeset/base/286620 > > Log: > Disable broken test until we have time ti actually fix the test > > Modified: > head/contrib/netbsd-tests/lib/libc/regex/t_regex_att.c > > Modified: head/contrib/netbsd-tests/lib/libc/regex/t_regex_att.c > > ============================================================================== > --- head/contrib/netbsd-tests/lib/libc/regex/t_regex_att.c Tue Aug 11 > 08:44:19 2015 (r286619) > +++ head/contrib/netbsd-tests/lib/libc/regex/t_regex_att.c Tue Aug 11 > 08:57:04 2015 (r286620) > @@ -631,7 +631,7 @@ ATF_TP_ADD_TCS(tp) > ATF_TP_ADD_TC(tp, basic); > ATF_TP_ADD_TC(tp, categorization); > ATF_TP_ADD_TC(tp, nullsubexpr); > - ATF_TP_ADD_TC(tp, leftassoc); > +// ATF_TP_ADD_TC(tp, leftassoc); > style still doesn't like C++-style comments... -Ben