| Index: third_party/pkg_tested/pkg_tested.status
|
| diff --git a/third_party/pkg_tested/pkg_tested.status b/third_party/pkg_tested/pkg_tested.status
|
| index c18a94c017f876678eaf9fd145b39b427a36ad06..c52ff207ff3dc9c67c35c7e9295a34125f3cb193 100644
|
| --- a/third_party/pkg_tested/pkg_tested.status
|
| +++ b/third_party/pkg_tested/pkg_tested.status
|
| @@ -11,9 +11,18 @@
|
| */*/*/*/packages/*/*: Skip
|
| */*/*/*/*/packages/*/*: Skip
|
|
|
| +pub/test/dart2js/compiles_generated_file_from_dependency_test: Pass, Slow
|
| +pub/test/serve/web_socket/url_to_asset_id_test: Pass, Slow
|
| +pub/test/transformer/loads_a_diamond_transformer_dependency_graph_test: Pass, Slow
|
| +
|
| [ $browser ]
|
| analyzer_cli/*: SkipByDesign # Uses dart:io.
|
| dart_style/*: SkipByDesign
|
| +pub/*: SkipByDesign
|
| +
|
| +[ $runtime == vm && $system == windows ]
|
| +pub/test/run/app_can_read_from_stdin_test: Fail # Issue 19448
|
| +pub/test/run/forwards_signal_posix_test: SkipByDesign
|
|
|
| [ $runtime == vm && ($mode == debug || $arch == mips || $arch == simmips || $arch == simarm || $arch == simarmv5te || $arch == simarm64 || $builder_tag == asan) ]
|
| dart_style/test/command_line_test: Skip # The test controller does not take into account that tests take much longer in debug mode or on simulators/mips.
|
|
|