This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pablogsal
Recipients koobs, lukasz.langa, pablogsal, vstinner
Date 2021-02-15.19:26:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613417170.64.0.402539389952.issue43233@roundup.psfhosted.org>
In-reply-to
Content
======================================================================
FAIL: test_copy_file_range_offset (test.test_os.FileTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.9.koobs-freebsd-564d/build/Lib/test/test_os.py", line 365, in test_copy_file_range_offset
    self.assertIn(i, range(0, bytes_to_copy+1));
AssertionError: 7 not found in range(0, 7)
----------------------------------------------------------------------

https://buildbot.python.org/all/#/builders/151/builds/300/steps/5/logs/stdio
History
Date User Action Args
2021-02-15 19:26:10pablogsalsetrecipients: + pablogsal, vstinner, lukasz.langa, koobs
2021-02-15 19:26:10pablogsalsetmessageid: <1613417170.64.0.402539389952.issue43233@roundup.psfhosted.org>
2021-02-15 19:26:10pablogsallinkissue43233 messages
2021-02-15 19:26:10pablogsalcreate