Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
test: replace flag expose_internals to expose-internals
PR-URL: #32542 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Rich Trott <rtrott@gmail.com>
- Loading branch information
Showing
with
24 additions
and 24 deletions.
- +1 −1 test/parallel/test-child-process-bad-stdio.js
- +1 −1 test/parallel/test-child-process-exec-kill-throws.js
- +1 −1 test/parallel/test-child-process-http-socket-leak.js
- +1 −1 test/parallel/test-child-process-spawnsync-kill-signal.js
- +1 −1 test/parallel/test-child-process-spawnsync-shell.js
- +1 −1 test/parallel/test-child-process-validate-stdio.js
- +1 −1 test/parallel/test-child-process-windows-hide.js
- +1 −1 test/parallel/test-constants.js
- +1 −1 test/parallel/test-fs-open-flags.js
- +1 −1 test/parallel/test-http2-compat-socket.js
- +1 −1 test/parallel/test-http2-socket-proxy.js
- +1 −1 test/parallel/test-icu-stringwidth.js
- +1 −1 test/parallel/test-internal-util-decorate-error-stack.js
- +1 −1 test/parallel/test-os-checked-function.js
- +1 −1 test/parallel/test-readline-interface.js
- +1 −1 test/parallel/test-readline-tab-complete.js
- +1 −1 test/parallel/test-repl-history-perm.js
- +1 −1 test/parallel/test-repl.js
- +1 −1 test/parallel/test-safe-get-env.js
- +1 −1 test/parallel/test-stream-buffer-list.js
- +1 −1 test/parallel/test-stream2-readable-from-list.js
- +1 −1 test/parallel/test-tls-parse-cert-string.js
- +1 −1 test/parallel/test-tls-wrap-timeout.js
- +1 −1 test/parallel/test-util-internal.js
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,5 +1,5 @@ | ||
| 'use strict'; | ||
| // Flags: --expose-internals | ||
| const common = require('../common'); | ||
| const assert = require('assert'); | ||
| const cp = require('child_process'); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,5 +1,5 @@ | ||
| 'use strict'; | ||
| // Flags: --expose-internals | ||
| const common = require('../common'); | ||
| const assert = require('assert'); | ||
| const cp = require('child_process'); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,4 +1,4 @@ | ||
| // Flags: --expose-internals | ||
|
|
||
| 'use strict'; | ||
|
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,4 +1,4 @@ | ||
| // Flags: --expose-internals | ||
| 'use strict'; | ||
| const common = require('../common'); | ||
| const assert = require('assert'); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,4 +1,4 @@ | ||
| // Flags: --expose-internals | ||
| 'use strict'; | ||
| const common = require('../common'); | ||
| const assert = require('assert'); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,5 +1,5 @@ | ||
| 'use strict'; | ||
| // Flags: --expose-internals | ||
|
|
||
| const common = require('../common'); | ||
| const assert = require('assert'); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,4 +1,4 @@ | ||
| // Flags: --expose-internals | ||
| 'use strict'; | ||
| const common = require('../common'); | ||
| const assert = require('assert'); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,4 +1,4 @@ | ||
| // Flags: --expose-internals | ||
| 'use strict'; | ||
|
|
||
| require('../common'); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,4 +1,4 @@ | ||
| // Flags: --expose-internals | ||
|
|
||
| 'use strict'; | ||
|
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,4 +1,4 @@ | ||
| // Flags: --expose-internals | ||
|
|
||
| 'use strict'; | ||
|
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,4 +1,4 @@ | ||
| // Flags: --expose-internals | ||
| 'use strict'; | ||
| const common = require('../common'); | ||
|
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,4 +1,4 @@ | ||
| // Flags: --expose-internals | ||
| 'use strict'; | ||
| require('../common'); | ||
| const fixtures = require('../common/fixtures'); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,5 +1,5 @@ | ||
| 'use strict'; | ||
| // Flags: --expose-internals | ||
|
|
||
| require('../common'); | ||
| const { internalBinding } = require('internal/test/binding'); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,6 +1,6 @@ | ||
| 'use strict'; | ||
|
|
||
| // Flags: --expose-internals | ||
|
|
||
| const common = require('../common'); | ||
| const readline = require('readline'); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -2,7 +2,7 @@ | ||
|
|
||
| // Verifies that the REPL history file is created with mode 0600 | ||
|
|
||
| // Flags: --expose-internals | ||
|
|
||
| const common = require('../common'); | ||
|
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,5 +1,5 @@ | ||
| 'use strict'; | ||
| // Flags: --expose-internals | ||
|
|
||
| require('../common'); | ||
| const assert = require('assert'); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,4 +1,4 @@ | ||
| // Flags: --expose-internals | ||
| 'use strict'; | ||
| require('../common'); | ||
| const assert = require('assert'); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,4 +1,4 @@ | ||
| // Flags: --expose-internals | ||
|
|
||
| 'use strict'; | ||
| const common = require('../common'); | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| @@ -1,5 +1,5 @@ | ||
| 'use strict'; | ||
| // Flags: --expose-internals | ||
|
|
||
| require('../common'); | ||
| const assert = require('assert'); | ||