Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Side by Side Diff: pkg/pkg.status

Issue 433153005: Skip some slow analysis server tests on ARM and MIPS simulators. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 barback/test/package_graph/repetition_test: Skip # Times out 79 barback/test/package_graph/repetition_test: Skip # Times out
80 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow # 13524 80 scheduled_test/test/scheduled_server_test: Pass, Fail, Slow # 13524
81 81
82 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] 82 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ]
83 barback/test/too_many_open_files_test: Skip # 14220 83 barback/test/too_many_open_files_test: Skip # 14220
84 code_transformers/test/resolver_test: Skip # Issue 17908 84 code_transformers/test/resolver_test: Skip # Issue 17908
85 docgen/test/*: Skip # Too slow 85 docgen/test/*: Skip # Too slow
86 polymer/test/build/all_phases_test: Skip # Slow 86 polymer/test/build/all_phases_test: Skip # Slow
87 polymer/test/build/script_compactor_test: Skip # Slow 87 polymer/test/build/script_compactor_test: Skip # Slow
88 third_party/html5lib/test/tokenizer_test: Pass, Slow 88 third_party/html5lib/test/tokenizer_test: Pass, Slow
89 analysis_server/*: Skip # Timeout in some tests.
89 90
90 [ $compiler == dart2js ] 91 [ $compiler == dart2js ]
91 collection/test/equality_test/01: Fail # Issue 1533 92 collection/test/equality_test/01: Fail # Issue 1533
92 collection/test/equality_test/02: Fail # Issue 1533 93 collection/test/equality_test/02: Fail # Issue 1533
93 collection/test/equality_test/03: Fail # Issue 1533 94 collection/test/equality_test/03: Fail # Issue 1533
94 collection/test/equality_test/04: Fail # Issue 1533 95 collection/test/equality_test/04: Fail # Issue 1533
95 collection/test/equality_test/05: Fail # Issue 1533 96 collection/test/equality_test/05: Fail # Issue 1533
96 collection/test/equality_test/none: Pass, Fail # Issue 14348 97 collection/test/equality_test/none: Pass, Fail # Issue 14348
97 docgen/test/*: Skip # Far too slow 98 docgen/test/*: Skip # Far too slow
98 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time 99 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time
(...skipping 353 matching lines...) Expand 10 before | Expand all | Expand 10 after
452 oauth2/test/authorization_code_grant_test: Fail 453 oauth2/test/authorization_code_grant_test: Fail
453 oauth2/test/client_test: Fail 454 oauth2/test/client_test: Fail
454 oauth2/test/credentials_test: Fail 455 oauth2/test/credentials_test: Fail
455 oauth2/test/handle_access_token_response_test: Fail 456 oauth2/test/handle_access_token_response_test: Fail
456 457
457 [ $runtime == drt ] 458 [ $runtime == drt ]
458 http/test/html/client_test: Skip # Issue 18566 459 http/test/html/client_test: Skip # Issue 18566
459 460
460 [ $mode == debug ] 461 [ $mode == debug ]
461 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass 462 analysis_server/test/integration/analysis_domain_int_test: Slow, Pass
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698