3.1.0 Add functions to get/set the close-on-exec flag #193
Annotations
7 errors
tests/index.test.ts > setCloseOnExec > setCloseOnExec:
tests/index.test.ts#L271
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ tests/index.test.ts:271:31
|
Build and test on x86_64-unknown-linux-gnu
Process completed with exit code 1.
|
Unhandled error:
tests/index.test.ts#L156
AssertionError: expected 'sh-3.2$ stty size; echo \'done1\'\r\n…' to contain '60 100'
- Expected
+ Received
- 60 100
+ sh-3.2$ stty size; echo 'done1'
+ 24 80
+ done1
+ stty size; echo 'done2'
+ sh-3.2$ stty size; echo 'done2'
+ 24 80
+ done2
+ sh-3.2$
❯ PassThrough.<anonymous> tests/index.test.ts:156:28
❯ PassThrough.emit node:events:519:28
This error originated in "tests/index.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "can be resized". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
tests/index.test.ts > setCloseOnExec > setCloseOnExec:
tests/index.test.ts#L271
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ tests/index.test.ts:271:31
|
Build and test on aarch64-apple-darwin
Process completed with exit code 1.
|
tests/index.test.ts > setCloseOnExec > setCloseOnExec:
tests/index.test.ts#L271
AssertionError: expected true to be false // Object.is equality
- Expected
+ Received
- false
+ true
❯ tests/index.test.ts:271:31
|
Build and test on x86_64-apple-darwin
Process completed with exit code 1.
|