[pypy-commit] lang-js default: 7.4.3-15-n

stepahn noreply at buildbot.pypy.org
Fri Dec 28 11:33:37 CET 2012


Author: Stephan <stephan at stzal.com>
Branch: 
Changeset: r197:c93f3cb6f242
Date: 2012-05-21 14:28 +0200
http://bitbucket.org/pypy/lang-js/changeset/c93f3cb6f242/

Log:	7.4.3-15-n

diff --git a/js/test/ecma/conftest.py b/js/test/ecma/conftest.py
--- a/js/test/ecma/conftest.py
+++ b/js/test/ecma/conftest.py
@@ -10,7 +10,7 @@
 
 
 exclusionlist = ['shell.js', 'browser.js']
-skip = ['15.4.5.1-1', '10.2.2-2', '15.1.2.1-2', '15.5.4.11-2', '15.5.4.11-5', '7.2-1', '7.4.3-14-n']
+skip = ['15.4.5.1-1', '10.2.2-2', '15.1.2.1-2', '15.5.4.11-2', '15.5.4.11-5', '7.2-1', '7.4.3-14-n', '7.4.3-15-n']
 
 def pytest_ignore_collect(path, config):
     if path.basename in exclusionlist:


More information about the pypy-commit mailing list