| OLD | NEW |
| 1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2014, 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 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) ] | 5 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) ] |
| 6 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 | 6 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 |
| 7 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 | 7 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 |
| 8 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 | 8 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 |
| 9 | 9 |
| 10 # Disable on simulators. | 10 # Disable on simulators. |
| 11 [ $arch == simarm || $arch == simmips || $arch == simarm64] | 11 [ $arch == simarm || $arch == simmips || $arch == simarm64] |
| 12 *: SkipSlow | 12 *: SkipSlow |
| 13 | 13 |
| 14 # All tests use dart:io | 14 # All tests use dart:io |
| 15 [ $browser || $compiler == dart2js ] | 15 [ $browser || $compiler == dart2js ] |
| 16 *: SkipByDesign | 16 *: SkipByDesign |
| 17 | 17 |
| 18 # Tests with known analyzer issues | 18 # Tests with known analyzer issues |
| 19 [ $compiler == dart2analyzer ] | 19 [ $compiler == dart2analyzer ] |
| 20 developer_extension_test: SkipByDesign | 20 developer_extension_test: SkipByDesign |
| 21 *: StaticWarning # https://github.com/dart-lang/observe/issues/85 | 21 *: StaticWarning # https://github.com/dart-lang/observe/issues/85 |
| 22 address_mapper_test: Pass # https://github.com/dart-lang/observe/issues/85 | 22 address_mapper_test: Pass # https://github.com/dart-lang/observe/issues/85 |
| 23 command_test: Pass # https://github.com/dart-lang/observe/issues/85 | 23 command_test: Pass # https://github.com/dart-lang/observe/issues/85 |
| 24 read_stream_test: Pass # https://github.com/dart-lang/observe/issues/85 | 24 read_stream_test: Pass # https://github.com/dart-lang/observe/issues/85 |
| 25 get_isolate_after_language_error_test: SkipByDesign |
| 25 | 26 |
| 26 [ $arch == arm ] | 27 [ $arch == arm ] |
| 27 process_service_test: Pass, Fail # Issue 24344 | 28 process_service_test: Pass, Fail # Issue 24344 |
| 28 | 29 |
| 29 [ ($noopt || $compiler == precompiler) ] | 30 [ ($noopt || $compiler == precompiler) ] |
| 30 *: Skip # Issue 24651 | 31 *: Skip # Issue 24651 |
| 31 | 32 |
| 32 [ $runtime == vm ] | 33 [ $runtime == vm ] |
| 33 coverage_test: Pass, Slow | 34 coverage_test: Pass, Slow |
| 34 | 35 |
| 35 # Service protocol is not supported in product mode. | 36 # Service protocol is not supported in product mode. |
| 36 [ $mode == product ] | 37 [ $mode == product ] |
| 37 *: SkipByDesign | 38 *: SkipByDesign |
| 38 | 39 |
| 39 # Service protocol is not supported when running a full application snapshot. | 40 # Service protocol is not supported when running a full application snapshot. |
| 40 [ $runtime == dart_product ] | 41 [ $runtime == dart_product ] |
| 41 *: SkipByDesign | 42 *: SkipByDesign |
| 42 | 43 |
| 43 [ $compiler == dart2analyzer ] | 44 [ $compiler == dart2analyzer ] |
| 44 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 | 45 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 |
| 45 | 46 |
| 46 [ $arch == simdbc ] | 47 [ $arch == simdbc ] |
| 47 # TODO(vegorov) re-enable when debugger, coverage and profiling is completely | 48 # TODO(vegorov) re-enable when debugger, coverage and profiling is completely |
| 48 # fixed for SIMDBC. | 49 # fixed for SIMDBC. |
| 49 *: Skip | 50 *: Skip |
| OLD | NEW |