Author: Armin Rigo <[email protected]>
Branch: stmgc-c4
Changeset: r65120:e24d8e7514fe
Date: 2013-06-30 10:56 +0200
http://bitbucket.org/pypy/pypy/changeset/e24d8e7514fe/
Log: Fails on 64-bit too with larger numbers
diff --git a/rpython/translator/stm/test/test_ztranslated.py
b/rpython/translator/stm/test/test_ztranslated.py
--- a/rpython/translator/stm/test/test_ztranslated.py
+++ b/rpython/translator/stm/test/test_ztranslated.py
@@ -24,6 +24,8 @@
assert '< 5 >' in data, "got: %r" % (data,)
data = cbuilder.cmdexec('42')
assert '< 42 >' in data, "got: %r" % (data,)
+ data = cbuilder.cmdexec('260')
+ assert '< 260 >' in data, "got: %r" % (data,)
def test_targetdemo(self):
t, cbuilder = self.compile(targetdemo2.entry_point)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit