mathiasbynens / jsperf.com

jsPerf.com source code
http://jsperf.com/
Other
473 stars 56 forks source link

Tests cannot complete on Safari 8 for iOS 8+ #204

Open fizker opened 9 years ago

fizker commented 9 years ago

The test cases seems to run correctly, but when it gets through them and needs to report it, a script error occurs.

This have been seen in both iOS 8.0.2 and 8.1.

jdalton commented 9 years ago

Thanks we'll try to dig into this.

Nicolas22929 commented 9 years ago

Got the same issue. :I

It's very annoying since I'm trying to run a benchmark on iOS safari

derekclee commented 9 years ago

Same here. Worked fine on desktop but got Script error for Safari 8.0 (ios 8.1.2)

megamaddu commented 9 years ago

Same.. any update on this?

jdalton commented 9 years ago

Same.. any update on this?

Nope. Pull requests welcomed.

gesius commented 9 years ago

Screenshot... safari8-ios

ronkorving commented 9 years ago

My guess is the problem lies somewhere in here, which might explain why the error's lineNumber is 0 and no fileName is set.

Question: do you really need to use the with statement? I think that's frowned upon even more than goto. I don't know what iOS 8 is really preventing from working. Maybe it's a cross domain issue, maybe it's with, maybe it's parent frame access... Some further investigation will be needed I guess, but I hope this might give someone some insights.