From e0fdc300789d68aaf50789c8e74d744a2b69bf51 Mon Sep 17 00:00:00 2001 From: smikes Date: Mon, 1 Dec 2014 20:02:31 -0700 Subject: [PATCH] add "assert.js" to python, website runners too --- tools/packaging/templates/runner.bestPractice.html | 1 + tools/packaging/templates/runner.intl402.html | 1 + tools/packaging/templates/runner.test262.html | 1 + tools/packaging/test262.py | 3 ++- 4 files changed, 5 insertions(+), 1 deletion(-) diff --git a/tools/packaging/templates/runner.bestPractice.html b/tools/packaging/templates/runner.bestPractice.html index 60c3bbef6f..5f2d4df723 100644 --- a/tools/packaging/templates/runner.bestPractice.html +++ b/tools/packaging/templates/runner.bestPractice.html @@ -11,6 +11,7 @@ + diff --git a/tools/packaging/templates/runner.intl402.html b/tools/packaging/templates/runner.intl402.html index 11f8321f06..989d734bf6 100644 --- a/tools/packaging/templates/runner.intl402.html +++ b/tools/packaging/templates/runner.intl402.html @@ -11,6 +11,7 @@ + diff --git a/tools/packaging/templates/runner.test262.html b/tools/packaging/templates/runner.test262.html index aff4f187c2..52c5c5e17d 100644 --- a/tools/packaging/templates/runner.test262.html +++ b/tools/packaging/templates/runner.test262.html @@ -11,6 +11,7 @@ + diff --git a/tools/packaging/test262.py b/tools/packaging/test262.py index 40c756fc95..196f4bb14f 100755 --- a/tools/packaging/test262.py +++ b/tools/packaging/test262.py @@ -290,7 +290,8 @@ try { def GetSource(self, command_template): # "var testDescrip = " + str(self.testRecord) + ';\n\n' + \ source = self.suite.GetInclude("sta.js") + \ - self.suite.GetInclude("cth.js") + self.suite.GetInclude("cth.js") + \ + self.suite.GetInclude("assert.js") if self.IsAsyncTest(): source = source + \