Closed calvinmetcalf closed 9 years ago
:+1:
The browser tests still aren't passing on travis?
Yeah not yet
On Sun, Oct 4, 2015, 2:35 AM Daniel Cousens notifications@github.com wrote:
The browser tests still aren't passing on travis?
— Reply to this email directly or view it on GitHub https://github.com/crypto-browserify/crypto-browserify/pull/139#issuecomment-145322574 .
we apparently do not support opera because it fails to be able to generate random numbers, I believe they didn't support that api because the result of Math.random() was actually cryptographically secure there, not a big deal because it's just the earlier pre blink based operae.
hm also ie9 fails due to the poor RNG, we may need to shim a non cryptographically secure one for the tests
ok all pasing now except android (due to known bug) and safari due to...it being the new IE?
Can't be merged unless tests are passing :S
Oh I know
On Sun, Oct 4, 2015, 6:04 PM Daniel Cousens notifications@github.com wrote:
Can't be merged unless tests are passing :S
— Reply to this email directly or view it on GitHub https://github.com/crypto-browserify/crypto-browserify/pull/139#issuecomment-145392118 .
getting weird flakiness on ipads...it's never the same version that fails
that being said it's pretty consistently md5 tests that are failing
its consistently the md5 test that the ipad (not iphone) is failing, so this could be real...
I've been trying all day to reproduce on an ipad simulator (like in saucelabs) and can't making me suspect its a saucelabs issue
Ping @dcousens on this I think we can merge without iPad s
ACK on merge, but, if you could outline where you got up with the iPad testing, that would be useful for future.
basically I set up the emulator with xcode on my mac and tested against all the failing version several times and was unable to reproduce the issue.
:+1: cheers
at it again, inspired by crypto-browserify/createHash#8