[pypy-svn] r51378 - pypy/dist/pypy/jit/codegen/cli/test
antocuni at codespeak.net
antocuni at codespeak.net
Mon Feb 11 10:38:51 CET 2008
Author: antocuni
Date: Mon Feb 11 10:38:50 2008
New Revision: 51378
Modified:
pypy/dist/pypy/jit/codegen/cli/test/test_rgenop.py
Log:
these tests pass out of the box :-)
Modified: pypy/dist/pypy/jit/codegen/cli/test/test_rgenop.py
==============================================================================
--- pypy/dist/pypy/jit/codegen/cli/test/test_rgenop.py (original)
+++ pypy/dist/pypy/jit/codegen/cli/test/test_rgenop.py Mon Feb 11 10:38:50 2008
@@ -18,6 +18,8 @@
# 'test_switch', # no promotion/flexswitch for now please :-)
'test_fact',
'test_calling_pause',
+ 'test_longwinded_and',
+ 'test_condition_result_cross_link_direct',
]
for p in prefixes:
More information about the Pypy-commit
mailing list