| Index: dart/pkg/pkg.status
|
| diff --git a/dart/pkg/pkg.status b/dart/pkg/pkg.status
|
| index 9e429834a94c5cb9df6356d3971570ca77aacc81..55c9d77e50fbe24b7545dc9c4a1cde22b4650d73 100644
|
| --- a/dart/pkg/pkg.status
|
| +++ b/dart/pkg/pkg.status
|
| @@ -101,9 +101,11 @@ collection_helpers/test/typed_buffers_test: RuntimeError
|
|
|
| [ $runtime == ie9 || $runtime == ie10 ]
|
| polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260
|
| -polymer/test/custom_event_test: RuntimeError # Issue 13260
|
| polymer/test/noscript_test: RuntimeError # Issue 13260
|
|
|
| +[ ($runtime == ie9 || $runtime == ie10) && $checked ]
|
| +polymer/test/take_attributes_test: RuntimeError # Issue 13260
|
| +
|
| # Skip browser-specific tests on VM
|
| [ $runtime == vm ]
|
| path/test/browser_test: Fail, OK # Uses dart:html
|
|
|