[pypy-commit] pypy default: Skip the fmod test for now.

arigo noreply at buildbot.pypy.org
Fri Nov 11 19:11:24 CET 2011


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r49336:c6c97bf46846
Date: 2011-11-11 18:08 +0000
http://bitbucket.org/pypy/pypy/changeset/c6c97bf46846/

Log:	Skip the fmod test for now.

diff --git a/pypy/module/pypyjit/test_pypy_c/test_math.py b/pypy/module/pypyjit/test_pypy_c/test_math.py
--- a/pypy/module/pypyjit/test_pypy_c/test_math.py
+++ b/pypy/module/pypyjit/test_pypy_c/test_math.py
@@ -1,3 +1,4 @@
+import py
 from pypy.module.pypyjit.test_pypy_c.test_00_model import BaseTestPyPyC
 
 
@@ -61,6 +62,7 @@
         """)
 
     def test_fmod(self):
+        py.test.skip("test relies on the old and broken ll_math_fmod")
         def main(n):
             import math
 


More information about the pypy-commit mailing list