Check failure is this: ../src/node.cc:649:void node::ResetStdio(): Assertion (err) != (-1)' failed.`
|
do |
|
err = tcsetattr(fd, TCSANOW, &s.termios); |
|
while (err == -1 && errno == EINTR); // NOLINT |
|
CHECK_NE(err, -1); |
Reproduction:
- Make sure you are on >=12.5.0
- clone https://github.com/engine262/engine262
npm run build && npm run test
- Tests start running, hit ctrl+c to kill it
- Check failure happens consistently here
Check failure is this:
../src/node.cc:649:void node::ResetStdio(): Assertion(err) != (-1)' failed.`node/src/node.cc
Lines 646 to 649 in dec5b22
Reproduction:
npm run build && npm run test