Author: Armin Rigo <[email protected]>
Branch:
Changeset: r78621:a1acfcae73b3
Date: 2015-07-21 12:21 +0200
http://bitbucket.org/pypy/pypy/changeset/a1acfcae73b3/
Log: Add another test (passing)
diff --git a/rpython/jit/codewriter/test/test_flatten.py
b/rpython/jit/codewriter/test/test_flatten.py
--- a/rpython/jit/codewriter/test/test_flatten.py
+++ b/rpython/jit/codewriter/test/test_flatten.py
@@ -783,6 +783,7 @@
(rffi.USHORT, rffi.USHORT, ""),
(rffi.USHORT, rffi.LONG, ""),
(rffi.USHORT, rffi.ULONG, ""),
+ (rffi.USHORT, lltype.Bool, "int_is_true %i0 -> %i1"),
(rffi.LONG, rffi.SIGNEDCHAR, "int_signext %i0, $1 -> %i1"),
(rffi.LONG, rffi.UCHAR, "int_and %i0, $255 -> %i1"),
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit