| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 05c07ff70d6aa7d44681f4aa5df23d19b7ef7e22..b80d0003f0d89a70c20a57c9d02458fde229e2a5 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -235,7 +235,9 @@ polymer/e2e_test/bad_import1: RuntimeError # Issue 17596
|
| polymer/e2e_test/bad_import2: RuntimeError # Issue 17596
|
| polymer/e2e_test/bad_import3: Fail, OK # tests broken import
|
| polymer/test/mirror_loader_test: Skip # tests development only behavior
|
| -web_components/test/interop_test: Fail # Issue 19322 (note: delete interop2_test when fixing this test)
|
| +
|
| +[ $compiler == dart2js && $runtime == chrome ]
|
| +web_components/test/interop_test: Fail # Issue 19322
|
|
|
| [ $compiler == dart2js && $runtime == chromeOnAndroid ]
|
| intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triage.
|
|
|