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 1652C138359 for ; Fri, 11 Sep 2020 21:05:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2D0F3E08C3; Fri, 11 Sep 2020 21:05:07 +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 E1C50E088D for ; Fri, 11 Sep 2020 21:05:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 8C2D734072E for ; Fri, 11 Sep 2020 21:05:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F0DF3354 for ; Fri, 11 Sep 2020 21:05:03 +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: <1599858299.ff732c075e14f43fa9c524016b38b62846f1a961.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pypy3/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pypy3/pypy3-7.3.2_rc1.ebuild X-VCS-Directories: dev-python/pypy3/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: ff732c075e14f43fa9c524016b38b62846f1a961 X-VCS-Branch: master Date: Fri, 11 Sep 2020 21:05:03 +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: 3994518e-098a-42f7-a469-a5a1e3564143 X-Archives-Hash: 826398045242f20f22c5b7952a0f3fae commit: ff732c075e14f43fa9c524016b38b62846f1a961 Author: Michał Górny gentoo org> AuthorDate: Fri Sep 11 14:15:05 2020 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 11 21:04:59 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ff732c07 dev-python/pypy3: Update failing tests in 7.3.2_rc1 Signed-off-by: Michał Górny gentoo.org> dev-python/pypy3/pypy3-7.3.2_rc1.ebuild | 19 +++---------------- 1 file changed, 3 insertions(+), 16 deletions(-) diff --git a/dev-python/pypy3/pypy3-7.3.2_rc1.ebuild b/dev-python/pypy3/pypy3-7.3.2_rc1.ebuild index 4c01d5519d4..45d2ebfd217 100644 --- a/dev-python/pypy3/pypy3-7.3.2_rc1.ebuild +++ b/dev-python/pypy3/pypy3-7.3.2_rc1.ebuild @@ -58,23 +58,13 @@ src_prepare() { popd > /dev/null || die # see http://buildbot.pypy.org/summary?branch=py3.6&builder=pypy-c-jit-linux-x86-64 - sed -i -e 's:test_runeval_step:_&:' \ - lib-python/3/test/test_bdb.py || die - sed -i -e 's:test_crashing_decode_handler:_&:' \ - lib-python/3/test/test_codeccallbacks.py || die sed -i -e 's:test_jumpy:_&:' \ lib-python/3/test/test_dis.py || die - sed -i -e 's:test_ast_line_numbers:_&:' \ - -e 's:test_backslashes_in_string_part:_&:' \ - lib-python/3/test/test_fstring.py || die - sed -i -e 's:test_listdir_bytes_like:_&:' \ + sed -i -e 's:test_get_and_set_scheduler_and_param:_&:' \ lib-python/3/test/test_posix.py || die sed -i -e 's:test_auto_history:_&:' \ -e 's:test_history_size:_&:' \ lib-python/3/test/test_readline.py || die - sed -i -e 's:test_pha_optional:_&:' \ - -e 's:test_pha_required:_&:' \ - lib-python/3/test/test_ssl.py || die sed -i -e 's:test_eval_bytes_invalid_escape:_&:' \ -e 's:test_eval_str_invalid_escape:_&:' \ lib-python/3/test/test_string_literals.py || die @@ -87,13 +77,10 @@ src_prepare() { sed -i -e 's:test_circular_imports:_&:' \ lib-python/3/test/test_threaded_import.py || die - # fixed in git - sed -i -e 's:test_SOCK_CLOEXEC:_&:' \ - lib-python/3/test/test_socket.py || die - # the first one's broken by sandbox, the second by our env sed -i -e 's:test_empty_env:_&:' \ - -e 's:test_executable:_&:' \ + -e 's:test_executable(:_&:' \ + -e 's:test_executable_without_cwd:_&:' \ lib-python/3/test/test_subprocess.py || die # XXX