-
Notifications
You must be signed in to change notification settings - Fork 409
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
non-headless tests missing url #419
Comments
Thanks for filing a bug report! @alexcrichton do you think this is related to how wasm-bindgen-test is using carriage returns? Is it doing so unconditionally, without checking whether stdout is a tty? |
It's true that I'm not really sure what's going on here, @smasher816 is the output you gisted above the exact output from wasm-pack? It has a number of oddities like:
Is this perhaps something like interleaving with indicatif causing problems? |
The output was copied directly out of my terminal, ant the "/" preceding Ctrl-C is part of a spinner (assumedly from indicatif). It does look like a possible interleaving issue as running the test again today is producing a different but still truncated line |
for what it's worth, in my attempt to repro this, i do not see a cut off line at all, i just see nothing:
|
this should be solved by #547 - it will be released today in 0.7.0. if you are still seeing the issue please reopen or file a new issue! thanks for the repo! |
🐛 Bug description
when running
wasm-pack test --firefox
I receive the following outputNotice the cut off "Int " line above the NO_HEADLESS message.
🤔 Expected Behavior
When running
NO_HEADLESS=1 cargo test --target wasm32-unknown-unknown
(with the wasm-bindgen-test-runner in .cargo/config) I see the expected URL lineNotice the "are now available at ..." line present
👟 Steps to reproduce
Run
wasm-pack test
without --headless🌍 Your environment
wasm-pack version: 0.5.1
wasm-bindgen-test: 0.2.25
rustc version: 1.31.0-nightly (424a749a0 2018-10-21)
The text was updated successfully, but these errors were encountered: