Mark js_test as failing for IE10

BUG=

Review URL: https://codereview.chromium.org//38343003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@29141 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
justinfagnani@google.com 2013-10-24 01:28:02 +00:00
parent e8f2abb833
commit a61f6f2ff0

View file

@ -64,6 +64,7 @@ xhr_test/json: Fail # TODO(kasperl): Please triage.
[ $compiler == dart2js && $runtime == ie10 ]
async_test: Pass, Fail # timers test fails on ie10.
indexeddb_5_test: Fail # Issue 12893
js_test: Fail # Issue 14246
[ $compiler == dart2js && ( $runtime == ie9 || $runtime == ie10 ) ]
worker_api_test: Fail # IE does not support URL.createObjectURL in web workers.