History log of /external/python/cpython2/Lib/test/test_fcntl.py
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
76249ea4a7ab1cb0fa41d967b2fb8975916cb955 07-Feb-2014 Serhiy Storchaka <storchaka@gmail.com> Issue #20532: Tests which use _testcapi now are marked as CPython only.
/external/python/cpython2/Lib/test/test_fcntl.py
d899caa6cafc0e9776a62f108a9c381c7ace52c4 25-Nov-2013 Gregory P. Smith <greg@krypto.org> Fix test_fcntl to run properly on systems that do not support the flags
used in the "does the value get passed in properly" test.
/external/python/cpython2/Lib/test/test_fcntl.py
6c61a5afef996aec59309480236d06ad174d0866 23-Aug-2013 Ezio Melotti <ezio.melotti@gmail.com> #18798: fix typo in test_fcntl. Patch by Vajrasky Kok.
/external/python/cpython2/Lib/test/test_fcntl.py
74f49ab28b91d3c23524356230feb2724ee9b23f 18-Jan-2013 Serhiy Storchaka <storchaka@gmail.com> Issue #15989: Fix several occurrences of integer overflow
when result of PyInt_AsLong() or PyLong_AsLong() narrowed
to int without checks.

This is a backport of changesets 13e2e44db99d and 525407d89277.
/external/python/cpython2/Lib/test/test_fcntl.py
cdaafe0f9eb82630de0c4083b6d76dbaea0db231 23-Aug-2011 Charles-François Natali <neologix@free.fr> Issue #12821: Fix test_fcntl failures on OpenBSD 5.
/external/python/cpython2/Lib/test/test_fcntl.py
b3be23ad27f35bae55638e2ccf0bbb121d8e66ed 05-Mar-2010 Benjamin Peterson <benjamin@python.org> remove the svn:executable property from files that don't have shebang lines
/external/python/cpython2/Lib/test/test_fcntl.py
d49e375eedf717c048fe7f803ee347a1572cc968 24-May-2009 Antoine Pitrou <solipsis@pitrou.net> Issue #1309352: fcntl now converts its third arguments to a C `long` rather
than an int, which makes some operations possible under 64-bit Linux (e.g.
DN_MULTISHOT with F_NOTIFY).
/external/python/cpython2/Lib/test/test_fcntl.py
597ebab74466593dc05a35faad0f5c316900153b 31-Mar-2009 R. David Murray <rdmurray@bitdance.com> A few more test skips via import_module, and change import_module to
return the error message produced by importlib, so that if an import
in the package whose import is being wrapped is what failed the skip
message will contain the name of that module instead of the name of the
wrapped module. Also fixed formatting of some previous comments.
/external/python/cpython2/Lib/test/test_fcntl.py
6af3db8632783cf1f46ae1798b29db169007431b 20-Mar-2008 Gregory P. Smith <greg@mad-scientist.com> Attempt to fix the Solaris Sparc 10 buildbot. It was failing with an invalid
argument error on ioctl. This was caused by the added test_fcntl ioctl test
that hard coded 0 as the fd to use. Without a terminal, this fails on solaris.
(it passed from the command line on sol 10, both 32 and 64 bit)

Also, test_ioctl exists so I moved the test into there where it belongs.
/external/python/cpython2/Lib/test/test_fcntl.py
a5cfcad0e35e394adb5d25a5f5fbc3065fea5b85 20-Mar-2008 Gregory P. Smith <greg@mad-scientist.com> Prevent ioctl op codes from being sign extended from int to unsigned long
when used on platforms that actually define ioctl as taking an unsigned long.
(the BSDs and OS X / Darwin)

Adds a unittest for fcntl.ioctl that tests what happens with both positive and
negative numbers.

This was done because of issue1471 but I'm not able to reproduce -that- problem
in the first place on Linux 32bit or 64bit or OS X 10.4 & 10.5 32bit or 64 bit.
/external/python/cpython2/Lib/test/test_fcntl.py
1f5182b5723e469ea341f71c0e89cf9a67c323dc 13-Mar-2008 Brett Cannon <bcannon@gmail.com> Convert test_fcntl to unittest.

Closes issue #2055. Thanks Giampaolo Rodola.
/external/python/cpython2/Lib/test/test_fcntl.py
ea684743daa0c198ab327d07832eca48a9578c68 28-Oct-2007 Hye-Shik Chang <hyeshik@gmail.com> Enable platform-specific tweaks for FreeBSD 8 (exactly same to FreeBSD 7's yet)
/external/python/cpython2/Lib/test/test_fcntl.py
4bc2c0919b2ed31851e9c3423ab85614fe35a75a 05-Sep-2006 Neal Norwitz <nnorwitz@gmail.com> Patch #1540470, for OpenBSD 4.0. Backport candidate for 2.[34].
/external/python/cpython2/Lib/test/test_fcntl.py
d819c137691027399d87ab7860b696657b94f085 21-Jun-2006 Georg Brandl <georg@python.org> Make test_fcntl aware of netbsd3.
/external/python/cpython2/Lib/test/test_fcntl.py
5771310a09640388066fd1747842035f0df2f8a5 20-Feb-2006 Georg Brandl <georg@python.org> Bug #1101233: fix test_fcntl on netbsd2 platform.
/external/python/cpython2/Lib/test/test_fcntl.py
4e422817eb1bc5a6a42365001ad45683ae07e559 17-Jul-2005 Hye-Shik Chang <hyeshik@gmail.com> Add support for FreeBSD 7.
/external/python/cpython2/Lib/test/test_fcntl.py
ac89f6ef295465a18a1fcac445bf93ad3722edcb 04-Apr-2005 Hye-Shik Chang <hyeshik@gmail.com> Fix testcase for 64bit BSD systems: long is 8 bytes for those systems
so there's no need to pad after off_t members. And a small typo fix.
/external/python/cpython2/Lib/test/test_fcntl.py
f64700a512e89c322f46f3cabda3bf58573eda54 18-Aug-2004 Hye-Shik Chang <hyeshik@gmail.com> Add support for FreeBSD 6.
/external/python/cpython2/Lib/test/test_fcntl.py
70a6b49821a3226f55e9716f32d802d06640cb89 12-Feb-2004 Walter Dörwald <walter@livinglogic.de> Replace backticks with repr() or "%r"

From SF patch #852334.
/external/python/cpython2/Lib/test/test_fcntl.py
04f357cffef6d764f2f0ff2671dabde75ec250d1 23-Jul-2002 Barry Warsaw <barry@python.org> Get rid of relative imports in all unittests. Now anything that
imports e.g. test_support must do so using an absolute package name
such as "import test.test_support" or "from test import test_support".

This also updates the README in Lib/test, and gets rid of the
duplicate data dirctory in Lib/test/data (replaced by
Lib/email/test/data).

Now Tim and Jack can have at it. :)
/external/python/cpython2/Lib/test/test_fcntl.py
f90ae20354ceb501f0ba0b6459df17f1a8005a47 11-Jun-2002 Martin v. Löwis <martin@v.loewis.de> Patch #488073: AtheOS port.
/external/python/cpython2/Lib/test/test_fcntl.py
df4dabd5d2a983083ebedec7174aa22cee72b154 13-May-2002 Guido van Rossum <guido@python.org> SF 554663. Add OpenBSD3. Bugfix candidate if anyone cares.
/external/python/cpython2/Lib/test/test_fcntl.py
5cef57131fc02de55133e4eafdee27fb76456bb8 24-Feb-2002 Andrew MacIntyre <andymac@bullseye.apana.org.au> OS/2 EMX port Library and regression test changes:
Lib/
os.py
os2emxpath.py // added - OS/2 EMX specific path manipulation routines
popen2.py
site.py
Lib/test/
test_fcntl.py
test_longexp.py
/external/python/cpython2/Lib/test/test_fcntl.py
8a97f4a380a7a356730e48406f8269c3efe5e6eb 06-Dec-2001 Jack Jansen <jack.jansen@cwi.nl> sys.platform on Mac OS X is now "darwin", without any version number appended.
This should probably go into NEWS (who's responsible for that?).
/external/python/cpython2/Lib/test/test_fcntl.py
a660a34844f55dc2400a6ef6f2055b239b0aede7 19-Oct-2001 Martin v. Löwis <martin@v.loewis.de> Assume a 64-bit start and len if O_LARGEFILE is available.
/external/python/cpython2/Lib/test/test_fcntl.py
bc7809b52930e8d17ffffb78b2513c70cf808678 09-May-2001 Fred Drake <fdrake@acm.org> Update the tests for the fcntl module to check passing in file objects,
and using the constants defined there instead of FCNTL.
/external/python/cpython2/Lib/test/test_fcntl.py
2242f2fbd0d50546ad79e800efbc6f0a2334bd0b 11-Apr-2001 Guido van Rossum <guido@python.org> Unixware 7 support by Billy G. Allie (SF patch 413011)
/external/python/cpython2/Lib/test/test_fcntl.py
1417144f33e70d1d58a620159ee7fb317e681dea 28-Mar-2001 Guido van Rossum <guido@python.org> Based on info from Jens@digicool.com, add 'darwin1' to the list of
BSD-style OS'es. Makes sense, really.
/external/python/cpython2/Lib/test/test_fcntl.py
f785042433f0c43ed1ba2ba0388fc51d79bcf5c3 17-Jan-2001 Fredrik Lundh <fredrik@pythonware.com> a bold attempt to fix things broken by MAL's verify patch: import
'verify' iff it's used by a test module...
/external/python/cpython2/Lib/test/test_fcntl.py
3661908a6ac75026e4504d9f62a6ac2e2fb2ec5e 17-Jan-2001 Marc-André Lemburg <mal@egenix.com> This patch removes all uses of "assert" in the regression test suite
and replaces them with a new API verify(). As a result the regression
suite will also perform its tests in optimization mode.

Written by Marc-Andre Lemburg. Copyright assigned to Guido van Rossum.
/external/python/cpython2/Lib/test/test_fcntl.py
004d5e6880940ddbb38460986ac62ee0f1bae97d 23-Oct-2000 Fred Drake <fdrake@acm.org> Make reindent.py happy (convert everything to 4-space indents!).
/external/python/cpython2/Lib/test/test_fcntl.py
f7ef15d6ec5716a394a4b7a4ca3dd0fb66bcfdd3 18-Oct-2000 Fred Drake <fdrake@acm.org> Use test_support.TESTFN as the temporary filename.
Fix a minor stylistic nit.

This closes SourceForge bug #117032.
/external/python/cpython2/Lib/test/test_fcntl.py
2e2a70abe48d84846fde5e9a64450f8b0c9934b2 12-Oct-2000 Guido van Rossum <guido@python.org> Anonymous patch to add Darwin 1.2 to the list of BSDs.

Let's hope this is correct (I'm not sure why the sys.platform would be
'Darwin1.2' rather than 'darwin1', which seems to be the convention).

Someone with Darwin please test this!
/external/python/cpython2/Lib/test/test_fcntl.py
de33c79fdb1241b3ade03daf905572de262b0c50 26-Sep-2000 Guido van Rossum <guido@python.org> HP-UX is another one of those platforms using an alternative lock
structure (same as AIX).
/external/python/cpython2/Lib/test/test_fcntl.py
2d21863266ad3b7551e03933abbfadaa86b95fb2 29-Aug-2000 Guido van Rossum <guido@python.org> Add support for FreeBSD-[45].

-- tg@FreeBSD.org
/external/python/cpython2/Lib/test/test_fcntl.py
0cf46bc0f4ebbe2a4fe9cd7d32e02b239ee4a058 19-Apr-1999 Guido van Rossum <guido@python.org> Daniel Neri: OpenBSD is just as BSD'ish as the other BSD's ;-)
/external/python/cpython2/Lib/test/test_fcntl.py
5ef8f0c3c70fbb6eb7fb801729f00cd74b8301cd 23-Feb-1999 Guido van Rossum <guido@python.org> According to Jeffrey Honig, bsd/os 4.0 should be added to the list.
/external/python/cpython2/Lib/test/test_fcntl.py
df23ef47633501d96ce51fa102565965c964b3cc 11-Aug-1998 Guido van Rossum <guido@python.org> Guess what -- BSD has bifurcated again. :-(
/external/python/cpython2/Lib/test/test_fcntl.py
91221c29f285bfd1a0595ee7a5335f6e23e49579 02-Dec-1997 Guido van Rossum <guido@python.org> Support for netbsd1 and freebsd3, after suggestions by Anders Andersen
and Jacques Vidrine.
/external/python/cpython2/Lib/test/test_fcntl.py
0e351f34c516b7b0f8a1c75b0744347f1f6673a4 13-May-1997 Guido van Rossum <guido@python.org> Finally found a wat to set a file nonblocking that works on Irix,
Solaris and Linux: use os.O_NONBLOCK.
/external/python/cpython2/Lib/test/test_fcntl.py
16dffdca1a6a98a9b44f6d0560e8a85c1018c4fb 09-May-1997 Guido van Rossum <guido@python.org> Fix the NDELAY test; avoid outputting binary garbage.
/external/python/cpython2/Lib/test/test_fcntl.py
fab8ab80674375b945e93792701c672af98da067 20-Dec-1996 Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> Many scripts, but small changes. Update the way the scripts obtain the
'verbose' flag ala GvR updated test harness architecture.

Old way:

verbose = 0
if __name__ == '__main__':
verbose = 1

New way:

from test_support import verbose

Some other small readablility and functionality updates.
/external/python/cpython2/Lib/test/test_fcntl.py
fb01d4b1a4e48f38c6466461c1bd80af557e7c85 17-Dec-1996 Roger E. Masse <rmasse@newcnri.cnri.reston.va.us> Added a test script for the fcntl C module.
/external/python/cpython2/Lib/test/test_fcntl.py