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 berker.peksag
Recipients berker.peksag, koobs
Date 2018-09-20.15:43:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537458210.16.0.956365154283.issue34754@psf.upfronthosting.co.za>
In-reply-to
Content
======================================================================
FAIL: test_flush_return_value (test.test_mmap.MmapTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/usr/home/buildbot/python/3.x.koobs-freebsd10/build/Lib/test/test_mmap.py", line 754, in test_flush_return_value
    self.assertRaises(OSError, mm.flush, 1, len(b'python'))
AssertionError: OSError not raised by flush

I think I was relying on the behavior of Linux in that assert, it might be better to run that assert only under Linux.
History
Date User Action Args
2018-09-20 15:43:30berker.peksagsetrecipients: + berker.peksag, koobs
2018-09-20 15:43:30berker.peksagsetmessageid: <1537458210.16.0.956365154283.issue34754@psf.upfronthosting.co.za>
2018-09-20 15:43:30berker.peksaglinkissue34754 messages
2018-09-20 15:43:30berker.peksagcreate