kawanet / msgpack-lite

Fast Pure JavaScript MessagePack Encoder and Decoder / msgpack.org[JavaScript]
https://www.npmjs.com/package/msgpack-lite
MIT License
987 stars 127 forks source link

tests for "iphone 8.4 on Mac 10.10", "safari 8 on Mac 10.10" always failed. #77

Open hackerwins opened 7 years ago

hackerwins commented 7 years ago

Thank you for hard work.

But tests for "iphone 8.4 on Mac 10.10", "safari 8 on Mac 10.10" always failed on master branch.

For launching test, I forked repository(hackerwins/msgpack-lite) from this repository(kawanet/msgpack-lite). I tried to test two times and I noticed two tests is always failed. For detail logs you can visit below link. https://travis-ci.org/hackerwins/msgpack-lite/jobs/272323947

If It is just saucelab issue not code, how about remove that platform on test?

Thanks.

kawanet commented 6 years ago

Nobody use iOS 8 anymore. I'll cut it. Thank you for your reporting.

mattytrentini commented 6 years ago

It seems like all builds (except IE11?) are failing right now?

image

dchenk commented 6 years ago

The tests failing every time seem to be these two:

kawanet commented 6 years ago

I'd like to switch the browser testing platform to BrowserStack. It's not done yet though.