[pypy-svn] r65639 - pypy/branch/pyjitpl5-experiments/pypy/jit/backend/llvm/test

arigo at codespeak.net arigo at codespeak.net
Sun Jun 7 14:34:31 CEST 2009


Author: arigo
Date: Sun Jun  7 14:34:31 2009
New Revision: 65639

Modified:
   pypy/branch/pyjitpl5-experiments/pypy/jit/backend/llvm/test/test_runner.py
Log:
test_failing_guards.


Modified: pypy/branch/pyjitpl5-experiments/pypy/jit/backend/llvm/test/test_runner.py
==============================================================================
--- pypy/branch/pyjitpl5-experiments/pypy/jit/backend/llvm/test/test_runner.py	(original)
+++ pypy/branch/pyjitpl5-experiments/pypy/jit/backend/llvm/test/test_runner.py	Sun Jun  7 14:34:31 2009
@@ -18,7 +18,6 @@
     test_do_call = _skip
     test_executor = _skip
     test_passing_guard_class = _skip
-    test_failing_guards = _skip
     test_failing_guard_class = _skip
     test_casts = _skip
     test_ooops_non_gc = _skip



More information about the Pypy-commit mailing list