From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 2206) id 742EF3858036; Mon, 7 Mar 2022 16:55:35 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 742EF3858036 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: Siddhesh Poyarekar To: glibc-cvs@sourceware.org Subject: [glibc/siddhesh/gai-cleanup2] pthread: Do not overwrite tests-time64 X-Act-Checkin: glibc X-Git-Author: Adhemerval Zanella X-Git-Refname: refs/heads/siddhesh/gai-cleanup2 X-Git-Oldrev: f42415c73669a11e5a9ea91434c980f306a75b6d X-Git-Newrev: 35c954b959ea04400d29bc5ea6ff68bd1b4d3cf4 Message-Id: <20220307165535.742EF3858036@sourceware.org> Date: Mon, 7 Mar 2022 16:55:35 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Mar 2022 16:55:35 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=35c954b959ea04400d29bc5ea6ff68bd1b4d3cf4 commit 35c954b959ea04400d29bc5ea6ff68bd1b4d3cf4 Author: Adhemerval Zanella Date: Mon Feb 14 09:27:05 2022 -0300 pthread: Do not overwrite tests-time64 So nptl/Makefile tests are not overwritten. Diff: --- sysdeps/pthread/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysdeps/pthread/Makefile b/sysdeps/pthread/Makefile index c972bd819a..318dfdc04a 100644 --- a/sysdeps/pthread/Makefile +++ b/sysdeps/pthread/Makefile @@ -127,7 +127,7 @@ tests += tst-cnd-basic tst-mtx-trylock tst-cnd-broadcast \ tst-pthread_kill-exiting \ # tests -tests-time64 := \ +tests-time64 += \ tst-abstime-time64 \ tst-cnd-timedwait-time64 \ tst-cond11-time64 \