Author: Stephan <[email protected]>
Branch: 
Changeset: r198:1b3043a56462
Date: 2012-05-21 14:31 +0200
http://bitbucket.org/pypy/lang-js/changeset/1b3043a56462/

Log:    7.4.3-7-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,18 @@
 
 
 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', '7.4.3-15-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',
+    '7.4.3-4-n',
+    '7.4.3-7-n',
+    ]
 
 def pytest_ignore_collect(path, config):
     if path.basename in exclusionlist:
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to