Author: Maciej Fijalkowski <[email protected]>
Branch: numpypy-axisops
Changeset: r51305:9478a09d1230
Date: 2012-01-14 16:05 +0200
http://bitbucket.org/pypy/pypy/changeset/9478a09d1230/
Log: add a note
diff --git a/pypy/module/micronumpy/test/test_zjit.py
b/pypy/module/micronumpy/test/test_zjit.py
--- a/pypy/module/micronumpy/test/test_zjit.py
+++ b/pypy/module/micronumpy/test/test_zjit.py
@@ -127,6 +127,8 @@
def test_axissum(self):
result = self.run("axissum")
assert result == 30
+ # XXX note - the bridge here is fairly crucial and yet it's pretty
+ # bogus. We need to improve the situation somehow.
self.check_simple_loop({'getinteriorfield_raw': 2,
'setinteriorfield_raw': 1,
'arraylen_gc': 1,
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit