Author: Armin Rigo <[email protected]>
Branch:
Changeset: r49850:d5b182d7d0c7
Date: 2011-11-27 11:34 +0100
http://bitbucket.org/pypy/pypy/changeset/d5b182d7d0c7/
Log: Bah.
diff --git a/pypy/rlib/test/test_rstacklet.py b/pypy/rlib/test/test_rstacklet.py
--- a/pypy/rlib/test/test_rstacklet.py
+++ b/pypy/rlib/test/test_rstacklet.py
@@ -224,12 +224,12 @@
config.translation.continuation = True
config.translation.gcrootfinder = cls.gcrootfinder
GCROOTFINDER = cls.gcrootfinder
- if cls.gcrootfinder == "asmgcc" and sys.platform == "win32":
- py.test.skip("fails with asmgcc on win32")
cls.config = config
cls.old_values = Runner.config, Runner.STATUSMAX
Runner.config = config
Runner.STATUSMAX = 25000
+ if cls.gcrootfinder == "asmgcc" and sys.platform == "win32":
+ py.test.skip("fails with asmgcc on win32")
def teardown_class(cls):
Runner.config, Runner.STATUSMAX = cls.old_values
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit