Author: Stephan <[email protected]>
Branch:
Changeset: r203:6c882d751d8b
Date: 2012-05-22 16:34 +0200
http://bitbucket.org/pypy/lang-js/changeset/6c882d751d8b/
Log: wip
diff --git a/js/jsobj.py b/js/jsobj.py
--- a/js/jsobj.py
+++ b/js/jsobj.py
@@ -23,7 +23,6 @@
return self
def ToObject(self):
- import pdb; pdb.set_trace()
raise JsTypeError()
def ToNumber(self):
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,7 @@
'7.4.3-4-n',
'7.4.3-7-n',
'7.4.3-9-n',
+ '11.2.1-3-n',
]
def pytest_ignore_collect(path, config):
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit