| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 0ddf32c333643441b4997afe890b29115215d5e7..36160f6fbbe59c1fe6f3904ae637c54b8515cdf6 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -25,13 +25,13 @@ third_party/html5lib/test/browser/browser_test: Skip
|
| http/test/http_test: Pass, RuntimeError # Issue 15652
|
|
|
| [ $compiler == dart2js ]
|
| -collection_helpers/test/equality_test/01: Fail # Issue 1533
|
| -collection_helpers/test/equality_test/02: Fail # Issue 1533
|
| -collection_helpers/test/equality_test/03: Fail # Issue 1533
|
| -collection_helpers/test/equality_test/04: Fail # Issue 1533
|
| -collection_helpers/test/equality_test/05: Fail # Issue 1533
|
| -collection_helpers/test/equality_test/none: Pass, Fail # Issue 14348
|
| -collection_helpers/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64List.
|
| +collection/test/equality_test/01: Fail # Issue 1533
|
| +collection/test/equality_test/02: Fail # Issue 1533
|
| +collection/test/equality_test/03: Fail # Issue 1533
|
| +collection/test/equality_test/04: Fail # Issue 1533
|
| +collection/test/equality_test/05: Fail # Issue 1533
|
| +collection/test/equality_test/none: Pass, Fail # Issue 14348
|
| +typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64List.
|
|
|
| [ $compiler == dart2js && $checked ]
|
| crypto/test/base64_test: Slow, Pass
|
| @@ -44,7 +44,7 @@ serialization/test/serialization_test: Skip
|
| unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http://dartbug.com/10109
|
| stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces
|
| stack_trace/test/chain_test: Fail # Issues 15171 and 15105
|
| -sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported.
|
| +async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
|
| unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.com/7728.
|
|
|
| [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
|
| @@ -83,7 +83,7 @@ source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
|
| # Bug in Spidermonkey's Uint8ClampedArray on x64 (non-Win FF is x64, Win is x86)
|
| # See https://bugzilla.mozilla.org/show_bug.cgi?id=940972
|
| # Likely to get patched only on some versions of Firefox.
|
| -collection_helpers/test/typed_buffers_test: RuntimeError
|
| +typed_data/test/typed_buffers_test: RuntimeError
|
|
|
| [ $runtime == opera && $compiler == dart2js ]
|
| intl/test/find_default_locale_browser_test: Fail
|
| @@ -92,14 +92,14 @@ intl/test/date_time_format_http_request_test: Skip # Timeout.
|
| [ $runtime == ie9 ]
|
| intl/test/date_time_format_http_request_test: Fail # Issue 8983
|
| mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9.
|
| -collection_helpers/test/typed_buffers_test: Fail, Crash # 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
|
|
|
| [ $runtime == safari ]
|
| fixnum/test/int_64_test: Pass, Fail # Bug in JSC.
|
|
|
| # Unexplained errors only occuring on Safari.
|
| -collection_helpers/test/typed_buffers_test: RuntimeError
|
| +typed_data/test/typed_buffers_test: RuntimeError
|
|
|
| [ $runtime == ie9 || $runtime == ie10 ]
|
| polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260
|
|
|