From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from us-smtp-1.mimecast.com (us-smtp-delivery-1.mimecast.com [205.139.110.120]) by sourceware.org (Postfix) with ESMTP id B152E3858D34 for ; Thu, 2 Jul 2020 20:01:21 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org B152E3858D34 Received: from mail-qv1-f70.google.com (mail-qv1-f70.google.com [209.85.219.70]) (Using TLS) by relay.mimecast.com with ESMTP id us-mta-418-yOp7Tq9nMQ2upfmhmrHo5g-1; Thu, 02 Jul 2020 16:01:20 -0400 X-MC-Unique: yOp7Tq9nMQ2upfmhmrHo5g-1 Received: by mail-qv1-f70.google.com with SMTP id 59so19132630qvb.4 for ; Thu, 02 Jul 2020 13:01:19 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:references:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=GlQvUEPX+igmoqKO/KVzjoKG/L2hz5ve0QbVWW5h+rM=; b=AaJNTlMUCiQAxtNRK+9fIqdeRXihNbeuqYyhsxSL/g/DDVevjl03KeQLE4sbE2bJ+I +mTH4BreA6/FdC2XwcnxycuHr4CafrwORwI5/0dq69/9Q5g0K6WRK6HgoOsiwpZzgF0m z5WVfUnbafnF/kEBMMMuXTqpSiMdz45iaT2K5bxRVmB/AU0AJNFAR60PQiOKCS9FE38q lA2Uw1R3FkIYfpN4fLNzQ8jXP98qBdhQLF955AwFJO3AwEKlxAy4zSp2PEyLksnlN/7g 2vAXaCC1gNaJGn+sugKL9q4AstpbCqxAqYfD+YUgvYArv73tea8O81BZseJStmSIIMtl TjaA== X-Gm-Message-State: AOAM530zOag+tZ9Koo5mz3Ecw+QPze2EgerLt2OURHSSnxbbR/z4ZKV9 Rl4zsi9+BpfsMef9YH4aFYbZMzPS9BIioaWrOkVR2RIilynLIA81oj7QMFEqwmliKhPkvgA7fRq 6MeuLihuoTWYnA66cuwnM X-Received: by 2002:ac8:4e4f:: with SMTP id e15mr32727630qtw.318.1593720078952; Thu, 02 Jul 2020 13:01:18 -0700 (PDT) X-Google-Smtp-Source: ABdhPJzL7c0eajNEGUnwtxDv/+piqfqKEw5DqBefwkZAT+D+vV3jFltdOZQwdi12PBXea5vlwg9CVg== X-Received: by 2002:ac8:4e4f:: with SMTP id e15mr32727602qtw.318.1593720078708; Thu, 02 Jul 2020 13:01:18 -0700 (PDT) Received: from [192.168.1.4] (198-84-170-103.cpe.teksavvy.com. [198.84.170.103]) by smtp.gmail.com with ESMTPSA id l1sm9682894qtk.18.2020.07.02.13.01.17 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 02 Jul 2020 13:01:18 -0700 (PDT) Subject: Re: [PATCH v5 09/13] string: Add strsignal test To: Adhemerval Zanella , libc-alpha@sourceware.org References: <20200619134352.297146-1-adhemerval.zanella@linaro.org> <20200619134352.297146-9-adhemerval.zanella@linaro.org> From: Carlos O'Donell Organization: Red Hat Message-ID: Date: Thu, 2 Jul 2020 16:01:17 -0400 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.7.0 MIME-Version: 1.0 In-Reply-To: <20200619134352.297146-9-adhemerval.zanella@linaro.org> Content-Language: en-US X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-7.2 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, RCVD_IN_DNSWL_NONE, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: libc-alpha@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Libc-alpha mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 02 Jul 2020 20:01:22 -0000 On 6/19/20 9:43 AM, Adhemerval Zanella wrote: > +tests-container += tst-strsignal Did you intend to put this in tests-container? The test does nothing particularly destructive to the environment. It will only increase the test time by running it in a container. Likewise for patch 10. -- Cheers, Carlos.