Skip to content

Commit

Permalink
Add pub tests to pkg_tested.status
Browse files Browse the repository at this point in the history
R=rnystrom@google.com

Review URL: https://codereview.chromium.org//1157863006
  • Loading branch information
nex3 committed May 29, 2015
1 parent 6c2bda6 commit 011fa23
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions third_party/pkg_tested/pkg_tested.status
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 011fa23

Please sign in to comment.