Author: Stephan <[email protected]>
Branch: 
Changeset: r204:52a4e4420d83
Date: 2012-05-22 16:47 +0200
http://bitbucket.org/pypy/lang-js/changeset/52a4e4420d83/

Log:    7.8.2

diff --git a/js/test/ecma/LexicalConventions/7.8.2-n.js 
b/js/test/ecma/LexicalConventions/7.8.2-n.js
--- a/js/test/ecma/LexicalConventions/7.8.2-n.js
+++ b/js/test/ecma/LexicalConventions/7.8.2-n.js
@@ -45,7 +45,7 @@
 */
 
 var SECTION="7.8.2";
-var VERSION="ECMA_1"
+var VERSION="ECMA_1";
 startTest();
 writeHeaderToLog(SECTION+" "+"Examples of Semicolon Insertion");
 
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
@@ -22,6 +22,8 @@
     '7.4.3-4-n',
     '7.4.3-7-n',
     '7.4.3-9-n',
+    '7.7.3-2',
+    '7.7.4',
     '11.2.1-3-n',
     ]
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to