From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 87013 invoked by alias); 15 Jul 2017 01:40:19 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 86189 invoked by uid 89); 15 Jul 2017 01:40:18 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.3 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,UNSUBSCRIBE_BODY autolearn=no version=3.3.2 spammy=stellar X-HELO: mail-qt0-f174.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:organization :message-id:date:user-agent:mime-version:in-reply-to :content-language:content-transfer-encoding; bh=cyMpW4GWMoDX5aIg9ij/wfjW8onoMNngU+LO2ngRTzA=; b=m52hLI0ZHCPQOmpR24/rcwLy7Mq+Muuai9Spo6NNNobgapm29J+tBl/NaUEIrB8TbB cpNQ0ofddjkxWh8E+x8n94XzYH0QBYuq+VK2uCp0lOtpHMkyVloUqkKNPXv5Y7FMSBS/ Kqz/59QZsryHPty9NsIylzRIFZXaWaNLM6vivCPpuD9gJMe9wt6ZYhJhs+kxattDN0h+ CmoohxF14zMhIWvRJnRoJ120z8OYCGh5LyK0FCJqybFVIbTd1I2CEEAjbnhp/7tGUtna B/WItf9Rb2vZgLEQMQwBkvHaE4NAg1SNNBkT3QYvQBYASYUiG/8p1H1xqa/1SDqftfqD f1cw== X-Gm-Message-State: AIVw112XY4Eft3h+lHaT7QS+rtGTtPoSl+wnIA7FvgVUccN5i+u+Rawe z9Gjvr2BH5GmTRIVptI7gg== X-Received: by 10.200.37.215 with SMTP id f23mr15139983qtf.138.1500082815548; Fri, 14 Jul 2017 18:40:15 -0700 (PDT) Subject: Re: [patch] NSS test harness upgrade To: DJ Delorie Cc: libc-alpha@sourceware.org References: From: Carlos O'Donell Message-ID: <8ab56a0d-f9a6-545f-1770-4627a690e765@redhat.com> Date: Sat, 15 Jul 2017 01:40:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.2.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-SW-Source: 2017-07/txt/msg00576.txt.bz2 On 07/14/2017 05:51 PM, DJ Delorie wrote: > > Updated version. Note: the test_verbose flag doesn't magically > propogate to the plugins so I just took that debug code out. > > * nss/nss_test.h: New. > * nss/nss_test1.h: Rewrite to use test-provided data. Add group > tests. Parameterize to allow multiple instances. > * nss/nss_test2.h: New. Second instance. > * nss/nss_test.ver: New. > * nss/nss_test1.c: Update to use new framework. > * nss/nss_test2.c: New. > * nss/nss_test3.c: New. > * nss/nss_test4.c: New. > * nss/nss_test5.c: New. > * nss/Makefile: Build new tests. > * shlib-versions: Add libnss_test2. Stellar! This version looks great. I can't believe we're getting this many new tests for NSS. It blows my mind. -- Cheers, Carlos.