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 ngie
Recipients asvetlov, ngie
Date 2012-11-11.12:24:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352636654.15.0.422088724805.issue16124@psf.upfronthosting.co.za>
In-reply-to
Content
$ uname -a
FreeBSD bayonetta.local 9.1-PRERELEASE FreeBSD 9.1-PRERELEASE #0 r240836M: Sat Sep 22 12:30:11 PDT 2012     gcooper@bayonetta.local:/usr/obj/store/freebsd/stable/9/sys/BAYONETTA  amd64
$ ./configure --prefix=/scratch/python-bin/3k/
...
$ make all; make install
...
$ /scratch/python-bin/3k/bin/python3 Lib/test/test_ioctl.py
test_ioctl (__main__.IoctlTests) ... ok
test_ioctl_mutate (__main__.IoctlTests) ... ok
test_ioctl_mutate_1024 (__main__.IoctlTests) ... ok
test_ioctl_mutate_2048 (__main__.IoctlTests) ... ok
test_ioctl_signed_unsigned_code_param (__main__.IoctlTests) ... ok

----------------------------------------------------------------------
Ran 5 tests in 0.003s

OK
History
Date User Action Args
2012-11-11 12:24:14ngiesetrecipients: + ngie, asvetlov
2012-11-11 12:24:14ngiesetmessageid: <1352636654.15.0.422088724805.issue16124@psf.upfronthosting.co.za>
2012-11-11 12:24:14ngielinkissue16124 messages
2012-11-11 12:24:13ngiecreate