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: 24136 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