From patchwork Tue Nov 7 15:14:19 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Andreas Schwab X-Patchwork-Id: 835319 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (mailfrom) smtp.mailfrom=sourceware.org (client-ip=209.132.180.131; helo=sourceware.org; envelope-from=libc-alpha-return-86853-incoming=patchwork.ozlabs.org@sourceware.org; receiver=) Authentication-Results: ozlabs.org; dkim=pass (1024-bit key; secure) header.d=sourceware.org header.i=@sourceware.org header.b="A/MGo0vk"; dkim-atps=neutral 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 ozlabs.org (Postfix) with ESMTPS id 3yWXyx2YpFz9t2M for ; Wed, 8 Nov 2017 02:14:33 +1100 (AEDT) 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:references:date:in-reply-to :message-id:mime-version:content-type; q=dns; s=default; b=i16Yi hnLA6S+jDZrmEB9olZY9MyJs2RsTNS2GADoOs5i5fz0EZt8NY/lWa8Iqtg47fjKK HBOKJnK6UZVYO/UwmWg3V89aooN1z+bfOIrGsdTM792lEhTU0Q694kGeV3XxF/y2 2M0+doqF2qGya9C8pNkB7rZAuXtCbGIsS62uw8= 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:references:date:in-reply-to :message-id:mime-version:content-type; s=default; bh=4MhF+es3hyh 26lrNUP4uTf+RhdE=; b=A/MGo0vkjqHbXrCoTwudCJUgQWs7MZK+ielKYHUinvQ ZSig+2blVrMlXD9EfwSZz1qyLiAQlhbvgGQj442HmueC/Tdj8u0HJ8AyQsvQyr0z 8oGcNMik5UaM/Cu/nrjinYT9bwYrzh+G7ayD/glDwkaRtWeaQywSZ5EifzZhZ8iQ = Received: (qmail 76181 invoked by alias); 7 Nov 2017 15:14:23 -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 Delivered-To: mailing list libc-alpha@sourceware.org Received: (qmail 74175 invoked by uid 89); 7 Nov 2017 15:14:23 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-26.9 required=5.0 tests=BAYES_00, GIT_PATCH_0, GIT_PATCH_1, GIT_PATCH_2, GIT_PATCH_3, RP_MATCHES_RCVD, SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mx2.suse.de From: Andreas Schwab To: Adhemerval Zanella Cc: Florian Weimer , libc-alpha@sourceware.org Subject: [PATCH] Remove traces of tst-typesizes References: <1509038067-18532-1-git-send-email-adhemerval.zanella@linaro.org> <1509038067-18532-2-git-send-email-adhemerval.zanella@linaro.org> <6a4bf79e-2cda-243d-9ff3-b496dd42d479@redhat.com> X-Yow: I'm having an EMOTIONAL OUTBURST!! But, uh, WHY is there a WAFFLE in my PAJAMA POCKET?? Date: Tue, 07 Nov 2017 16:14:19 +0100 In-Reply-To: (Adhemerval Zanella's message of "Thu, 2 Nov 2017 11:31:55 -0200") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Installed. Andreas. * nptl/Makefile (tests-internal): Remove tst-typesizes. diff --git a/nptl/Makefile b/nptl/Makefile index d819349f43..b0215e12d7 100644 --- a/nptl/Makefile +++ b/nptl/Makefile @@ -304,8 +304,7 @@ tests = tst-attr1 tst-attr2 tst-attr3 tst-default-attr \ tst-thread_local1 tst-mutex-errorcheck tst-robust10 \ tst-robust-fork tst-create-detached tst-memstream -tests-internal := tst-typesizes \ - tst-rwlock19 tst-rwlock20 \ +tests-internal := tst-rwlock19 tst-rwlock20 \ tst-sem11 tst-sem12 tst-sem13 \ tst-barrier5 tst-signal7 tst-mutex8 tst-mutex8-static \ tst-mutexpi8 tst-mutexpi8-static