Index: pkg/pkg.status |
diff --git a/pkg/pkg.status b/pkg/pkg.status |
index 6c36555afea8463f97e97bcb09b50a2d7122d2fb..ab812da205b51dab83941d22157d3ae93959e322 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 |
Bill Hesse
2015/02/23 08:53:25
Why is this? Could there be a better explanation?
kevmoo
2015/02/23 21:30:17
I'm not sure, honestly. I'm just running with what
|
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 |
Bill Hesse
2015/02/23 08:53:25
I know these are slow, but it seems like there sho
Bill Hesse
2015/02/23 08:53:25
Add . to the end to be consistent.
kevmoo
2015/02/23 21:30:17
Done.
kevmoo
2015/02/23 21:30:17
docgen is actually going away soonish – well, repl
|
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 |
@@ -202,9 +197,9 @@ docgen/test/single_library_test: StaticWarning # Issue 22475 |
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 |