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

Side by Side Diff: pkg/pkg.status

Issue 217603004: Mark some tests as slow in simarm and simmips (tests that involve the resolver) (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 [ $arch == mips ] 249 [ $arch == mips ]
250 *: Skip # Issue 13650 250 *: Skip # Issue 13650
251 251
252 [ $arch == arm ] 252 [ $arch == arm ]
253 *: Skip # Issue 13624 253 *: Skip # Issue 13624
254 254
255 [ $arch == simarm || $arch == simmips ] 255 [ $arch == simarm || $arch == simmips ]
256 barback/test/too_many_open_files_test: Skip # 14220 256 barback/test/too_many_open_files_test: Skip # 14220
257 third_party/html5lib/test/tokenizer_test: Pass, Slow 257 third_party/html5lib/test/tokenizer_test: Pass, Slow
258 docgen/test/generate_json_test: Skip # Issue 17003 258 docgen/test/generate_json_test: Skip # Issue 17003
259 polymer/test/build/script_compactor_test: Skip # Slow
260 polymer/test/build/all_phases_test: Skip # Slow
259 261
260 [ $arch == simarm && $checked ] 262 [ $arch == simarm && $checked ]
261 watcher/test/directory_watcher/linux_test: Skip # Issue 16118 263 watcher/test/directory_watcher/linux_test: Skip # Issue 16118
262 264
263 # Skip serialization test that explicitly has no library declaration in the 265 # Skip serialization test that explicitly has no library declaration in the
264 # test on Dartium, which requires all tests to have a library. 266 # test on Dartium, which requires all tests to have a library.
265 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 267 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
266 serialization/test/no_library_test: Skip # Expected Failure 268 serialization/test/no_library_test: Skip # Expected Failure
267 serialization/test/serialization_test: Fail # 13921 269 serialization/test/serialization_test: Fail # 13921
268 unittest/test/unittest_async_exception_test: Fail # 13921 270 unittest/test/unittest_async_exception_test: Fail # 13921
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
341 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 343 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
342 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 344 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
343 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 345 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
344 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 346 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
345 347
346 [ $use_repository_packages ] 348 [ $use_repository_packages ]
347 analyzer/test/*: PubGetError 349 analyzer/test/*: PubGetError
348 350
349 [ $runtime == ie9 ] 351 [ $runtime == ie9 ]
350 polymer: Pass, Fail, Timeout # Issue 16717 352 polymer: Pass, Fail, Timeout # Issue 16717
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