Chromium Code Reviews
DescriptionAttempting to stabilize node_model_test on IE9
Basically the test is passing fine on my IE9 VMs and the individual tests are passing on the bots, but it appears that when everything is run together on the bots, that the tests fail.
What I believe is happening is that we're delaying the MutationEvents using window.setImmediate which is being polyfilled on IE9 to window.setTimeout(0) and running into a timing issue on slow machines with the test.
We should have a much better resolution once we get a proper setImmediate from dart2js.
BUG=
Committed: https://code.google.com/p/dart/source/detail?r=20119
Patch Set 1 #
Messages
Total messages: 3 (0 generated)
|
|||||||||||||||||||