On 6/6/14, 12:21 PM, Boris Zbarsky wrote:
Yeah, I've been dealing a lot with edge cases of DOM APIs for the last
year or two....

Case in point.  I got some try results, and here's one of the failures:

748 INFO TEST-UNEXPECTED-FAIL | /tests/dom/indexedDB/test/test_multientry.html | exhausted indexes - got null, expected undefined

The test says:

93     is(req.result, undefined, "exhausted indexes");

The spec says:

  If performing operation failed then revert all changes made by
  operation, set the done flag on the request to true, set result of
  the request to undefined

So we're not following the spec, and the test that is supposedly supposed to check that is incorrectly claiming we are...

-Boris
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform

Reply via email to