Disables language/call_test for ARM

Issue 17449

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33621 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
zra@google.com 2014-03-12 22:09:33 +00:00
parent 128f863fd9
commit 8c289f8cd8

View file

@ -57,6 +57,9 @@ override_inheritance_mixed_test/09: MissingCompileTimeError # Issue 16137
unicode_bom_test: Fail # Issue 16067
[ $compiler == none && $runtime == vm && $arch == arm ]
call_test: Fail # Issue 17449
[ $compiler == none && $checked ]
type_variable_bounds4_test/01: Fail # Issue 14006