From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/portage:master commit in: lib/portage/tests/util/file_copy/
Date: Fri, 26 May 2023 15:45:09 +0000 (UTC) [thread overview]
Message-ID: <1685115876.c472d08dd0c41e55fbea74805768a82b095db07b.sam@gentoo> (raw)
commit: c472d08dd0c41e55fbea74805768a82b095db07b
Author: David Palao <david.palao <AT> gmail <DOT> com>
AuthorDate: Fri May 5 13:25:50 2023 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri May 26 15:44:36 2023 +0000
URL: https://gitweb.gentoo.org/proj/portage.git/commit/?id=c472d08d
tests: file_copy: port testCopyFileSparse to pytest
Signed-off-by: David Palao <david.palao <AT> gmail.com>
Signed-off-by: Sam James <sam <AT> gentoo.org>
lib/portage/tests/util/file_copy/test_copyfile.py | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/lib/portage/tests/util/file_copy/test_copyfile.py b/lib/portage/tests/util/file_copy/test_copyfile.py
index 55bdeec66..6e5ae9571 100644
--- a/lib/portage/tests/util/file_copy/test_copyfile.py
+++ b/lib/portage/tests/util/file_copy/test_copyfile.py
@@ -1,9 +1,11 @@
-# Copyright 2017 Gentoo Foundation
+# Copyright 2017, 2023 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
import shutil
import tempfile
+import pytest
+
from portage import os
from portage.tests import TestCase
from portage.checksum import perform_md5
@@ -56,10 +58,12 @@ class CopyFileSparseTestCase(TestCase):
# This last part of the test is expected to fail when sparse
# copy is not implemented, so set the todo flag in order
# to tolerate failures.
- self.todo = True
+ ## self.todo = True
# If sparse blocks were preserved, then both files should
# consume the same number of blocks.
+
+ pytest.xfail(reason="sparse copy is not implemented")
self.assertEqual(os.stat(src_path).st_blocks, os.stat(dest_path).st_blocks)
finally:
shutil.rmtree(tempdir)
next reply other threads:[~2023-05-26 15:45 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-05-26 15:45 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-03-15 20:06 [gentoo-commits] proj/portage:master commit in: lib/portage/tests/util/file_copy/ Mike Gilbert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1685115876.c472d08dd0c41e55fbea74805768a82b095db07b.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox