Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

html/indexeddb_3_test fails on dartium in unchecked mode #19578

Closed
whesse opened this issue Jun 20, 2014 · 1 comment
Closed

html/indexeddb_3_test fails on dartium in unchecked mode #19578

whesse opened this issue Jun 20, 2014 · 1 comment

Comments

@whesse
Copy link
Member

whesse commented Jun 20, 2014

This test fails with a runtime error. The failure started between revisions r37511 and r37522 on the buildbot, but this has not been reliable information about the cause in the past.

The exception and stack are:
                   NoSuchMethodError: method not found: 'transaction'
                    Receiver: null
                    Arguments: ["TEST", "readonly"]</td>
                          </tr><tr><td></td><td colspan="2"><pre>dart:core-patch/object_patch.dart 45 Object.noSuchMethod
                    http://localhost:8083/root_dart/tests/html/indexeddb_3_test.dart 46:35 readAllViaCursor
                    http://localhost:8083/root_dart/tests/html/indexeddb_3_test.dart 107:30 main.&lt;fn&gt;
                    package:unittest/src/test_case.dart 102:27 _run.&lt;fn&gt;
                    dart:async/zone.dart 730 _rootRunUnary
                    dart:async/zone.dart 462 _ZoneDelegate.runUnary
 
Full report is at

http://chromegw.corp.google.com/i/client.dart/builders/dartium-android-release-be/builds/102/steps/dartium_test/logs/stdio

@whesse
Copy link
Member Author

whesse commented Jun 20, 2014

This is failing on dartium and content_shell as well, starting between revisions r37515 and r37522. It seems to fail only in unchecked mode.


Changed the title to: "html/indexeddb_3_test fails on dartium in unchecked mode".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants