| 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 | 8 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 26470 |
| 9 pause_on_start_then_step_test: Pass, RuntimeError # Issue 26470 | 9 pause_on_start_then_step_test: Pass, RuntimeError # Issue 26470 |
| 10 | 10 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 27 get_isolate_after_language_error_test: SkipByDesign | 27 get_isolate_after_language_error_test: SkipByDesign |
| 28 | 28 |
| 29 [ $arch == arm ] | 29 [ $arch == arm ] |
| 30 process_service_test: Pass, Fail # Issue 24344 | 30 process_service_test: Pass, Fail # Issue 24344 |
| 31 | 31 |
| 32 [ ($noopt || $compiler == precompiler) ] | 32 [ ($noopt || $compiler == precompiler) ] |
| 33 *: Skip # Issue 24651 | 33 *: Skip # Issue 24651 |
| 34 | 34 |
| 35 [ $runtime == vm ] | 35 [ $runtime == vm ] |
| 36 coverage_test: Pass, Slow | 36 coverage_test: Pass, Slow |
| 37 developer_extension_test: Pass, Fail # Issue 27225 |
| 37 | 38 |
| 38 # Service protocol is not supported in product mode. | 39 # Service protocol is not supported in product mode. |
| 39 [ $mode == product ] | 40 [ $mode == product ] |
| 40 *: SkipByDesign | 41 *: SkipByDesign |
| 41 | 42 |
| 42 # Service protocol is not supported when running a full application snapshot. | 43 # Service protocol is not supported when running a full application snapshot. |
| 43 [ $runtime == dart_app ] | 44 [ $runtime == dart_app ] |
| 44 *: SkipByDesign | 45 *: SkipByDesign |
| 45 | 46 |
| 46 [ $compiler == dart2analyzer ] | 47 [ $compiler == dart2analyzer ] |
| 47 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 | 48 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 |
| 48 | 49 |
| 49 [ $arch == simdbc || $arch == simdbc64 ] | 50 [ $arch == simdbc || $arch == simdbc64 ] |
| 50 get_allocation_samples_test: RuntimeError # Profiling unimplemented. | 51 get_allocation_samples_test: RuntimeError # Profiling unimplemented. |
| 51 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. | 52 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. |
| 52 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. | 53 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. |
| 53 | 54 |
| 54 [ $hot_reload || $hot_reload_rollback ] | 55 [ $hot_reload || $hot_reload_rollback ] |
| 55 # Skip all service tests because random reloads interfere. | 56 # Skip all service tests because random reloads interfere. |
| 56 *: SkipByDesign # The service tests should run without being reloaded. | 57 *: SkipByDesign # The service tests should run without being reloaded. |
| 57 | 58 |
| 58 [ $system == windows ] | 59 [ $system == windows ] |
| 59 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 60 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
| OLD | NEW |