[pypy-commit] pypy dynamic-specialized-tuple: this test is a whitebox one

fijal noreply at buildbot.pypy.org
Tue Apr 24 13:54:23 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: dynamic-specialized-tuple
Changeset: r54717:69db8b662f4d
Date: 2012-04-24 13:54 +0200
http://bitbucket.org/pypy/pypy/changeset/69db8b662f4d/

Log:	this test is a whitebox one

diff --git a/pypy/rlib/test/test_rerased_raw.py b/pypy/rlib/test/test_rerased_raw.py
--- a/pypy/rlib/test/test_rerased_raw.py
+++ b/pypy/rlib/test/test_rerased_raw.py
@@ -202,6 +202,7 @@
         res = self.interpret(f, [0])
         assert res == 14.5
 
+class TestUntypedStorageLLtype(LLRtypeMixin, BaseTestUntypedStorage):
     def test_enumerate_elements(self):
         def f():
             storage = rerased_raw.UntypedStorage("sibf")
@@ -218,6 +219,3 @@
         assert lst[1:3] == [(1, 13), (2, True)]
         assert lst[3][0] == 3
         assert longlong2float.longlong2float(lst[3][1]) == 3.5
-
-class TestUntypedStorageLLtype(LLRtypeMixin, BaseTestUntypedStorage):
-    pass


More information about the pypy-commit mailing list