diff options
author | Joyee Cheung <joyeec9h3@gmail.com> | 2018-10-24 23:24:31 +0800 |
---|---|---|
committer | Joyee Cheung <joyeec9h3@gmail.com> | 2018-10-30 14:38:27 +0800 |
commit | 010a3f8c23cdab04f32d2d4218361af9c7821ee5 (patch) | |
tree | 03347496b32d0c22546413461949399cc49fc98f /tools/test.py | |
parent | 9c0c3f1443bc02eb46071028b2135a62661f0478 (diff) | |
download | node-new-010a3f8c23cdab04f32d2d4218361af9c7821ee5.tar.gz |
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/test.py')
-rwxr-xr-x | tools/test.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/test.py b/tools/test.py index 3d0ba43bec..cd36119665 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', |