[pypy-svn] r65049 - pypy/branch/pyjitpl5/pypy/jit/backend/cli/test
antocuni at codespeak.net
antocuni at codespeak.net
Tue May 5 10:54:19 CEST 2009
Author: antocuni
Date: Tue May 5 10:54:19 2009
New Revision: 65049
Modified:
pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_basic.py
Log:
more tests that cannot be run withouth translation
Modified: pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_basic.py
==============================================================================
--- pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_basic.py (original)
+++ pypy/branch/pyjitpl5/pypy/jit/backend/cli/test/test_basic.py Tue May 5 10:54:19 2009
@@ -23,12 +23,12 @@
test_format = skip
test_getfield = skip
test_getfield_immutable = skip
+ test_print = skip
+ test_bridge_from_interpreter_2 = skip
+ test_bridge_from_interpreter_3 = skip
+ test_instantiate_classes = skip
+ test_zerodivisionerror = skip
test_stopatxpolicy = _skip
- test_print = _skip
test_bridge_from_interpreter = _skip
- test_bridge_from_interpreter_2 = _skip
- test_bridge_from_interpreter_3 = _skip
test_bridge_from_interpreter_4 = _skip
- test_instantiate_classes = _skip
- test_zerodivisionerror = _skip
More information about the Pypy-commit
mailing list