diff --git a/test/README.md b/test/README.md index e535605080199a..cc3725764da543 100644 --- a/test/README.md +++ b/test/README.md @@ -25,7 +25,6 @@ For the tests to run on Windows, be sure to clone Node.js source code with the | `doctool` | Yes | Tests for the documentation generator. | | `es-module` | Yes | Test ESM module loading. | | `fixtures` | | Test fixtures used in various tests throughout the test suite. | -| `inspector-cli` | Yes | Tests for `node inspect` | | `internet` | No | Tests that make real outbound network connections. Tests for networking related modules may also be present in other directories, but those tests do not make outbound connections. | | `js-native-api` | Yes | Tests for Node.js-agnostic [n-api](https://nodejs.org/api/n-api.html) functionality. | | `known_issues` | Yes | Tests reproducing known issues within the system. All tests inside of this directory are expected to fail. If a test doesn't fail on certain platforms, those should be skipped via `known_issues.status`. | diff --git a/test/inspector-cli/inspector-cli.status b/test/inspector-cli/inspector-cli.status deleted file mode 100644 index 23a6558541513a..00000000000000 --- a/test/inspector-cli/inspector-cli.status +++ /dev/null @@ -1,7 +0,0 @@ -prefix inspector-cli - -# To mark a test as flaky, list the test name in the appropriate section -# below, without ".js", followed by ": PASS,FLAKY". Example: -# sample-test : PASS,FLAKY - -[true] # This section applies to all platforms diff --git a/test/inspector-cli/testcfg.py b/test/inspector-cli/testcfg.py deleted file mode 100644 index d45972ac3f1357..00000000000000 --- a/test/inspector-cli/testcfg.py +++ /dev/null @@ -1,6 +0,0 @@ -import sys, os -sys.path.append(os.path.join(os.path.dirname(__file__), '..')) -import testpy - -def GetConfiguration(context, root): - return testpy.SimpleTestConfiguration(context, root, 'inspector-cli') diff --git a/test/inspector-cli/test-inspector-cli-address.js b/test/sequential/test-debugger-address.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-address.js rename to test/sequential/test-debugger-address.js diff --git a/test/inspector-cli/test-inspector-cli-auto-resume.js b/test/sequential/test-debugger-auto-resume.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-auto-resume.js rename to test/sequential/test-debugger-auto-resume.js diff --git a/test/inspector-cli/test-inspector-cli-backtrace.js b/test/sequential/test-debugger-backtrace.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-backtrace.js rename to test/sequential/test-debugger-backtrace.js diff --git a/test/inspector-cli/test-inspector-cli-break.js b/test/sequential/test-debugger-break.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-break.js rename to test/sequential/test-debugger-break.js diff --git a/test/inspector-cli/test-inspector-cli-clear-breakpoints.js b/test/sequential/test-debugger-clear-breakpoints.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-clear-breakpoints.js rename to test/sequential/test-debugger-clear-breakpoints.js diff --git a/test/inspector-cli/test-inspector-cli-custom-port.js b/test/sequential/test-debugger-custom-port.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-custom-port.js rename to test/sequential/test-debugger-custom-port.js diff --git a/test/inspector-cli/test-inspector-cli-exceptions.js b/test/sequential/test-debugger-exceptions.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-exceptions.js rename to test/sequential/test-debugger-exceptions.js diff --git a/test/inspector-cli/test-inspector-cli-exec-scope.js b/test/sequential/test-debugger-exec-scope.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-exec-scope.js rename to test/sequential/test-debugger-exec-scope.js diff --git a/test/inspector-cli/test-inspector-cli-exec.js b/test/sequential/test-debugger-exec.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-exec.js rename to test/sequential/test-debugger-exec.js diff --git a/test/inspector-cli/test-inspector-cli-heap-profiler.js b/test/sequential/test-debugger-heap-profiler.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-heap-profiler.js rename to test/sequential/test-debugger-heap-profiler.js diff --git a/test/inspector-cli/test-inspector-cli-help.js b/test/sequential/test-debugger-help.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-help.js rename to test/sequential/test-debugger-help.js diff --git a/test/inspector-cli/test-inspector-cli-invalid-args.js b/test/sequential/test-debugger-invalid-args.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-invalid-args.js rename to test/sequential/test-debugger-invalid-args.js diff --git a/test/inspector-cli/test-inspector-cli-launch.js b/test/sequential/test-debugger-launch.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-launch.js rename to test/sequential/test-debugger-launch.js diff --git a/test/inspector-cli/test-inspector-cli-low-level.js b/test/sequential/test-debugger-low-level.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-low-level.js rename to test/sequential/test-debugger-low-level.js diff --git a/test/inspector-cli/test-inspector-cli-pid.js b/test/sequential/test-debugger-pid.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-pid.js rename to test/sequential/test-debugger-pid.js diff --git a/test/inspector-cli/test-inspector-cli-preserve-breaks.js b/test/sequential/test-debugger-preserve-breaks.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-preserve-breaks.js rename to test/sequential/test-debugger-preserve-breaks.js diff --git a/test/inspector-cli/test-inspector-cli-profile.js b/test/sequential/test-debugger-profile.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-profile.js rename to test/sequential/test-debugger-profile.js diff --git a/test/inspector-cli/test-inspector-cli-random-port-with-inspect-port.js b/test/sequential/test-debugger-random-port-with-inspect-port.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-random-port-with-inspect-port.js rename to test/sequential/test-debugger-random-port-with-inspect-port.js diff --git a/test/inspector-cli/test-inspector-cli-random-port.js b/test/sequential/test-debugger-random-port.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-random-port.js rename to test/sequential/test-debugger-random-port.js diff --git a/test/inspector-cli/test-inspector-cli-run-after-quit-restart.js b/test/sequential/test-debugger-run-after-quit-restart.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-run-after-quit-restart.js rename to test/sequential/test-debugger-run-after-quit-restart.js diff --git a/test/inspector-cli/test-inspector-cli-sb-before-load.js b/test/sequential/test-debugger-sb-before-load.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-sb-before-load.js rename to test/sequential/test-debugger-sb-before-load.js diff --git a/test/inspector-cli/test-inspector-cli-scripts.js b/test/sequential/test-debugger-scripts.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-scripts.js rename to test/sequential/test-debugger-scripts.js diff --git a/test/inspector-cli/test-inspector-cli-use-strict.js b/test/sequential/test-debugger-use-strict.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-use-strict.js rename to test/sequential/test-debugger-use-strict.js diff --git a/test/inspector-cli/test-inspector-cli-watchers.js b/test/sequential/test-debugger-watchers.js similarity index 100% rename from test/inspector-cli/test-inspector-cli-watchers.js rename to test/sequential/test-debugger-watchers.js