Commit db95ed0
test: move debugger tests with --port=0 to parallel
Before
```
❯ tools/test.py "sequential/test-debugger*"
[00:25|% 100|+ 32|- 0]: Done
All tests passed.
❯ tools/test.py -J "parallel/test-debugger*"
[00:05|% 100|+ 6|- 0]: Done
All tests passed.
```
After
```
❯ tools/test.py "sequential/test-debugger*"
[00:06|% 100|+ 5|- 0]: Done
All tests passed.
❯ tools/test.py -J "parallel/test-debugger*"
[00:05|% 100|+ 33|- 0]: Done
All tests passed.
```
PR-URL: #47274
Refs: #47146
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Moshe Atlow <moshe@atlow.co.il>
Reviewed-By: James M Snell <jasnell@gmail.com>1 parent 041885e commit db95ed0Copy full SHA for db95ed0
File tree
Expand file treeCollapse file tree
27 files changed
+0
-0
lines changedOpen diff view settings
Filter options
- test/parallel
Expand file treeCollapse file tree
27 files changed
+0
-0
lines changedOpen diff view settings
Collapse file
…sequential/test-debugger-auto-resume.mjs …t/parallel/test-debugger-auto-resume.mjstest/sequential/test-debugger-auto-resume.mjs renamed to test/parallel/test-debugger-auto-resume.mjs test/sequential/test-debugger-auto-resume.mjs renamed to test/parallel/test-debugger-auto-resume.mjs
Copy file name to clipboardFile renamed without changes.
Collapse file
…st/sequential/test-debugger-backtrace.js test/parallel/test-debugger-backtrace.jstest/sequential/test-debugger-backtrace.js renamed to test/parallel/test-debugger-backtrace.js test/sequential/test-debugger-backtrace.js renamed to test/parallel/test-debugger-backtrace.js
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
Collapse file
…ntial/test-debugger-breakpoint-exists.js …allel/test-debugger-breakpoint-exists.jstest/sequential/test-debugger-breakpoint-exists.js renamed to test/parallel/test-debugger-breakpoint-exists.js test/sequential/test-debugger-breakpoint-exists.js renamed to test/parallel/test-debugger-breakpoint-exists.js
Copy file name to clipboardFile renamed without changes.
Collapse file
…ntial/test-debugger-clear-breakpoints.js …allel/test-debugger-clear-breakpoints.jstest/sequential/test-debugger-clear-breakpoints.js renamed to test/parallel/test-debugger-clear-breakpoints.js test/sequential/test-debugger-clear-breakpoints.js renamed to test/parallel/test-debugger-clear-breakpoints.js
Copy file name to clipboardFile renamed without changes.
Collapse file
…t/sequential/test-debugger-exceptions.js test/parallel/test-debugger-exceptions.jstest/sequential/test-debugger-exceptions.js renamed to test/parallel/test-debugger-exceptions.js test/sequential/test-debugger-exceptions.js renamed to test/parallel/test-debugger-exceptions.js
Copy file name to clipboardFile renamed without changes.
Collapse file
…/sequential/test-debugger-exec-scope.mjs …st/parallel/test-debugger-exec-scope.mjstest/sequential/test-debugger-exec-scope.mjs renamed to test/parallel/test-debugger-exec-scope.mjs test/sequential/test-debugger-exec-scope.mjs renamed to test/parallel/test-debugger-exec-scope.mjs
Copy file name to clipboardFile renamed without changes.
Collapse file
test/sequential/test-debugger-exec.js test/parallel/test-debugger-exec.jstest/sequential/test-debugger-exec.js renamed to test/parallel/test-debugger-exec.js
Copy file name to clipboardFile renamed without changes.
Collapse file
…equential/test-debugger-heap-profiler.js …/parallel/test-debugger-heap-profiler.jstest/sequential/test-debugger-heap-profiler.js renamed to test/parallel/test-debugger-heap-profiler.js test/sequential/test-debugger-heap-profiler.js renamed to test/parallel/test-debugger-heap-profiler.js
Copy file name to clipboardFile renamed without changes.
File renamed without changes.
0 commit comments