Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJoyee Cheung <joyeec9h3@gmail.com>2018-10-24 18:24:31 +0300
committerMyles Borins <mylesborins@google.com>2018-11-29 19:39:20 +0300
commitc5577c17ac20201927bec12a45106e66ea107b41 (patch)
tree001d79f2c83484a0a41aa698609cc69f6c0bc77c /tools
parent1841d0f77609d947555221bfb81524ce8c63bfef (diff)
test: run code cache test by default and test generator
- Add the code cache tests to the default test suite, and test the bookkeeping when the binary is not built with the code cache. - Test the code cache generator to make sure we do not accidentally break it - until we enable code cache in the CI. Refs: https://github.com/nodejs/node/issues/21563 PR-URL: https://github.com/nodejs/node/pull/23855 Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/test.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/test.py b/tools/test.py
index 3d0ba43beca..cd361196653 100755
--- a/tools/test.py
+++ b/tools/test.py
@@ -1498,7 +1498,6 @@ def PrintCrashed(code):
IGNORED_SUITES = [
'addons',
'addons-napi',
- 'code-cache',
'doctool',
'internet',
'pummel',