Skip to content

3.1.0 Add functions to get/set the close-on-exec flag #191

3.1.0 Add functions to get/set the close-on-exec flag

3.1.0 Add functions to get/set the close-on-exec flag #191

Triggered via pull request July 9, 2024 16:34
Status Failure
Total duration 3m 29s
Billable time 4m
Artifacts

CI.yml

on: pull_request
Matrix: build-test
Publish
0s
Publish
Fit to window
Zoom out
Zoom in

Annotations

7 errors
Unhandled error: tests/index.test.ts#L52
AssertionError: expected '' to be 'hello from a pty' // Object.is equality - Expected + Received - hello from a pty ❯ onExit tests/index.test.ts:52:35 ❯ wrapper.ts:84:35 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 "spawns and exits". 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 x86_64-unknown-linux-gnu
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 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.