[pypy-svn] r70535 - pypy/trunk/pypy/module/pypyjit/test

cfbolz at codespeak.net cfbolz at codespeak.net
Tue Jan 12 16:50:18 CET 2010


Author: cfbolz
Date: Tue Jan 12 16:50:17 2010
New Revision: 70535

Modified:
   pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py
Log:
Due to differently aligned stars, this setfield appears now somewhere else.


Modified: pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py
==============================================================================
--- pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py	(original)
+++ pypy/trunk/pypy/module/pypyjit/test/test_pypy_c.py	Tue Jan 12 16:50:17 2010
@@ -283,9 +283,7 @@
         ops = self.get_by_bytecode("LOAD_ATTR")
         assert len(ops) == 2
         assert ops[0].get_opnames() == ["getfield_gc", "getarrayitem_gc",
-                                        "setfield_gc",  #  (*)
                                         "guard_nonnull_class"]
-        # (*) delayed write of the frames depth
         assert not ops[1] # second LOAD_ATTR folded away
 
     def test_default_and_kw(self):



More information about the Pypy-commit mailing list