| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 9c6384a20c14ca6271be0d4908f555ea84738157..0219688600fd01c46940f60c5221d08b67eda1d7 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -49,6 +49,7 @@ 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
|
| +compiler/tool/*: SkipByDesign # Only meant to run on vm
|
| lookup_map/test/version_check_test: SkipByDesign # Only meant to run in vm.
|
| typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64List.
|
|
|
| @@ -96,6 +97,7 @@ analyzer/test/*: SkipByDesign # Uses dart:io.
|
| analyzer/tool/task_dependency_graph/check_test: SkipByDesign # Uses dart:io.
|
| analyzer/tool/summary/check_test: SkipByDesign # Uses dart:io.
|
| analyzer2dart/*: SkipByDesign # Uses dart:io.
|
| +compiler/tool/*: SkipByDesign # Only meant to run on vm
|
| http_server/test/*: Fail, OK # Uses dart:io.
|
| observe/test/transformer_test: Fail, OK # Uses dart:io.
|
| observe/test/unique_message_test: SkipByDesign # Uses dart:io.
|
|
|