Author: Armin Rigo <[email protected]>
Branch: stringbuilder2-perf
Changeset: r72059:60e786a3cd63
Date: 2014-06-15 13:02 +0200
http://bitbucket.org/pypy/pypy/changeset/60e786a3cd63/

Log:    Un-skip these tests again

diff --git a/rpython/memory/test/gc_test_base.py 
b/rpython/memory/test/gc_test_base.py
--- a/rpython/memory/test/gc_test_base.py
+++ b/rpython/memory/test/gc_test_base.py
@@ -754,7 +754,6 @@
         self.interpret(fn, [])
 
     def test_stringbuilder(self):
-        py.test.skip("cannot test here, because it's using ll2ctypes")
         def fn():
             s = StringBuilder(4)
             s.append("abcd")
diff --git a/rpython/memory/test/test_transformed_gc.py 
b/rpython/memory/test/test_transformed_gc.py
--- a/rpython/memory/test/test_transformed_gc.py
+++ b/rpython/memory/test/test_transformed_gc.py
@@ -701,7 +701,6 @@
         return fn
 
     def test_string_builder_over_allocation(self):
-        py.test.skip("cannot test here, because it's using ll2ctypes")
         fn = self.runner("string_builder_over_allocation")
         res = fn([])
         assert res == ord('y')
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to