Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a4084d6

Browse filesBrowse files
Trotttargos
authored andcommitted
test,debugger: migrate node-inspect tests to core
Migrate the node-inspect tests to core (where node-inspect code now lives) and remove node-inspect from deps directory. PR-URL: #38161 Refs: https://github.com/nodejs/node/discussions/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>
1 parent 6c3e504 commit a4084d6
Copy full SHA for a4084d6

File tree

Expand file treeCollapse file tree

76 files changed

+1083
-3933
lines changed
Open diff view settings
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

76 files changed

+1083
-3933
lines changed
Open diff view settings
Collapse file

‎Makefile‎

Copy file name to clipboardExpand all lines: Makefile
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -565,10 +565,6 @@ test-pummel: all
565565
test-internet: all
566566
$(PYTHON) tools/test.py $(PARALLEL_ARGS) internet
567567

568-
test-node-inspect: $(NODE_EXE)
569-
USE_EMBEDDED_NODE_INSPECT=1 $(NODE) tools/test-npm-package \
570-
--install deps/node-inspect test
571-
572568
test-benchmark: | bench-addons-build
573569
$(PYTHON) tools/test.py $(PARALLEL_ARGS) benchmark
574570

Collapse file

‎deps/node-inspect/.editorconfig‎

Copy file name to clipboardExpand all lines: deps/node-inspect/.editorconfig
-11Lines changed: 0 additions & 11 deletions
This file was deleted.
Collapse file

‎deps/node-inspect/.eslintrc‎

Copy file name to clipboardExpand all lines: deps/node-inspect/.eslintrc
-147Lines changed: 0 additions & 147 deletions
This file was deleted.
Collapse file

‎deps/node-inspect/.github/workflows/ci.yml‎

Copy file name to clipboardExpand all lines: deps/node-inspect/.github/workflows/ci.yml
-31Lines changed: 0 additions & 31 deletions
This file was deleted.
Collapse file

‎deps/node-inspect/.gitignore‎

Copy file name to clipboardExpand all lines: deps/node-inspect/.gitignore
-4Lines changed: 0 additions & 4 deletions
This file was deleted.
Collapse file

‎deps/node-inspect/.npmrc‎

Copy file name to clipboardExpand all lines: deps/node-inspect/.npmrc
-2Lines changed: 0 additions & 2 deletions
This file was deleted.
Collapse file

‎deps/node-inspect/.travis.yml‎

Copy file name to clipboardExpand all lines: deps/node-inspect/.travis.yml
-13Lines changed: 0 additions & 13 deletions
This file was deleted.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.