mark flaky ie9 tests

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32187 260f80e4-7a28-3924-810f-c04153c831b5
diff --git a/pkg/pkg.status b/pkg/pkg.status
index 76c8ab31..90c23d2 100644
--- a/pkg/pkg.status
+++ b/pkg/pkg.status
@@ -96,6 +96,7 @@
 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9.
 typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9.
 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167
+polymer/test/bind_mdv_test: Pass, Fail # Issue 16441
 
 [ $runtime == safari ]
 fixnum/test/int_64_test: Pass, Fail # Bug in JSC.
diff --git a/tests/html/html.status b/tests/html/html.status
index 26672d0..1fd18b5 100644
--- a/tests/html/html.status
+++ b/tests/html/html.status
@@ -173,6 +173,8 @@
 xhr_cross_origin_test: Skip # Issue 12920
 xhr_test/json: Fail # IE9 returns null because of unsupported type
 js_test: RuntimeError # Issue 14645
+custom/mirrors_test: pass, fail # Issue 16441
+custom/constructor_calls_created_synchronously_test: pass, fail # Issue 16441
 
 # IE9 Feature support statuses-
 # All changes should be accompanied by platform support annotation changes.