- Notifications
You must be signed in to change notification settings - Fork929
chore: Add (skipped)ptytest
test that hangs on Intel Mac (and Windows)#1629
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
chore: Add (skipped)ptytest
test that hangs on Intel Mac (and Windows)#1629
Uh oh!
There was an error while loading.Please reload this page.
Conversation
This was prompted by macOS test failures in#1591, and investigation using my macOS. The issue was narrowed down to not reading from If we can confirm that the tests are correct, we could merge this in as skipped tests and open up a new issue to track the progress. |
What's the status of this PR? |
ad76f64
to7692c5d
Compare21bcca7
to034cfa6
Compareptytest
on Intel Mac (and Windows)ptytest
on Intel Mac (and Windows)ptytest
on Intel Mac (and Windows)e7fad00
to487f338
CompareUh oh!
There was an error while loading.Please reload this page.
ptytest
on Intel Mac (and Windows)ptytest
test that hangs on Intel Mac (and Windows)…ows) (#1629)Co-authored-by: Steven Masley <stevenmasley@coder.com>
This (draft) PR adds a test that breaks
ptytest
with unconsumed output on Intel Macs.This is left open to inform / opportunity to investigate.
To reproduce:
go test ./pty/ptytest -v -run=TestPtytest/Do_not_hang -timeout=5s
Here is the trace:trace.txt
// @coder/backend@Emyrk