[pypy-commit] pypy numpy-reintroduce-jit-drivers: skip the actual running, let's leave it as compile test for now

fijal noreply at buildbot.pypy.org
Sat Sep 29 19:33:35 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: numpy-reintroduce-jit-drivers
Changeset: r57668:2a2b8e86e083
Date: 2012-09-29 19:33 +0200
http://bitbucket.org/pypy/pypy/changeset/2a2b8e86e083/

Log:	skip the actual running, let's leave it as compile test for now

diff --git a/pypy/module/micronumpy/test/test_zjit.py b/pypy/module/micronumpy/test/test_zjit.py
--- a/pypy/module/micronumpy/test/test_zjit.py
+++ b/pypy/module/micronumpy/test/test_zjit.py
@@ -3,6 +3,7 @@
 good assembler
 """
 
+import py
 from pypy.jit.metainterp import pyjitpl
 from pypy.jit.metainterp.test.support import LLJitMixin
 from pypy.jit.metainterp.warmspot import reset_stats
@@ -63,6 +64,7 @@
             self.__class__.graph = graph
         reset_stats()
         pyjitpl._warmrunnerdesc.memory_manager.alive_loops.clear()
+        py.test.skip("don't run for now")
         return self.interp.eval_graph(self.graph, [i])
 
     def define_add():


More information about the pypy-commit mailing list