| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 630d09a7e3f3351bc6e2db82126da7d90eac665c..b886b8d9ea11e0fb6458670b4c5adbe62847a8c7 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -22,7 +22,7 @@ third_party/html5lib/test/dom_compat_test: Skip
|
| third_party/html5lib/test/browser/browser_test: Skip
|
|
|
| [ $compiler == dart2js ]
|
| -analyzer_experimental/test/generated/ast_test: Fail #Issue 12341
|
| +analyzer_experimental/test/generated/ast_test: RuntimeError #Issue 12341
|
|
|
| [ $compiler == dart2js && $checked && $runtime == ie9 ]
|
| crypto/test/base64_test: Timeout # Issue 12486
|
| @@ -34,15 +34,15 @@ crypto/test/sha256_test: Pass, Fail # v8 bug: Issue 12293
|
| path/test/relative_test: Pass, Fail # v8 bug: Issue 12293
|
|
|
| [ $runtime == d8 || $runtime == jsshell ]
|
| -unittest/test/unittest_nested_groups_setup_teardown_test: Pass, Fail # http://dartbug.com/10109
|
| -stack_trace/test/vm_test: Fail, OK # VM-specific traces
|
| -sequence_zip/test/stream_test: Fail, OK # Timers are not supported.
|
| +unittest/test/unittest_nested_groups_setup_teardown_test: Pass, RuntimeError # http://dartbug.com/10109
|
| +stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces
|
| +sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported.
|
|
|
| [$compiler == dart2dart]
|
| *: Skip
|
|
|
| [ $compiler == dart2js || $compiler == dart2dart ]
|
| -source_maps/test/vlq_test: Fail # A VLQ test checks for large numbers that
|
| +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).
|
|
|
|
|