New issue 1854: windows: jit test_fficall tests fail https://bitbucket.org/pypy/pypy/issue/1854/windows-jit-test_fficall-tests-fail
mattip: it seems we are not getting a proper frame back from a call to execute token? deadframe = cpu.execute_token(procedure_token, *args1) then the deadframe.jf_descr is None. Here is an example of a failing test http://buildbot.pypy.org/summary/longrepr?testname=TestFfiCall.%28%29.test_simple_call_int&builder=own-win-x86-32&build=237&mod=jit.backend.x86.test.test_fficall and here is the stdout of the jitlog https://gist.github.com/anonymous/33c31acc1075f44572ed Note that these tests are skipped on linux64, so have not yet been able to compare the failing test to one that passes. _______________________________________________ pypy-issue mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-issue
