[pypy-commit] pypy inline-dict-ops: disable this test for now
fijal
noreply at buildbot.pypy.org
Sun Jul 3 19:13:14 CEST 2011
Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: inline-dict-ops
Changeset: r45324:e66ff3b3fb4a
Date: 2011-07-03 19:19 +0200
http://bitbucket.org/pypy/pypy/changeset/e66ff3b3fb4a/
Log: disable this test for now
diff --git a/pypy/jit/metainterp/test/test_dict.py b/pypy/jit/metainterp/test/test_dict.py
--- a/pypy/jit/metainterp/test/test_dict.py
+++ b/pypy/jit/metainterp/test/test_dict.py
@@ -1,3 +1,4 @@
+import py
from pypy.jit.metainterp.test.support import LLJitMixin, OOJitMixin
from pypy.rlib.jit import JitDriver
from pypy.rlib import objectmodel
@@ -5,6 +6,7 @@
class DictTests:
def test_dict_set_none(self):
+ py.test.skip("annoying")
def fn(n):
d = {}
d[0] = None
More information about the pypy-commit
mailing list