[pypy-svn] r18492 - pypy/dist/pypy/translator/c/test

afa at codespeak.net afa at codespeak.net
Wed Oct 12 17:50:19 CEST 2005


Author: afa
Date: Wed Oct 12 17:50:16 2005
New Revision: 18492

Modified:
   pypy/dist/pypy/translator/c/test/test_extfunc.py
Log:
(valentino, afa): Skip a test that does not work reliably on win32


Modified: pypy/dist/pypy/translator/c/test/test_extfunc.py
==============================================================================
--- pypy/dist/pypy/translator/c/test/test_extfunc.py	(original)
+++ pypy/dist/pypy/translator/c/test/test_extfunc.py	Wed Oct 12 17:50:16 2005
@@ -18,6 +18,7 @@
 
 # note: clock synchronizes itself!
 def test_time_clock():
+    py.test.skip("time.clock like it is used here is not reliable")
     def does_stuff():
         return time.clock()
     f1 = compile(does_stuff, [])



More information about the Pypy-commit mailing list