Date: Sun, 13 Mar 2016 21:14:18 +0200 From: David Naylor <dbn@freebsd.org> To: freebsd-python@freebsd.org Subject: Re: PyPy 5.0.0 Message-ID: <45572468.3RYyldAUCE@dragon.local> In-Reply-To: <1470373.GzIPZUeGP4@dragon.local> References: <1470373.GzIPZUeGP4@dragon.local>
next in thread | previous in thread | raw e-mail | index | archive | help
--nextPart5412820.OHFdUcsEKk Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Sunday, 13 March 2016 15:36:44 David Naylor wrote: > Hi, > > FYI, I have started on the update to version 5.0.0 for PyPy. PyPy has been updated to 5.0.0 in r411015. > Is anyone available to help fix some unit tests? The unit tests fail to run to completion. The highlights of the first of 4 sets of unit tests: 1) ERROR at setup of AppTestFFIType.test_simple_types: I have a WIP fix for this error, it is caused by a difference in where Linux and FreeBSD loads ldopen from: libc and rtld respectively. This affects many tests. 2) Failed unit tests: a) AppTestConnectedSSL_Timeout.test_read_upto: SSL operation timed out b) AppTestPosix.test_execve: hard-coding of "python" - need to add dependency on lang/python for unit test. c) AppTestPosix.test_nice: os.nice(3) fails to return 3. d) AppTestKqueue.test_queue_event: client.connect failed to return errno.EINPROGRESS - possible difference due to FreeBSD and Mac OS 10. Any assistance in fixing these unit test failures (and others) will be greatly appreciated. Regards, dbn --nextPart5412820.OHFdUcsEKk Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. Content-Transfer-Encoding: 7Bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQJ8BAABCgBmBQJW5bwKXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5NDhFQzUxMUEyN0YwMzAyRTc5OUI1M0FB RDYzRkE4REQ2QjJEQTU1AAoJEK1j+o3WstpVIn4P/0KDSdSgWEpeKRkbT5zq0ip7 J94jupszsu3QzDdZdv72Me7UPBUh/TVqyQh+ump0aLhq99FAhRDnqY5Sl3VNCoQg yQd7q9Tmi2L65Hkt5kf/9C0CRtoJbT/+p34QNNt0AU1oSU8yNk1krs6dqVuLDfpf Xr4Gep/dZD3qVEpboZGXPilmgW/T0GGRmt25FpyYylXUJDk+BIbrjyxWVcnEv5Y/ lkcKKeuohRnvQrwTeavdkP6ScUFhmbnGqLEC/6Aehl+oUHDD3NmEm94FXLNXojfd YIUNJXULSYSSUhfgIQ/HIZH3GZpaG3GvOiEfaU9fc0VLqjx7hXLQuxgTh/yrWVdg /OxzJKm5BPIpneH9tJoOYdIuldyzzmeeKwULRmFeZIbrNdPU8o6EOMdDXLPgf+8D iRzwfssddNt+W6IdBjV7YPUTeR4xXPrbXaHRpaK4Xttv9ZBKEFyo+RMnjzf18l2R gC9Q+hGav/A9uY24rGAfOr+pecp40Xy0Da7E+FHnrHdnBs+Dem65bnkeZBCPWV+k upBGGwiinhOr2W4IytfldkbFI4FJNRDqWHa17klctj6b/Tk7rHfjlImMjcxaqn+o hN0OViobA46mcZAey+RzLop6ckfUmjfJieXptjMBx6Wr7EKFM+SLon+KOotlPYUe mrYmHpCExSmzzh26gax5 =h0Qe -----END PGP SIGNATURE----- --nextPart5412820.OHFdUcsEKk--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?45572468.3RYyldAUCE>