Author: Ronan Lamy <ronan.l...@gmail.com>
Branch: 
Changeset: r66034:c6d6c00439b6
Date: 2013-08-09 10:16 +0100
http://bitbucket.org/pypy/pypy/changeset/c6d6c00439b6/

Log:    re-enable tests that were mistakenly disabled during ootype removal

diff --git a/rpython/rlib/test/test_rerased.py 
b/rpython/rlib/test/test_rerased.py
--- a/rpython/rlib/test/test_rerased.py
+++ b/rpython/rlib/test/test_rerased.py
@@ -183,7 +183,7 @@
     s = a.build_types(f, [int])
     assert isinstance(s, annmodel.SomeInteger)
 
-class BaseTestRErased(BaseRtypingTest):
+class TestRErased(BaseRtypingTest):
     ERASED_TYPE = llmemory.GCREF
     UNERASED_TYPE = OBJECTPTR
     def castable(self, TO, var):
diff --git a/rpython/rtyper/test/test_remptydict.py 
b/rpython/rtyper/test/test_remptydict.py
--- a/rpython/rtyper/test/test_remptydict.py
+++ b/rpython/rtyper/test/test_remptydict.py
@@ -1,7 +1,7 @@
 import py
 from rpython.rtyper.test.tool import BaseRtypingTest
 
-class BaseTestRemptydict(BaseRtypingTest):
+class TestRemptydict(BaseRtypingTest):
     def test_empty_dict(self):
         class A:
             pass
diff --git a/rpython/rtyper/test/test_rweakref.py 
b/rpython/rtyper/test/test_rweakref.py
--- a/rpython/rtyper/test/test_rweakref.py
+++ b/rpython/rtyper/test/test_rweakref.py
@@ -3,7 +3,7 @@
 from rpython.rtyper.lltypesystem import lltype, llmemory
 from rpython.rtyper.test.tool import BaseRtypingTest
 
-class BaseTestRweakref(BaseRtypingTest):
+class TestRweakref(BaseRtypingTest):
 
     def test_weakref_simple(self):
         class A:
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to