diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/purify/chrome_tests.py | 5 | ||||
-rwxr-xr-x | tools/traceline/traceline/scripts/crit_sec.js | 2 | ||||
-rwxr-xr-x | tools/traceline/traceline/scripts/heap.js | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/tools/purify/chrome_tests.py b/tools/purify/chrome_tests.py index b6c095a..76bb051 100644 --- a/tools/purify/chrome_tests.py +++ b/tools/purify/chrome_tests.py @@ -124,7 +124,7 @@ class ChromeTests: self._data_dir = os.path.join(module_dir, "test", "data", "purify") else: self._data_dir = os.path.join(module_dir, "data", "purify") - + cmd = list(self._command_preamble) cmd.append("--data_dir=%s" % self._data_dir) cmd.append("--report_dir=%s" % self._report_dir) @@ -344,7 +344,7 @@ class ChromeTests: multi=True) def TestV8(self): - shell = "v8_shell_sample.exe" + shell = "v8_shell.exe" # We need to compute _build_dir early to in order to pass in the # shell path as an argument to the test script. self.ComputeBuildDir("chrome", shell) @@ -402,4 +402,3 @@ def _main(argv): if __name__ == "__main__": ret = _main(sys.argv) sys.exit(ret) - diff --git a/tools/traceline/traceline/scripts/crit_sec.js b/tools/traceline/traceline/scripts/crit_sec.js index 018309a..906bba1 100755 --- a/tools/traceline/traceline/scripts/crit_sec.js +++ b/tools/traceline/traceline/scripts/crit_sec.js @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// You should run this with v8, like v8_shell_sample alloc.js datafile.json +// You should run this with v8, like v8_shell alloc.js datafile.json function toHex(num) { var str = ""; diff --git a/tools/traceline/traceline/scripts/heap.js b/tools/traceline/traceline/scripts/heap.js index e8b57a7..9025ac3 100755 --- a/tools/traceline/traceline/scripts/heap.js +++ b/tools/traceline/traceline/scripts/heap.js @@ -2,7 +2,7 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -// You should run this with v8, like v8_shell_sample alloc.js datafile.json +// You should run this with v8, like v8_shell alloc.js datafile.json function toHex(num) { var str = ""; |