Skip to content
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

wasm-pack test --headless fails to run on macOS #717

Open
ordian opened this issue Sep 24, 2019 · 3 comments
Open

wasm-pack test --headless fails to run on macOS #717

ordian opened this issue Sep 24, 2019 · 3 comments

Comments

@ordian
Copy link

ordian commented Sep 24, 2019

🐛 Bug description

Tests in a crate that uses web-sys IndexedDB bindings fail to run on macOS:
paritytech/parity-common#202 (comment)

🤔 Expected Behavior

The tests should run as they do on linux.

👟 Steps to reproduce

https://github.com/paritytech/parity-common/pull/202/files#diff-354f30a63fb0907d4ad57269548329e3R46

🌍 Your environment

wasm-pack version: 0.8.1
rustc version: 1.37

@drager
Copy link
Member

drager commented Oct 2, 2019

Thanks for the report @ordian!

I don't have any macOS machine present so pretty hard for me to investigate this unfortunately... We would happily accept a pull request that resolves this and makes it work on macOS.

@ashleygwilliams
Copy link
Member

hi @ordian ! are you still running into this issue?

@ordian
Copy link
Author

ordian commented Jan 13, 2020

hey @ashleygwilliams! it seems like an incompatible chromedriver is installed by default on macOS
See paritytech/parity-common#226 (comment)
We're using this workaround for now.

I'm not sure if it's a bug in https://github.com/rustwasm/wasm-pack/blob/15e354f19ccef26cb7baca5dacda1bcd2f9904a2/src/test/webdriver/chromedriver.rs though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants