[pypy-svn] r35848 - pypy/dist/pypy/lang/js/test

santagada at codespeak.net santagada at codespeak.net
Mon Dec 18 14:36:56 CET 2006


Author: santagada
Date: Mon Dec 18 14:36:50 2006
New Revision: 35848

Removed:
   pypy/dist/pypy/lang/js/test/test_scope.py
Modified:
   pypy/dist/pypy/lang/js/test/test_interp.py
Log:
deleted some tests and skiped others


Modified: pypy/dist/pypy/lang/js/test/test_interp.py
==============================================================================
--- pypy/dist/pypy/lang/js/test/test_interp.py	(original)
+++ pypy/dist/pypy/lang/js/test/test_interp.py	Mon Dec 18 14:36:50 2006
@@ -10,6 +10,8 @@
 import sys
 from StringIO import StringIO
 
+py.test.skip("not finished yet")
+
 def parse_d(code):
     return build_interpreter(parse(code))
 



More information about the Pypy-commit mailing list