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 90957138239 for ; Thu, 11 Mar 2021 22:59:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6453DE09E4; Thu, 11 Mar 2021 22:59:08 +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 4A498E09E4 for ; Thu, 11 Mar 2021 22:59:08 +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 3C0663408CF for ; Thu, 11 Mar 2021 22:59:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FD8A5A7 for ; Thu, 11 Mar 2021 22:59:04 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1615503539.511dbbe87d398c49bc59794fb477fc0d9a9d5b3e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-libs/compiler-rt-sanitizers/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-12.0.0_rc3.ebuild X-VCS-Directories: sys-libs/compiler-rt-sanitizers/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 511dbbe87d398c49bc59794fb477fc0d9a9d5b3e X-VCS-Branch: master Date: Thu, 11 Mar 2021 22:59:04 +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: f518b265-c4a5-4c39-b5e9-3d9644566023 X-Archives-Hash: a7a90314ad1ac0b9393fb32388863b6e commit: 511dbbe87d398c49bc59794fb477fc0d9a9d5b3e Author: Michał Górny gentoo org> AuthorDate: Thu Mar 11 22:21:18 2021 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Mar 11 22:58:59 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=511dbbe8 sys-libs/compiler-rt-sanitizers: Remove failing tests in 12.0.0-rc3 Signed-off-by: Michał Górny gentoo.org> .../compiler-rt-sanitizers/compiler-rt-sanitizers-12.0.0_rc3.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-12.0.0_rc3.ebuild b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-12.0.0_rc3.ebuild index b9f483144cd..7d274c79c99 100644 --- a/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-12.0.0_rc3.ebuild +++ b/sys-libs/compiler-rt-sanitizers/compiler-rt-sanitizers-12.0.0_rc3.ebuild @@ -88,6 +88,9 @@ src_prepare() { fi done + # Known failures. + rm test/lsan/TestCases/many_threads_detach.cpp || die + # TODO: fix these tests to be skipped upstream if use asan && ! use profile; then rm test/asan/TestCases/asan_and_llvm_coverage_test.cpp || die