| 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 # Flaky failures | 5 # Flaky failures |
| 6 vm_timeline_flags_test: Pass, RuntimeError # Issue 26483 | 6 vm_timeline_flags_test: Pass, RuntimeError # Issue 26483 |
| 7 gc_test: Pass, RuntimeError # Issue 26490 | 7 gc_test: Pass, RuntimeError # Issue 26490 |
| 8 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 26470 |
| 9 pause_on_start_then_step_test: Pass, RuntimeError # Issue 26470 |
| 8 | 10 |
| 9 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) ] | 11 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) ] |
| 10 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 | 12 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 |
| 11 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 | 13 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 |
| 12 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 | 14 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 |
| 13 | 15 |
| 14 # Disable on simulators. | 16 # Disable on simulators. |
| 15 [ $arch == simarm || $arch == simmips || $arch == simarm64] | 17 [ $arch == simarm || $arch == simmips || $arch == simarm64] |
| 16 *: SkipSlow | 18 *: SkipSlow |
| 17 | 19 |
| (...skipping 27 matching lines...) Expand all Loading... |
| 45 [ $runtime == dart_product ] | 47 [ $runtime == dart_product ] |
| 46 *: SkipByDesign | 48 *: SkipByDesign |
| 47 | 49 |
| 48 [ $compiler == dart2analyzer ] | 50 [ $compiler == dart2analyzer ] |
| 49 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 | 51 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 |
| 50 | 52 |
| 51 [ $arch == simdbc || $arch == simdbc64 ] | 53 [ $arch == simdbc || $arch == simdbc64 ] |
| 52 # TODO(vegorov) re-enable when debugger, coverage and profiling is completely | 54 # TODO(vegorov) re-enable when debugger, coverage and profiling is completely |
| 53 # fixed for SIMDBC. | 55 # fixed for SIMDBC. |
| 54 *: Skip | 56 *: Skip |
| OLD | NEW |