| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index b05bed14b5b6981a98010e6e63bd79cf79163b63..11d7ccbd5c5acad1e9d6a74f698eba93390604fc 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -148,23 +148,21 @@ crypto/test/sha256_test: Slow, Pass
|
| crypto/test/sha1_test: Slow, Pass
|
|
|
| [ $browser ]
|
| +*/test/analyzer_test: SkipByDesign # No need to run analysis tests on browser bots
|
| analysis_server/test/*: SkipByDesign # Uses dart:io.
|
| analysis_server/tool/spec/check_all_test: SkipByDesign # Uses dart:io.
|
| -analyzer2dart/*: SkipByDesign # Uses dart:io.
|
| analyzer/test/*: SkipByDesign # Uses dart:io.
|
| +analyzer2dart/*: SkipByDesign # Uses dart:io.
|
| +docgen/test/*: SkipByDesign # Uses dart:io.
|
| http_server/test/*: Fail, OK # Uses dart:io.
|
| observe/test/transformer_test: Fail, OK # Uses dart:io.
|
| -observe/test/unique_message_test: Skip # Intended only as a vm test.
|
| +observe/test/unique_message_test: SkipByDesign # Uses dart:io.
|
| stub_core_library/test/*: Fail, OK # Uses dart:io.
|
| third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337
|
| third_party/angular_tests/vm_test: SkipByDesign # Uses dart:io
|
| -
|
| -*/test/analyzer_test: Skip # No need to run analysis tests on browser bots
|
| -
|
| -# Skip tests on the browser if the test depends on dart:io
|
| -third_party/html5lib/test/parser_test: Skip
|
| -third_party/html5lib/test/tokenizer_test: Skip
|
| -third_party/html5lib/test/selectors/*: Skip
|
| +third_party/html5lib/test/parser_test: SkipByDesign # Uses dart:io.
|
| +third_party/html5lib/test/selectors/*: SkipByDesign # Uses dart:io.
|
| +third_party/html5lib/test/tokenizer_test: SkipByDesign # Uses dart:io.
|
|
|
| [ $arch == simarm64 ]
|
| # Timeout. These are not unit tests. They do not run efficiently on our
|
| @@ -176,9 +174,6 @@ third_party/html5lib/test/selectors/*: Skip
|
| mutation_observer: Skip
|
| third_party/html5lib/test/browser/browser_test: Skip
|
|
|
| -[ $browser ]
|
| -docgen/test/*: Skip # Uses dart:io
|
| -
|
| [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
| third_party/angular_tests/vm_test: StaticWarning # Uses removed APIs. See issue 18733.
|
| analyzer2dart/test/driver_test: StaticWarning # Issue 22418
|
| @@ -191,9 +186,9 @@ analyzer2dart/test/end2end_test: StaticWarning # Issue 22418
|
| third_party/angular_tests/*: Skip
|
|
|
| [ $unchecked ]
|
| -third_party/angular_tests/browser_test/angular: Skip # Requires checked mode.
|
| -third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
|
| -third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
|
| +third_party/angular_tests/browser_test/angular: SkipByDesign # Requires checked mode.
|
| +third_party/angular_tests/browser_test/core/scope: SkipByDesign # Requires checked mode.
|
| +third_party/angular_tests/browser_test/core/zone: SkipByDesign # Requires checked mode.
|
| third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
|
| third_party/angular_tests/browser_test/change_detection/dirty_checking_change_detector: Skip # Issue 17152
|
|
|
|
|