Skip args tests to get gots green.

TBR=efortuna@google.com
Review URL: https://chromiumcodereview.appspot.com//10829393

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@10917 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
dgrove@google.com 2012-08-17 19:51:18 +00:00
parent ab73bc7a40
commit a71d1a3b93

View file

@ -24,4 +24,6 @@ unittest/test/instance_test: Skip
[ $compiler == dart2js && $checked ]
fixnum/test/int_32_test: Fail # Issue 3720.
fixnum/test/int_64_test: Fail # Issue 3720.
fixnum/test/int_64_test: Fail # Issue 3720.
args/test/*: Skip # TODO(dgrove): skip while I get bots fixed