|
win32 is failing this test http://buildbot.pypy.org/summary/longrepr?testname=TestLLTypeLLGraph.%28%29.test_call_to_winapi_function&builder=own-win-x86-32&build=62&mod=jit.backend.llgraph.test.test_llgraph which is testing the ability to use stdcall in llgraph. It is failing AFAIKT since the cif_description.abi is not used in the CallDesc() created by llgraph's runner. https://gist.github.com/mattip/9714212 from llgraph\runner.py Three questions: - Is my analysis correct? - Is this failure important? - Assuming it is not important, is there a doc that describes the different layers in the jit tests/translation steps so I don't have to keep asking about irrelevant stuff? Matti |
_______________________________________________ pypy-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/pypy-dev
