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 EB4E11F461 for ; Wed, 10 Jul 2019 00:36:52 +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:subject:in-reply-to:date:message-id :mime-version:content-type; q=dns; s=default; b=QRU3t7V7Vh0aIJ2E NS3iEyNetXTnohTEEag1YvgMoe61EbCoNTSa6D1uQ/Wef8FyQRyVgkiKc67I0o71 KopnvG74+lmW4p+9DLGj0C3AhqCiDPULzMHe/9swbuDIW8OTXzSoqUud7dRn0axT bsI+jYJS4CXMr8g9HOGd0xCGQJM= 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:subject:in-reply-to:date:message-id :mime-version:content-type; s=default; bh=7/lbK3L71M6cRwKMx978zK C4jto=; b=yY3LtDMbp+0pDTr0opoMIC/4YXu9D9ZZJQxjwqeu4qQRi8oKZS2qxw q5iD0+BcdG0O51+grpy7F4kQtwPrMGxue1hKugF4sOyXw+g1FUXJt4lAAdNY3FOe c0XkJIhmIQfuPX0Qoa8toQzQpx+dKc/bW5/2hUClKksFvRauhYnM0= Received: (qmail 98574 invoked by alias); 10 Jul 2019 00:36:50 -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 98564 invoked by uid 89); 10 Jul 2019 00:36:50 -0000 Authentication-Results: sourceware.org; auth=none X-HELO: mx1.redhat.com From: DJ Delorie To: fweimer@redhat.com, libc-alpha@sourceware.org Subject: Re: Partial test suite run builds corrupt test-in-container testroot In-Reply-To: (carlos@redhat.com) Date: Tue, 09 Jul 2019 20:36:46 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain I did a "make" followed by "make libio/tests" and compared with a "make; make check" and they produced identical testroots (including iconvconfig). I tried a "./configure; make libio/tests" and it failed pretty quickly (shell-container not found) since support/ hadn't been built. Please provide more detailed reproduction instructions, as I don't see a "corrupt testroot" yet.