[pypy-commit] pypy ppc-jit-backend: give test a proper name

bivab noreply at buildbot.pypy.org
Tue Feb 7 17:17:55 CET 2012


Author: David Schneider <david.schneider at picle.org>
Branch: ppc-jit-backend
Changeset: r52191:3a98709cbeba
Date: 2012-01-18 17:49 +0100
http://bitbucket.org/pypy/pypy/changeset/3a98709cbeba/

Log:	give test a proper name

diff --git a/pypy/jit/backend/test/runner_test.py b/pypy/jit/backend/test/runner_test.py
--- a/pypy/jit/backend/test/runner_test.py
+++ b/pypy/jit/backend/test/runner_test.py
@@ -3233,7 +3233,7 @@
                          'float', descr=calldescr)
             assert res.getfloat() == expected
 
-    def test_some_issue(self):
+    def test_wrong_guard_nonnull_class(self):
         t_box, T_box = self.alloc_instance(self.T)
         null_box = self.null_instance()
         faildescr = BasicFailDescr(42)


More information about the pypy-commit mailing list