[pypy-svn] r64613 - pypy/branch/pyjitpl5/pypy/jit/backend/x86/test
fijal at codespeak.net
fijal at codespeak.net
Fri Apr 24 01:06:51 CEST 2009
Author: fijal
Date: Fri Apr 24 01:06:49 2009
New Revision: 64613
Modified:
pypy/branch/pyjitpl5/pypy/jit/backend/x86/test/test_regalloc2.py
Log:
unskip this test, passes for me
Modified: pypy/branch/pyjitpl5/pypy/jit/backend/x86/test/test_regalloc2.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/backend/x86/test/test_regalloc2.py (original)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/x86/test/test_regalloc2.py Fri Apr 24 01:06:49 2009
@@ -24,7 +24,6 @@
assert v3.value == (~18)
def test_bug_int_is_true_1():
- py.test.skip('fix me')
v1 = BoxInt()
v2 = BoxInt()
v3 = BoxInt()
More information about the Pypy-commit
mailing list