| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 0ecf6f400f58102731462dfee9618368f3384130..41fd2a5db6f61cc93f4204962ad6b28dde9db857 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -29,6 +29,7 @@ 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.
|
|
|
| [ $compiler == dart2js && $checked && $runtime == ie9 ]
|
| crypto/test/base64_test: Timeout # Issue 12486
|
| @@ -73,6 +74,11 @@ polymer/test/unbind_test: Skip # uses dart:html
|
| source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers that
|
| # overflow in JS (numbers slightly larger than
|
| # 32 bits where we do bitwise operations).
|
| +[ $runtime == ff && $system != windows ]
|
| +# 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
|
|
|
| [ $runtime == opera && $compiler == dart2js ]
|
| intl/test/find_default_locale_browser_test: Fail
|
| @@ -81,6 +87,7 @@ 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.
|
| polymer/test/instance_attrs_test: Pass, Fail # Issue 14167
|
|
|
| [ $runtime == safari ]
|
| @@ -91,6 +98,9 @@ stack_trace/test/trace_test: Fail # http://dartbug.com/12380
|
| crypto/test/sha256_test: Pass, Fail # Issue 12502
|
| crypto/test/hmac_sha256_test: Pass, Fail # Issue 12502
|
|
|
| +# Unexplained errors only occuring on Safari.
|
| +collection_helpers/test/typed_buffers_test: RuntimeError
|
| +
|
| [ $runtime == ie9 || $runtime == ie10 ]
|
| polymer/example/canonicalization/test/canonicalization_deploy_test: Pass, Timeout
|
| polymer/example/canonicalization/test/canonicalization_test: Fail, Timeout, OK # tests development only behavior
|
|
|