I'm trying to make changes to the BigInteger code. If I run the VM tests, they all pass.
I never used dart2js tests myself, but when I tried to execute the page.dart file, it launched Chromium and printed a page with a whole lot of hexdumps. The console displays this:
WARNING: This page is using a deprecated dart.js file. Please update this page as described here: http://news.dartlang.org/2013/01/big-breaking-change-dartjs-bootstrap-file-moving-to-pub.html (http://dart.googlecode.com/svn/branches/bleeding_edge/dart/client/dart.js:10)
Is the dart2js environment working correctly and do the tests pass if the black hexdumps are shown?
Can I base myself solely on VM tests?
I'm trying to make changes to the BigInteger code. If I run the VM tests, they all pass.
I never used dart2js tests myself, but when I tried to execute the
page.dartfile, it launched Chromium and printed a page with a whole lot of hexdumps. The console displays this:Is the dart2js environment working correctly and do the tests pass if the black hexdumps are shown?
Can I base myself solely on VM tests?