[pypy-commit] lang-js default: fixed date constructor

stepahn noreply at buildbot.pypy.org
Fri Dec 28 11:35:43 CET 2012


Author: Stephan <stephan at stzal.com>
Branch: 
Changeset: r321:a749d54a3839
Date: 2012-12-12 15:49 +0100
http://bitbucket.org/pypy/lang-js/changeset/a749d54a3839/

Log:	fixed date constructor

diff --git a/js/builtins_date.py b/js/builtins_date.py
--- a/js/builtins_date.py
+++ b/js/builtins_date.py
@@ -91,7 +91,7 @@
     put_native_function(w_Date, u'UTC', parse)
 
     # 15.9.5.1
-    put_property(w_DatePrototype, u'constructor', w_DatePrototype)
+    put_property(w_DatePrototype, u'constructor', w_Date)
 
 
 @w_return
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
@@ -9,27 +9,104 @@
 
 EXCLUSIONLIST = ['shell.js', 'browser.js']
 SKIP = [
+    '10.2.2-2.1',
+    '11.2.1-1.250',
+    '11.2.1-1.251',
+    '11.2.1-3-n.0',
+    '11.2.1-3-n.1',
+    '12.10-1',
+    '12.6.3-2.0',
+    '12.7-1-n',
+    '12.8-1-n',
+    '12.9-1-n.0',
+    '15.1.2.1-2.0',
+    '15.1.2.2-2.1',
+    '15.1.2.2-2.13',
+    '15.1.2.2-2.2',
+    '15.1.2.2-2.21',
+    '15.1.2.2-2.22',
+    '15.1.2.2-2.3',
+    '15.1.2.2-2.4',
+    '15.1.2.2-2.6',
+    '15.4.4.3-1.9',
+    '15.4.4.5-3',
+    '15.4.5.1-1',
+    '15.5.1.22',
+    '15.5.1.23',
+    '15.5.1.32',
+    '15.5.1.45',
+    '15.5.1.46',
+    '15.5.4.10-1',
+    '15.5.4.11-2.0',
+    '15.5.4.11-2.1',
+    '15.5.4.11-2.10',
+    '15.5.4.11-2.11',
+    '15.5.4.11-2.12',
+    '15.5.4.11-2.13',
+    '15.5.4.11-2.14',
+    '15.5.4.11-2.15',
+    '15.5.4.11-2.16',
+    '15.5.4.11-2.17',
+    '15.5.4.11-2.18',
+    '15.5.4.11-2.19',
+    '15.5.4.11-2.2',
+    '15.5.4.11-2.20',
+    '15.5.4.11-2.21',
+    '15.5.4.11-2.22',
+    '15.5.4.11-2.23',
+    '15.5.4.11-2.24',
+    '15.5.4.11-2.25',
+    '15.5.4.11-2.26',
+    '15.5.4.11-2.27',
+    '15.5.4.11-2.28',
+    '15.5.4.11-2.29',
+    '15.5.4.11-2.3',
+    '15.5.4.11-2.30',
+    '15.5.4.11-2.31',
+    '15.5.4.11-2.32',
+    '15.5.4.11-2.33',
+    '15.5.4.11-2.34',
+    '15.5.4.11-2.35',
+    '15.5.4.11-2.36',
+    '15.5.4.11-2.37',
+    '15.5.4.11-2.4',
+    '15.5.4.11-2.5',
+    '15.5.4.11-2.6',
+    '15.5.4.11-2.7',
+    '15.5.4.11-2.8',
+    '15.5.4.11-2.9',
+    '15.5.4.11-5.16',
+    '15.5.4.11-5.3',
+    '15.5.4.12-1.184',
+    '15.5.4.12-4.80',
+    '15.5.4.12-4.93',
+    '15.5.4.4-2',
+    '15.5.4.5-2',
+    '15.5.4.5-5',
+    '15.5.4.6-2.231',
+    '15.5.4.6-2.231',
+    '15.5.4.9-1',
+    '15.8.2.13.35',
+    '15.8.2.13.57',
+    '15.8.2.13.58',
     '7.2-1.0',
     '7.2-1.1',
     '7.2-1.2',
     '7.2-1.3',
     '7.2-1.4',
     '7.2-1.5',
+    '7.2-6.0',
+    '7.2-6.1',
+    '7.4.3-13-n.0',
     '7.4.3-14-n',
     '7.4.3-15-n',
+    '7.4.3-2-n.0',
+    '7.4.3-3-n.0',
     '7.4.3-4-n',
     '7.4.3-7-n',
     '7.4.3-9-n',
-    '7.7.3-2',
-    '7.7.4',
-    '7.2-6.0',
-    '7.2-6.1',
-    '7.4.3-13-n.0',
-    '7.4.3-2-n.0',
-    '7.4.3-3-n.0',
     '7.6.14',
     '7.6.15',
-    '7.7.3-1.9',
     '7.7.3-1.11',
     '7.7.3-1.12',
     '7.7.3-1.13',
@@ -42,6 +119,8 @@
     '7.7.3-1.22',
     '7.7.3-1.23',
     '7.7.3-1.25',
+    '7.7.3-1.9',
+    '7.7.3-2',
     '7.7.3.155',
     '7.7.3.156',
     '7.7.3.157',
@@ -49,17 +128,8 @@
     '7.7.3.162',
     '7.7.3.163',
     '7.7.3.167',
-    '9.8.1.12',
-    '9.8.1.13',
-    '9.8.1.22',
-    '9.8.1.35',
-    '9.4-1.0',
-    '9.4-1.1',
-    '9.4-1.2',
-    '9.4-2.0',
-    '9.4-2.1',
-    '9.4-2.2',
-    '9.8.1.36',
+    '7.7.4',
+    '9.3.1-3.104',
     '9.3.1-3.39',
     '9.3.1-3.41',
     '9.3.1-3.42',
@@ -73,96 +143,8 @@
     '9.3.1-3.52',
     '9.3.1-3.53',
     '9.3.1-3.55',
-    '9.3.1-3.104',
-    '10.2.2-2.1',
-    '11.2.1-3-n.0',
-    '11.2.1-3-n.1',
-    '12.10-1',
-    '12.6.3-2.0',
-    '12.7-1-n',
-    '12.8-1-n',
-    '12.9-1-n.0',
-    '15.1.2.1-2.0',
-    '15.4.4.5-3',
-    '15.4.5.1-1',
-    '15.5.4.11-2.0',
-    '15.5.4.11-2.1',
-    '15.5.4.11-2.2',
-    '15.5.4.11-2.3',
-    '15.5.4.11-2.4',
-    '15.5.4.11-2.5',
-    '15.5.4.11-2.6',
-    '15.5.4.11-2.7',
-    '15.5.4.11-2.8',
-    '15.5.4.11-2.9',
-    '15.5.4.11-2.10',
-    '15.5.4.11-2.11',
-    '15.5.4.11-2.12',
-    '15.5.4.11-2.13',
-    '15.5.4.11-2.14',
-    '15.5.4.11-2.15',
-    '15.5.4.11-2.16',
-    '15.5.4.11-2.17',
-    '15.5.4.11-2.18',
-    '15.5.4.11-2.19',
-    '15.5.4.11-2.20',
-    '15.5.4.11-2.21',
-    '15.5.4.11-2.22',
-    '15.5.4.11-2.23',
-    '15.5.4.11-2.24',
-    '15.5.4.11-2.25',
-    '15.5.4.11-2.26',
-    '15.5.4.11-2.27',
-    '15.5.4.11-2.28',
-    '15.5.4.11-2.29',
-    '15.5.4.11-2.30',
-    '15.5.4.11-2.31',
-    '15.5.4.11-2.32',
-    '15.5.4.6-2.231',
-    '15.5.4.11-2.33',
-    '15.5.4.11-2.34',
-    '15.5.4.11-2.35',
-    '15.5.4.11-2.36',
-    '15.5.4.11-2.37',
-    '15.5.4.11-5.3',
-    '15.5.4.11-5.16',
-    '15.5.1.22',
-    '15.5.1.23',
-    '15.5.1.32',
-    '15.5.1.45',
-    '15.5.1.46',
-    '15.5.4.12-1.184',
-    '15.5.4.12-4.80',
-    '15.5.4.12-4.93',
-    '15.4.4.3-1.9',
-    '15.1.2.2-2.22',
-    '15.1.2.2-2.1',
-    '15.1.2.2-2.2',
-    '15.1.2.2-2.3',
-    '15.1.2.2-2.4',
-    '15.1.2.2-2.6',
-    '15.1.2.2-2.13',
-    '15.1.2.2-2.21',
-    '15.8.2.13.35',
-    '15.8.2.13.57',
-    '15.8.2.13.58',
-    '15.5.4.10-1',
-    '15.5.4.4-2',
-    '15.5.4.5-2',
-    '15.5.4.5-5',
-    '15.5.4.9-1',
-    '15.5.4.6-2.231',
-    # '11.2.1-1.176',
-    # '11.2.1-1.177',
-    # '11.2.1-1.250',
-    # '11.2.1-1.251',
-    '9.4-1.3',
-    '9.4-1.4',
-    '9.4-1.5',
-    '9.4-1.6',
-    '9.4-1.7',
-    '9.4-1.8',
-    '9.4-1.9',
+    '9.4-1.0',
+    '9.4-1.1',
     '9.4-1.10',
     '9.4-1.11',
     '9.4-1.12',
@@ -172,13 +154,16 @@
     '9.4-1.16',
     '9.4-1.17',
     '9.4-1.18',
-    '9.4-2.3',
-    '9.4-2.4',
-    '9.4-2.5',
-    '9.4-2.6',
-    '9.4-2.7',
-    '9.4-2.8',
-    '9.4-2.9',
+    '9.4-1.2',
+    '9.4-1.3',
+    '9.4-1.4',
+    '9.4-1.5',
+    '9.4-1.6',
+    '9.4-1.7',
+    '9.4-1.8',
+    '9.4-1.9',
+    '9.4-2.0',
+    '9.4-2.1',
     '9.4-2.10',
     '9.4-2.11',
     '9.4-2.12',
@@ -188,6 +173,19 @@
     '9.4-2.16',
     '9.4-2.17',
     '9.4-2.18',
+    '9.4-2.2',
+    '9.4-2.3',
+    '9.4-2.4',
+    '9.4-2.5',
+    '9.4-2.6',
+    '9.4-2.7',
+    '9.4-2.8',
+    '9.4-2.9',
+    '9.8.1.12',
+    '9.8.1.13',
+    '9.8.1.22',
+    '9.8.1.35',
+    '9.8.1.36',
 ]
 
 


More information about the pypy-commit mailing list