From owner-svn-src-all@freebsd.org Thu Sep 1 18:41:02 2016 Return-Path: Delivered-To: svn-src-all@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 74462BCBF9B; Thu, 1 Sep 2016 18:41:02 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: from mail-vk0-x229.google.com (mail-vk0-x229.google.com [IPv6:2607:f8b0:400c:c05::229]) (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 2BD668CA; Thu, 1 Sep 2016 18:41:02 +0000 (UTC) (envelope-from crodr001@gmail.com) Received: by mail-vk0-x229.google.com with SMTP id v189so3395138vkv.1; Thu, 01 Sep 2016 11:41:02 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=lENKJuKEg2AoqycLTnrYUgcfWeRiMkcBCJcRcmud3EM=; b=otMfT049dwXfS8kg91sYWDpAmg3G1ZfRg+czu/96+K7ZwpX8UiLOdXdLbF9L7NRAOd +MpZDMPVADy3aBdynhO1wv0eE3oUOwJ+8M1Sy4nfHrimWwf9YCTU1YAvOuTZY6xbD3g5 lxmfBMLbXzLriEjpKdh5cBmNQ92U9wvhveDBDSL1xwEWs+6EZqRqujxmshWaLzs1SdBz mYWdf6mfg5DK3jPpPVjIZz6AZIMP1zCnOOsqwo+NZ9qH0xsWomPQ5EYcUFxhRewiBL7z q4e6hS+/iWWQkZZAdBPErcYs5ojF1Mu5HWKzeyuw1xb18j36Lhze787FvWLbZgWEOL6p cWTQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=lENKJuKEg2AoqycLTnrYUgcfWeRiMkcBCJcRcmud3EM=; b=bmrY0tnwoy6WLjS1muxD5wzzekq30sYxMGGXwqYLIVrGidrWHQ4ZeqCX1Fx+YE2dQL VZ6EICXHRf1vOu9wTkInTvf+LMrr+9bDaaFMjwlzlirJu6BrUrWdo/TGE/p53xSzwOUz crBcHEVw/WvTU9nTwDIkPBIhOM8eVGxnYlMWHthRW25UatejJ0zCP8gbNId4fhLsYkKU Tec0Sg8wF8glL7l8Zx18DV5BJ+cJ43CMLmnLOQL4ZFbwTNJ/ifwq72aLALPRLgckqkvV BkfayWm0ndphtexMX9zt2sw8ElhnM+1ISwjXGoQ4yM+kSNs79TaFT1sqF1Wf1humef5G gcSQ== X-Gm-Message-State: AE9vXwMTEkcnWLkhm1cH7Ztj8Wlv+lyGZGSPozNPZM6fwHVEQsWAqr5ePlU2pQVEUV3ZaEnFZ2aR3PCve0uEoA== X-Received: by 10.31.99.67 with SMTP id x64mr10626739vkb.76.1472755261209; Thu, 01 Sep 2016 11:41:01 -0700 (PDT) MIME-Version: 1.0 Sender: crodr001@gmail.com Received: by 10.103.31.134 with HTTP; Thu, 1 Sep 2016 11:41:00 -0700 (PDT) In-Reply-To: <20160901165446.GE29873@spindle.one-eyed-alien.net> References: <201609010242.u812gBkP037525@repo.freebsd.org> <20160901165446.GE29873@spindle.one-eyed-alien.net> From: Craig Rodrigues Date: Thu, 1 Sep 2016 11:41:00 -0700 X-Google-Sender-Auth: dmeeq-xPx-EJecm79Eay-n1lIlo Message-ID: Subject: Re: svn commit: r305170 - head/lib/atf/libatf-c To: Brooks Davis Cc: Ngie Cooper , "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.22 X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 01 Sep 2016 18:41:02 -0000 On Thursday, September 1, 2016, Brooks Davis wrote: > > > Are these the variables used to control the tests that try to compile > things? > > > You need to carefully read the source code for this particular test to understand what is going on. This test compiles a binary, and then the test runs "strings" against the binary and expects a certain output. The compiler flags make a difference for this test. -- Craig