| 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 278 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 289 dev_compiler/test/closure/closure_type_test: StaticWarning | 289 dev_compiler/test/closure/closure_type_test: StaticWarning |
| 290 dev_compiler/test/codegen_test: StaticWarning | 290 dev_compiler/test/codegen_test: StaticWarning |
| 291 dev_compiler/test/js/builder_test: StaticWarning | 291 dev_compiler/test/js/builder_test: StaticWarning |
| 292 dev_compiler/test/worker/worker_test: StaticWarning | 292 dev_compiler/test/worker/worker_test: StaticWarning |
| 293 front_end/test/dependency_grapher_test: StaticWarning | 293 front_end/test/dependency_grapher_test: StaticWarning |
| 294 front_end/test/memory_file_system_test: StaticWarning | 294 front_end/test/memory_file_system_test: StaticWarning |
| 295 front_end/test/physical_file_system_test: StaticWarning | 295 front_end/test/physical_file_system_test: StaticWarning |
| 296 front_end/test/scanner_test: StaticWarning | 296 front_end/test/scanner_test: StaticWarning |
| 297 front_end/test/src/async_dependency_walker_test: StaticWarning | 297 front_end/test/src/async_dependency_walker_test: StaticWarning |
| 298 front_end/test/src/base/libraries_reader_test: StaticWarning | 298 front_end/test/src/base/libraries_reader_test: StaticWarning |
| 299 front_end/test/src/base/processed_options_test: StaticWarning |
| 299 front_end/test/src/base/uri_resolver_test: StaticWarning | 300 front_end/test/src/base/uri_resolver_test: StaticWarning |
| 300 front_end/test/src/dependency_walker_test: StaticWarning | 301 front_end/test/src/dependency_walker_test: StaticWarning |
| 301 front_end/tool/perf_test: StaticWarning | 302 front_end/tool/perf_test: StaticWarning |
| 302 js_ast/test/printer_callback_test: StaticWarning | 303 js_ast/test/printer_callback_test: StaticWarning |
| 303 js_ast/test/string_escape_test: StaticWarning | 304 js_ast/test/string_escape_test: StaticWarning |
| 304 kernel/test/baseline_spec_mode_test: StaticWarning | 305 kernel/test/baseline_spec_mode_test: StaticWarning |
| 305 kernel/test/baseline_strong_mode_test: StaticWarning | 306 kernel/test/baseline_strong_mode_test: StaticWarning |
| 306 kernel/test/baseline_type_propagation_test: StaticWarning | 307 kernel/test/baseline_type_propagation_test: StaticWarning |
| 307 kernel/test/type_hashcode_test: StaticWarning | 308 kernel/test/type_hashcode_test: StaticWarning |
| 308 kernel/test/type_substitute_bounds_test: StaticWarning | 309 kernel/test/type_substitute_bounds_test: StaticWarning |
| (...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 493 analyzer/test/src/task/yaml_test: Crash # Issue 24485 | 494 analyzer/test/src/task/yaml_test: Crash # Issue 24485 |
| 494 | 495 |
| 495 [ $noopt || $runtime == dart_precompiled ] | 496 [ $noopt || $runtime == dart_precompiled ] |
| 496 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 497 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 497 | 498 |
| 498 [ $compiler == dart2js && $cps_ir && $checked ] | 499 [ $compiler == dart2js && $cps_ir && $checked ] |
| 499 *: Skip # `assert` not implemented, about 75% tests crash | 500 *: Skip # `assert` not implemented, about 75% tests crash |
| 500 | 501 |
| 501 [ $compiler == none ] | 502 [ $compiler == none ] |
| 502 kernel/test/closures_test: Fail | 503 kernel/test/closures_test: Fail |
| OLD | NEW |