From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 70039 invoked by alias); 4 Nov 2016 10:02:04 -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 68943 invoked by uid 89); 4 Nov 2016 10:02:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-4.2 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,URIBL_RED autolearn=ham version=3.3.2 spammy= X-HELO: mx1.redhat.com Subject: Re: Fix linknamespace parallel test failures [committed] To: Joseph Myers References: Cc: libc-alpha@sourceware.org From: Florian Weimer Message-ID: Date: Fri, 04 Nov 2016 10:02:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.4.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2016-11/txt/msg00140.txt.bz2 On 11/03/2016 11:47 PM, Joseph Myers wrote: > 2016-11-03 Joseph Myers > > * conform/Makefile ($(linknamespace-header-tests)): Also depend on > $(linknamespace-symlists-tests). I tried this on a medium-to-large x86_64 machine (120 cores/240 threads), and I had linknamespace failures before this commit, which are gone after it. Thanks! Florian