Open GoogleCodeExporter opened 8 years ago
[deleted comment]
This is keeping us from running our Jasmine specs on Safari using jsTestDriver.
Any idea of the cause?
The failing Safari is version 5.1.2 (64-bit).
The error message I see from JSTD is:
Safari 534.52.7 Mac OS: Run 1 tests (Passed: 0; Fails: 0; Errors 1) (0.00 ms)
error loading file: /test/vendor/assets/javascripts/jquery.js:2441: RangeError: Maximum call stack size exceeded.
This may work fine on an older Safari I have access to (5.0.3, also 64-bit). I
still need to investigate that further, however.
Original comment by benjamin...@gmail.com
on 22 Feb 2012 at 2:45
This is due to js-test-runner loading scripts more than 1 time when code
coverage is on. I do not see the same behavior in say Chrome.
Original comment by ehu...@mobileiron.com
on 5 Jul 2012 at 7:27
Did this get sorted out meanwhile? I would need a solution for this. Over here,
the Jasmine script gets into an infinite settimeout, and the result is the same
thing, and it only occurs if the coverage plugin is plugged in.
Original comment by rocska.a...@gmail.com
on 1 Mar 2014 at 5:11
Original issue reported on code.google.com by
devin.ba...@gmail.com
on 12 Jan 2012 at 1:39Attachments: