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