indexeddbshim / IndexedDBShim

A polyfill for IndexedDB using WebSql
Other
968 stars 191 forks source link

Single test problem for Firefox Mocha testing #250

Closed brettz9 closed 5 years ago

brettz9 commented 8 years ago

There is one issue in running the Mocha tests for Firefox. (It is some kind of Sinon interaction problem which I reported at https://github.com/sinonjs/sinon/issues/1066 but we need to come up with a test case.)

Firefox has some getStackFrames error with the following specific test: http://localhost:9999/tests-mocha/index.html?grep=IDBTransaction%20events%20should%20fire%20the%20onerror%20event%20if%20an%20asynchronous%20error%20occurs

The test group of which it is a part is http://localhost:9999/tests-mocha/index.html?grep=IDBTransaction%20events

brettz9 commented 5 years ago

The mentioned bug seems to have been fix, and it appears to be just a bug remaining with this issue in Firefox, so closing.