From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 5BB441382C5 for ; Fri, 12 Feb 2021 15:01:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACF06E0ADE; Fri, 12 Feb 2021 15:01:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 91B86E0ADE for ; Fri, 12 Feb 2021 15:01:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D324333E5E4 for ; Fri, 12 Feb 2021 15:01:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3CD6C4C0 for ; Fri, 12 Feb 2021 15:01:38 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1613142057.642ef6a52fc067ffab97673547b9f13aa7b46d04.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lisp/sbcl/files/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lisp/sbcl/files/concurrency-test-1.5.3.patch X-VCS-Directories: dev-lisp/sbcl/files/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 642ef6a52fc067ffab97673547b9f13aa7b46d04 X-VCS-Branch: master Date: Fri, 12 Feb 2021 15:01:38 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81176f65-ee4c-4f67-aa1c-1e0db897588b X-Archives-Hash: d09c7664b0238d1c57fdce1c72580575 commit: 642ef6a52fc067ffab97673547b9f13aa7b46d04 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Fri Feb 12 13:56:45 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Feb 12 15:00:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=642ef6a5 dev-lisp/sbcl: remove unused patch Closes: https://github.com/gentoo/gentoo/pull/19425 Package-Manager: Portage-3.0.14, Repoman-3.0.2 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Ulrich Müller gentoo.org> dev-lisp/sbcl/files/concurrency-test-1.5.3.patch | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/dev-lisp/sbcl/files/concurrency-test-1.5.3.patch b/dev-lisp/sbcl/files/concurrency-test-1.5.3.patch deleted file mode 100644 index 8c2e89fccfc..00000000000 --- a/dev-lisp/sbcl/files/concurrency-test-1.5.3.patch +++ /dev/null @@ -1,17 +0,0 @@ -diff -r -U2 sbcl-1.5.3.orig/contrib/sb-concurrency/tests/test-frlock.lisp sbcl-1.5.3/contrib/sb-concurrency/tests/test-frlock.lisp ---- sbcl-1.5.3.orig/contrib/sb-concurrency/tests/test-frlock.lisp 2019-05-27 22:03:04.000000000 +0200 -+++ sbcl-1.5.3/contrib/sb-concurrency/tests/test-frlock.lisp 2019-06-01 11:41:21.260384857 +0200 -@@ -26,5 +26,5 @@ - (read-count 1000000) - (outer-read-pause 0) (inner-read-pause 0) -- (writer-count 10) (write-count (/ 1 *minimum-sleep*)) -+ (writer-count 10) (write-count 5000) - (outer-write-pause *minimum-sleep*) (inner-write-pause 0)) - (let ((rw (make-frlock)) -@@ -89,5 +89,5 @@ - (deftest* (frlock.1) - (handler-case -- (sb-ext:with-timeout 20 -+ (sb-ext:with-timeout 240 - (test-frlocks #+win32 :outer-write-pause #+win32 t )) - (sb-ext:timeout (c)