| Index: pkg/pkg.status
|
| ===================================================================
|
| --- pkg/pkg.status (revision 34547)
|
| +++ pkg/pkg.status (working copy)
|
| @@ -31,7 +31,15 @@
|
| [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ]
|
| docgen/test/only_lib_content_in_pkg_test: Skip # slow
|
| docgen/test/typedef_test: Skip # slow
|
| +barback/test/too_many_open_files_test: Skip # 14220
|
| +third_party/html5lib/test/tokenizer_test: Pass, Slow
|
| +docgen/test/generate_json_test: Skip # Issue 17003
|
| +polymer/test/build/script_compactor_test: Skip # Slow
|
| +polymer/test/build/all_phases_test: Skip # Slow
|
|
|
| +[ $runtime == vm && $mode == debug && ( $arch == simarm || $arch == simmips ) ]
|
| +code_transformers/test/resolver_test: Skip # Issue 17908
|
| +
|
| [ $compiler == dart2js ]
|
| collection/test/equality_test/01: Fail # Issue 1533
|
| collection/test/equality_test/02: Fail # Issue 1533
|
| @@ -253,13 +261,6 @@
|
| [ $arch == arm ]
|
| *: Skip # Issue 13624
|
|
|
| -[ $arch == simarm || $arch == simmips ]
|
| -barback/test/too_many_open_files_test: Skip # 14220
|
| -third_party/html5lib/test/tokenizer_test: Pass, Slow
|
| -docgen/test/generate_json_test: Skip # Issue 17003
|
| -polymer/test/build/script_compactor_test: Skip # Slow
|
| -polymer/test/build/all_phases_test: Skip # Slow
|
| -
|
| [ $arch == simarm && $checked ]
|
| watcher/test/directory_watcher/linux_test: Skip # Issue 16118
|
|
|
|
|