Skip to content

Commit

Permalink
test,debugger: migrate node-inspect tests to core
Browse files Browse the repository at this point in the history
Migrate the node-inspect tests to core (where node-inspect code now
lives) and remove node-inspect from deps directory.

PR-URL: nodejs#38161
Backport-PR-URL: nodejs#38858
Refs: nodejs#36481
Reviewed-By: Matteo Collina <matteo.collina@gmail.com>
Reviewed-By: Jan Krems <jan.krems@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Stephen Belanger <admin@stephenbelanger.com>
Reviewed-By: Gerhard Stöbich <deb2001-github@yahoo.de>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
  • Loading branch information
Trott authored and foxxyz committed Oct 18, 2021
1 parent 3c5dfc2 commit 7bb1e82
Show file tree
Hide file tree
Showing 76 changed files with 1,083 additions and 3,933 deletions.
4 changes: 0 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -563,10 +563,6 @@ test-pummel: all
test-internet: all
$(PYTHON) tools/test.py $(PARALLEL_ARGS) internet

test-node-inspect: $(NODE_EXE)
USE_EMBEDDED_NODE_INSPECT=1 $(NODE) tools/test-npm-package \
--install deps/node-inspect test

test-benchmark: | bench-addons-build
$(PYTHON) tools/test.py $(PARALLEL_ARGS) benchmark

Expand Down
11 changes: 0 additions & 11 deletions deps/node-inspect/.editorconfig

This file was deleted.

147 changes: 0 additions & 147 deletions deps/node-inspect/.eslintrc

This file was deleted.

31 changes: 0 additions & 31 deletions deps/node-inspect/.github/workflows/ci.yml

This file was deleted.

4 changes: 0 additions & 4 deletions deps/node-inspect/.gitignore

This file was deleted.

2 changes: 0 additions & 2 deletions deps/node-inspect/.npmrc

This file was deleted.

13 changes: 0 additions & 13 deletions deps/node-inspect/.travis.yml

This file was deleted.

Loading

0 comments on commit 7bb1e82

Please sign in to comment.