From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on dcvr.yhbt.net X-Spam-Level: X-Spam-ASN: AS31976 209.132.180.0/23 X-Spam-Status: No, score=-4.0 required=3.0 tests=AWL,BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_EF,HEADER_FROM_DIFFERENT_DOMAINS, MAILING_LIST_MULTI,RCVD_IN_DNSWL_MED,SPF_HELO_PASS,SPF_PASS shortcircuit=no autolearn=ham autolearn_force=no version=3.4.2 Received: from sourceware.org (server1.sourceware.org [209.132.180.131]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dcvr.yhbt.net (Postfix) with ESMTPS id AC0A01F461 for ; Wed, 10 Jul 2019 16:34:02 +0000 (UTC) DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:in-reply-to:date:message-id :mime-version:content-type; q=dns; s=default; b=xuUd5XQIslhDlQ/z tLrFiVjYEB1cpdD7bv89TCgA91dAnGlvvxLTrqZe0sirkd7XX60tkrmm1sKNRUHt DaT3H+fN+QC7IJ24jyrDTH/Jmwng/D+oGrtNbq9/E4cG8/SQzimTlDRk995JOQIl QdYOJEWoOmekBHmFIyA5SeMupT4= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:cc:subject:in-reply-to:date:message-id :mime-version:content-type; s=default; bh=PgizsIFme/lcjCUdbAlzUT oyxuc=; b=yomayalMoxb6cNHXwa/PECQ1xzIj7EQ8dZahda1XaqJuTWZG7HeIx2 XjYClir5sU8uYvdE3ts0U4jE9IZ/1pxQbRGAn3gQ1Zfzxp7ZcansPERYatSnhOpC Z13qp4Zfyu92alGkdto7sEpfAnzu6gs2GRJFNu3SyEF846wu7tJsc= Received: (qmail 60378 invoked by alias); 10 Jul 2019 16:34:00 -0000 Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: libc-alpha-owner@sourceware.org Received: (qmail 60360 invoked by uid 89); 10 Jul 2019 16:34:00 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx1.redhat.com From: DJ Delorie To: Florian Weimer Cc: libc-alpha@sourceware.org Subject: Re: Partial test suite run builds corrupt test-in-container testroot In-Reply-To: <877e8qcuak.fsf@oldenburg2.str.redhat.com> (message from Florian Weimer on Wed, 10 Jul 2019 07:50:27 +0200) Date: Wed, 10 Jul 2019 12:33:56 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain Florian Weimer writes: > You need to build the tree first before running the test suite subset. > For example: > > make -j8 > make -j8 check subdirs=libio Yup, as I said: >> I did a "make" followed by "make libio/tests" and compared with a "make; >> make check" and they produced identical testroots (including iconvconfig).