| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index cef80864a0785916783a649737fb6701d7903e8a..1ea8313ec2ec8e3bd7ff3a3b5fc711a3af126224 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -44,6 +44,9 @@ serialization/test/serialization_test: Skip
|
| [ $runtime == jsshell ]
|
| analyzer/test/generated/element_test: Pass, Slow # Issue 16473
|
|
|
| +[ $compiler == dart2js && $checked && $runtime == drt ]
|
| +async/test/stream_zip_test: RuntimeError # Issue 16719
|
| +
|
| [ $runtime == d8 || $runtime == jsshell ]
|
| unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http://dartbug.com/10109
|
| stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces
|
| @@ -101,10 +104,9 @@ 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: Slow, Pass
|
| +template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717
|
|
|
| [ $runtime == safari ]
|
| -fixnum/test/int_64_test: Pass, Fail # Bug in JSC.
|
| -
|
| # Unexplained errors only occuring on Safari.
|
| typed_data/test/typed_buffers_test: RuntimeError
|
|
|
| @@ -360,4 +362,3 @@ stack_trace/test/vm_test: PubGetError
|
|
|
| [ $runtime == ie9 ]
|
| polymer: Pass, Fail, Timeout # Issue 16717
|
| -template_binding/test/custom_element_bindings: Pass, Fail, Timeout # Issue 16717
|
|
|