Author: David Schneider <[email protected]>
Branch: arm-stacklet
Changeset: r64435:1055671d633b
Date: 2013-05-22 05:01 -0500
http://bitbucket.org/pypy/pypy/changeset/1055671d633b/

Log:    enable this test again

diff --git a/rpython/rlib/test/test_rstacklet.py 
b/rpython/rlib/test/test_rstacklet.py
--- a/rpython/rlib/test/test_rstacklet.py
+++ b/rpython/rlib/test/test_rstacklet.py
@@ -65,7 +65,7 @@
             self.tasks[0].withdepth(self.random.genrand32() % 50)
             assert len(self.tasks[0].lst) == 0
 
-    #@here_is_a_test
+    @here_is_a_test
     def test_destroy(self):
         # this used to give MemoryError in shadowstack tests
         for i in range(100000):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to