Mark language/arithmetic_test as failing on runtime=ie9 compiler=dart2js

I can't find any bug for this, and I don't see any dart2js people on the codereview disabling this on ff, is this a known problem?
Review URL: https://codereview.chromium.org//11889006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@17012 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
ricow@google.com 2013-01-14 08:58:01 +00:00
parent 72ebc65b16
commit a932ea6152

View file

@ -335,9 +335,10 @@ assign_top_method_test: Fail
[ $compiler == dart2js && $runtime == none ]
*: Fail, Pass # TODO(ahe): Triage these tests.
[ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9)]
arithmetic_test: Fail # Issue 7881
[ $compiler == dart2js && ($runtime == ff || $runtime == jsshell)]
arithmetic_test: Fail
call_through_null_getter_test: Fail # Expected: ObjectNotClosureException got: Instance of 'TypeError'
[ $compiler == dart2js && $runtime == ie9 ]