Author: Remi Meier <[email protected]>
Branch: 
Changeset: r1637:72b71c3e59bf
Date: 2015-02-19 09:48 +0100
http://bitbucket.org/pypy/stmgc/changeset/72b71c3e59bf/

Log:    remove some xfail from test_demo.py

diff --git a/c8/test/test_demo.py b/c8/test/test_demo.py
--- a/c8/test/test_demo.py
+++ b/c8/test/test_demo.py
@@ -14,13 +14,11 @@
         self._do("../demo/%s > /dev/null" % target)
 
     def test_shadowstack(self):
-        py.test.xfail("no major gc yet")
         self.make_and_run("debug-test_shadowstack")
 
     def test_demo_simple_build(self):   self.make_and_run("build-demo_simple")
 
     def test_demo_largemalloc_build(self):
-        py.test.xfail("no largemalloc")
         self.make_and_run("build-demo_largemalloc")
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to