| 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 315 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 326 | 326 |
| 327 [ $runtime == vm && $checked ] | 327 [ $runtime == vm && $checked ] |
| 328 analysis_server/test/completion_test: Pass, Slow | 328 analysis_server/test/completion_test: Pass, Slow |
| 329 | 329 |
| 330 [ $runtime == vm && $system == windows] | 330 [ $runtime == vm && $system == windows] |
| 331 analysis_server/*: Skip # Issue 27557 | 331 analysis_server/*: Skip # Issue 27557 |
| 332 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 | 332 analysis_server/test/analysis/get_errors_test: Skip # runtime error, Issue 22180 |
| 333 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 | 333 analysis_server/test/integration/analysis/analysis_options_test: RuntimeError #
Issue 24796 |
| 334 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 | 334 analyzer/test/generated/all_the_rest_test: Fail # Issue 21772 |
| 335 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 | 335 analyzer/test/generated/source_factory_test: RuntimeError # Issue 26828 |
| 336 kernel/test/baseline_type_propagation_test: RuntimeError # Issue 28243 |
| 337 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28243 |
| 338 kernel/test/baseline_strong_mode_test: RuntimeError # Issue 28243 |
| 336 | 339 |
| 337 [ $compiler == dart2js ] | 340 [ $compiler == dart2js ] |
| 338 analysis_server/test/integration: SkipByDesign # Analysis server integration tes
ts don't make sense to run under dart2js, since the code under test always runs
in the Dart vm as a subprocess. | 341 analysis_server/test/integration: SkipByDesign # Analysis server integration tes
ts don't make sense to run under dart2js, since the code under test always runs
in the Dart vm as a subprocess. |
| 339 analyzer_cli/test/*: SkipByDesign # Only meant to run on vm | 342 analyzer_cli/test/*: SkipByDesign # Only meant to run on vm |
| 340 collection/test/equality_test/01: Fail # Issue 1533 | 343 collection/test/equality_test/01: Fail # Issue 1533 |
| 341 collection/test/equality_test/02: Fail # Issue 1533 | 344 collection/test/equality_test/02: Fail # Issue 1533 |
| 342 collection/test/equality_test/03: Fail # Issue 1533 | 345 collection/test/equality_test/03: Fail # Issue 1533 |
| 343 collection/test/equality_test/04: Fail # Issue 1533 | 346 collection/test/equality_test/04: Fail # Issue 1533 |
| 344 collection/test/equality_test/05: Fail # Issue 1533 | 347 collection/test/equality_test/05: Fail # Issue 1533 |
| 345 collection/test/equality_test/none: Pass, Fail # Issue 14348 | 348 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
| (...skipping 145 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 491 [ $noopt || $runtime == dart_precompiled ] | 494 [ $noopt || $runtime == dart_precompiled ] |
| 492 *: SkipByDesign # The pkg test framework imports dart:mirrors. | 495 *: SkipByDesign # The pkg test framework imports dart:mirrors. |
| 493 | 496 |
| 494 [ $compiler == dart2js && $cps_ir && $checked ] | 497 [ $compiler == dart2js && $cps_ir && $checked ] |
| 495 *: Skip # `assert` not implemented, about 75% tests crash | 498 *: Skip # `assert` not implemented, about 75% tests crash |
| 496 | 499 |
| 497 [ $compiler == none ] | 500 [ $compiler == none ] |
| 498 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28231 | 501 kernel/test/baseline_spec_mode_test: RuntimeError # Issue 28231 |
| 499 kernel/test/baseline_type_propagation_test: RuntimeError # Issue 28231 | 502 kernel/test/baseline_type_propagation_test: RuntimeError # Issue 28231 |
| 500 kernel/test/closures_test: Fail # Issue 28231 | 503 kernel/test/closures_test: Fail # Issue 28231 |
| OLD | NEW |