Re: [Cython] verify_resolution_GH1533

2017-01-25 Thread Yaroslav Halchenko
On Tue, 24 Jan 2017, Robert Bradshaw wrote: > Ah, if the enum is unsigned and has the same size as unsigned long, this > could happen. I pushed > https://github.com/cython/cython/commit/d92a718a26c9354fbf35f31a17de5c069865a447 > for future release. Great -- thank you! meanwhile used the same "w

Re: [Cython] verify_resolution_GH1533

2017-01-24 Thread Robert Bradshaw
Ah, if the enum is unsigned and has the same size as unsigned long, this could happen. I pushed https://github.com/cython/cython/commit/d92a718a26c9354fbf35f31a17de5c069865a447 for future release. On Tue, Jan 24, 2017 at 4:53 PM, Robert Bradshaw wrote: > Disabling only works on full test suites,

Re: [Cython] verify_resolution_GH1533

2017-01-24 Thread Robert Bradshaw
Disabling only works on full test suites, e.g. you'd have to disable all of cpdef_enums. What kind of machine turns this into a long? On Tue, Jan 24, 2017 at 8:56 AM, Yaroslav Halchenko wrote: > Dear Cython gurus, > > How to skip this test? > > It is causing failures on i386: > https://github.c