[pypy-svn] r39246 - pypy/dist/pypy/lang/js/test/ecma
santagada at codespeak.net
santagada at codespeak.net
Tue Feb 20 21:28:04 CET 2007
Author: santagada
Date: Tue Feb 20 21:28:03 2007
New Revision: 39246
Modified:
pypy/dist/pypy/lang/js/test/ecma/conftest.py
Log:
turn debugging on... lets see if this will help the test results or not
Modified: pypy/dist/pypy/lang/js/test/ecma/conftest.py
==============================================================================
--- pypy/dist/pypy/lang/js/test/ecma/conftest.py (original)
+++ pypy/dist/pypy/lang/js/test/ecma/conftest.py Tue Feb 20 21:28:03 2007
@@ -5,7 +5,7 @@
from py.__.test.outcome import Failed
import pypy.lang.js as js
-# js.jsobj.DEBUG = True
+js.jsobj.DEBUG = True
rootdir = py.magic.autopath().dirpath()
exclusionlist = ['shell.js', 'browser.js']
More information about the Pypy-commit
mailing list