aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorNorbert Lindenberg <ecmascript@lindenbergsoftware.com>2012-08-26 20:48:49 -0700
committerNorbert Lindenberg <ecmascript@lindenbergsoftware.com>2012-08-26 20:48:49 -0700
commit8cad7d03cea197bd374b35f4af95a58c7b583538 (patch)
tree2b2da7d73e42bd4026714127b4af56ee77759d88 /tools
parent1be52e222bddc6acfb14ad3a655d6359e121dc93 (diff)
Added tests for requirements imposed on the built-in objects of the ECMAScript Internationalization API Specification by the introduction of chapter 15 of the ECMAScript Language Specification.
- Removed some old tests that were redundant with the new tests. - Added testBuiltInObject.js as standard include for all console tests in test262.py – see related bug 574.
Diffstat (limited to 'tools')
-rwxr-xr-xtools/packaging/test262.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/packaging/test262.py b/tools/packaging/test262.py
index 4ab3a3af1..cff30baad 100755
--- a/tools/packaging/test262.py
+++ b/tools/packaging/test262.py
@@ -211,6 +211,7 @@ class TestCase(object):
source = self.suite.GetInclude("cth.js") + \
self.suite.GetInclude("sta.js") + \
self.suite.GetInclude("ed.js") + \
+ self.suite.GetInclude("testBuiltInObject.js") + \
self.test + '\n'
if self.strict_mode: