| 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 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace | 6 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace |
| 7 reload_sources_test: Pass, Slow # Reload is slow on the bots | 7 reload_sources_test: Pass, Slow # Reload is slow on the bots |
| 8 get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193 | 8 get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193 |
| 9 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624 | 9 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624 |
| 10 pause_on_start_then_step_test: Pass, RuntimeError # Issue 28624 | 10 pause_on_start_then_step_test: Pass, RuntimeError # Issue 28624 |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 43 [ $arch == arm ] | 43 [ $arch == arm ] |
| 44 process_service_test: Pass, Fail # Issue 24344 | 44 process_service_test: Pass, Fail # Issue 24344 |
| 45 | 45 |
| 46 [ $compiler == precompiler ] | 46 [ $compiler == precompiler ] |
| 47 *: Skip # Issue 24651 | 47 *: Skip # Issue 24651 |
| 48 | 48 |
| 49 [ $compiler == app_jit ] | 49 [ $compiler == app_jit ] |
| 50 address_mapper_test: CompileTimeError # Issue 27806 | 50 address_mapper_test: CompileTimeError # Issue 27806 |
| 51 capture_stdio_test: CompileTimeError # Issue 27806 | 51 capture_stdio_test: CompileTimeError # Issue 27806 |
| 52 complex_reload_test: RuntimeError # Issue 27806 | 52 complex_reload_test: RuntimeError # Issue 27806 |
| 53 developer_extension_test: RuntimeError # Issue 27806 | |
| 54 evaluate_activation_test/instance: RuntimeError # Issue 27806 | 53 evaluate_activation_test/instance: RuntimeError # Issue 27806 |
| 55 evaluate_activation_test/scope: RuntimeError # Issue 27806 | 54 evaluate_activation_test/scope: RuntimeError # Issue 27806 |
| 56 get_object_rpc_test: RuntimeError # Issue 27806 | 55 get_object_rpc_test: RuntimeError # Issue 27806 |
| 57 get_source_report_test: RuntimeError # Issue 27806 | 56 get_source_report_test: RuntimeError # Issue 27806 |
| 58 set_name_rpc_test: RuntimeError # Issue 27806 | 57 set_name_rpc_test: RuntimeError # Issue 27806 |
| 59 vm_restart_test: CompileTimeError # Issue 27806 | 58 vm_restart_test: CompileTimeError # Issue 27806 |
| 60 | 59 |
| 61 debugger_location_second_test: Skip # Issue 28180 | 60 debugger_location_second_test: Skip # Issue 28180 |
| 62 | 61 |
| 63 [ $compiler == dart2analyzer ] | 62 [ $compiler == dart2analyzer ] |
| (...skipping 11 matching lines...) Expand all Loading... |
| 75 *: SkipByDesign # The service tests should run without being reloaded. | 74 *: SkipByDesign # The service tests should run without being reloaded. |
| 76 | 75 |
| 77 [ $system == windows ] | 76 [ $system == windows ] |
| 78 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 77 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
| 79 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 78 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
| 80 complex_reload_test: Skip # Issue 27861 | 79 complex_reload_test: Skip # Issue 27861 |
| 81 | 80 |
| 82 # Service protocol is not supported in product mode. | 81 # Service protocol is not supported in product mode. |
| 83 [ $mode == product ] | 82 [ $mode == product ] |
| 84 *: SkipByDesign | 83 *: SkipByDesign |
| OLD | NEW |