Chromium Code Reviews| OLD | NEW |
|---|---|
| 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 300 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 311 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members | 311 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members |
| 312 | 312 |
| 313 [ $runtime == vm && ($system == windows || $system == macos) ] | 313 [ $runtime == vm && ($system == windows || $system == macos) ] |
| 314 watcher/test/*/linux_test: Skip | 314 watcher/test/*/linux_test: Skip |
| 315 | 315 |
| 316 [ $runtime == vm && ($system == windows || $system == linux) ] | 316 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 317 watcher/test/*/mac_os_test: Skip | 317 watcher/test/*/mac_os_test: Skip |
| 318 | 318 |
| 319 [ $runtime == vm && $system == macos ] | 319 [ $runtime == vm && $system == macos ] |
| 320 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 | 320 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 |
| 321 | |
| 322 [ $use_repository_packages && $runtime != dartium ] | |
| 323 analyzer/test/error_test: PubGetError | |
| 324 analyzer/test/generated/ast_test: PubGetError | |
| 325 analyzer/test/generated/element_test: PubGetError | |
| 326 analyzer/test/generated/parser_test: PubGetError | |
| 327 analyzer/test/generated/resolver_test: PubGetError | |
| 328 analyzer/test/generated/scanner_test: PubGetError | |
| 329 analyzer/test/options_test: PubGetError | |
| 330 analyzer/test/parse_compilation_unit_test: PubGetError | |
| 331 analyzer/test/services/formatter_test: PubGetError | |
| 332 args/test/args_test: PubGetError | |
| 333 args/test/command_test: PubGetError | |
| 334 args/test/parse_all_test: PubGetError | |
| 335 args/test/parse_test: PubGetError | |
| 336 args/test/usage_test: PubGetError | |
| 337 async/test/stream_zip_test: PubGetError | |
| 338 async/test/stream_zip_zone_test: PubGetError | |
| 339 | |
| 340 [ $use_repository_packages && $runtime == dartium ] | |
| 341 analyzer/test/generated/scanner_test: PubGetError | |
|
ricow1
2014/01/06 10:39:14
this is the only dartium specific one, put the oth
| |
| 342 args/test/args_test: PubGetError | |
| 343 args/test/command_test: PubGetError | |
| 344 args/test/parse_all_test: PubGetError | |
| 345 args/test/parse_test: PubGetError | |
| 346 args/test/usage_test: PubGetError | |
| 347 async/test/stream_zip_test: PubGetError | |
| 348 async/test/stream_zip_zone_test: PubGetError | |
| 349 | |
| 350 [ $checked || $unchecked ] | |
|
ricow1
2014/01/06 10:39:14
isn't this _all_ cases, just put at the top, and d
| |
| 351 polymer/test/attr_mustache_test: Pass, RuntimeError | |
| 352 | |
| OLD | NEW |