[pypy-commit] stmgc default: remove some xfail from test_demo.py

Raemi noreply at buildbot.pypy.org
Thu Feb 19 09:46:19 CET 2015


Author: Remi Meier <remi.meier at inf.ethz.ch>
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")
 
 


More information about the pypy-commit mailing list