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

[Cython] verify_resolution_GH1533

2017-01-24 Thread Yaroslav Halchenko
Dear Cython gurus, How to skip this test? It is causing failures on i386: https://github.com/cython/cython/issues/1548 and I have tried to skip it, so my test running line now is set -e; for P in 2.7 3.5; do \ PYTHONPATH=`/bin/ls -d /build/cython-0.25.2/build/lib.*-$P` \ /usr/bin/python$P run