| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 4c0d31581abe826f3612f6c63c9efbb647c10b47..cef80864a0785916783a649737fb6701d7903e8a 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -44,9 +44,6 @@ 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
|
| @@ -104,9 +101,10 @@ 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: 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
|
|
|
| @@ -362,3 +360,4 @@ 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
|
|
|