| Index: pkg/pkg.status
|
| diff --git a/pkg/pkg.status b/pkg/pkg.status
|
| index 134b3da3f8b29d4e726dc6a3a85a5f4bee71b35b..fa9d96bcbe1d2a9793315ac686b95d67ff0da037 100644
|
| --- a/pkg/pkg.status
|
| +++ b/pkg/pkg.status
|
| @@ -15,6 +15,9 @@ scheduled_test/lib/*: Skip
|
| scheduled_test/test/scheduled_server_test: Pass, Fail, Slow, Crash # Issue 9231, 9582
|
| scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231
|
|
|
| +# Skip test not runnable via test.dart
|
| +third_party/html5lib/test/dom_compat_test: Skip
|
| +
|
| [ $compiler == dart2js ]
|
| analyzer_experimental/test/generated/ast_test: Fail #Issue 12341
|
|
|
| @@ -146,6 +149,10 @@ scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8
|
|
|
| */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
|
| +
|
| [ $runtime == safari]
|
| # Bug in JSC: the test only passes when being debugged.
|
| crypto/test/hmac_md5_test: Fail, Pass
|
| @@ -181,6 +188,7 @@ serialization/test/no_library_test: Skip # Expected Failure
|
| custom_element: Skip
|
| mdv: Skip
|
| mutation_observer: Skip
|
| +third_party/html5lib/test/browser/browser_test: Skip
|
|
|
| [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ]
|
| docgen/test/single_library_test: Skip # Uses dart:io
|
|
|