| 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 # Reload is slow on the bots | 10 # Reload is slow on the bots |
| (...skipping 23 matching lines...) Expand all Loading... |
| 34 developer_extension_test: SkipByDesign | 34 developer_extension_test: SkipByDesign |
| 35 get_isolate_after_language_error_test: SkipByDesign | 35 get_isolate_after_language_error_test: SkipByDesign |
| 36 | 36 |
| 37 [ $arch == arm ] | 37 [ $arch == arm ] |
| 38 process_service_test: Pass, Fail # Issue 24344 | 38 process_service_test: Pass, Fail # Issue 24344 |
| 39 | 39 |
| 40 [ ($noopt || $compiler == precompiler) ] | 40 [ ($noopt || $compiler == precompiler) ] |
| 41 *: Skip # Issue 24651 | 41 *: Skip # Issue 24651 |
| 42 | 42 |
| 43 [ $runtime == vm ] | 43 [ $runtime == vm ] |
| 44 coverage_test: Pass, Slow | |
| 45 developer_extension_test: Pass, Fail # Issue 27225 | 44 developer_extension_test: Pass, Fail # Issue 27225 |
| 46 | 45 |
| 47 # Service protocol is not supported in product mode. | 46 # Service protocol is not supported in product mode. |
| 48 [ $mode == product ] | 47 [ $mode == product ] |
| 49 *: SkipByDesign | 48 *: SkipByDesign |
| 50 | 49 |
| 51 # Service protocol is not supported when running a full application snapshot. | 50 # Service protocol is not supported when running a full application snapshot. |
| 52 [ $runtime == dart_app ] | 51 [ $runtime == dart_app ] |
| 53 *: SkipByDesign | 52 *: SkipByDesign |
| 54 | 53 |
| 55 [ $compiler == dart2analyzer ] | 54 [ $compiler == dart2analyzer ] |
| 56 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 | 55 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 |
| 57 | 56 |
| 58 [ $arch == simdbc || $arch == simdbc64 ] | 57 [ $arch == simdbc || $arch == simdbc64 ] |
| 59 get_allocation_samples_test: RuntimeError # Profiling unimplemented. | 58 get_allocation_samples_test: RuntimeError # Profiling unimplemented. |
| 60 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. | 59 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. |
| 61 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. | 60 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. |
| 62 | 61 |
| 63 [ $hot_reload || $hot_reload_rollback ] | 62 [ $hot_reload || $hot_reload_rollback ] |
| 64 # Skip all service tests because random reloads interfere. | 63 # Skip all service tests because random reloads interfere. |
| 65 *: SkipByDesign # The service tests should run without being reloaded. | 64 *: SkipByDesign # The service tests should run without being reloaded. |
| 66 | 65 |
| 67 [ $system == windows ] | 66 [ $system == windows ] |
| 68 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 67 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
| 69 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 68 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
| OLD | NEW |