| 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 [ $compiler == app_jit ] | 63 [ $compiler == app_jit ] |
| 64 address_mapper_test: CompileTimeError # Issue 27806 | 64 address_mapper_test: CompileTimeError # Issue 27806 |
| 65 capture_stdio_test: CompileTimeError # Issue 27806 | 65 capture_stdio_test: CompileTimeError # Issue 27806 |
| 66 complex_reload_test: RuntimeError # Issue 27806 | 66 complex_reload_test: RuntimeError # Issue 27806 |
| 67 bad_reload_test: RuntimeError # Issue 27806 | 67 bad_reload_test: RuntimeError # Issue 27806 |
| 68 evaluate_activation_test/instance: RuntimeError # Issue 27806 | 68 evaluate_activation_test/instance: RuntimeError # Issue 27806 |
| 69 evaluate_activation_test/scope: RuntimeError # Issue 27806 | 69 evaluate_activation_test/scope: RuntimeError # Issue 27806 |
| 70 get_object_rpc_test: RuntimeError # Issue 27806 | 70 get_object_rpc_test: RuntimeError # Issue 27806 |
| 71 get_source_report_test: RuntimeError # Issue 27806 | 71 get_source_report_test: RuntimeError # Issue 27806 |
| 72 set_name_rpc_test: RuntimeError # Issue 27806 | 72 set_name_rpc_test: RuntimeError # Issue 27806 |
| 73 pause_on_unhandled_async_exceptions2_test: Pass, RuntimeError, Timeout # Issue 2
9178 | 73 pause_on_unhandled_async_exceptions2_test: Pass, RuntimeError, Timeout, Crash #
Issue 29178 |
| 74 | 74 |
| 75 debugger_location_second_test: Skip # Issue 28180 | 75 debugger_location_second_test: Skip # Issue 28180 |
| 76 | 76 |
| 77 # Snapshots don't include source and generated source is not 1-to-1. | 77 # Snapshots don't include source and generated source is not 1-to-1. |
| 78 # The column offsets are thus off. | 78 # The column offsets are thus off. |
| 79 next_through_for_each_loop_test: RuntimeError | 79 next_through_for_each_loop_test: RuntimeError |
| 80 next_through_create_list_and_map_test: RuntimeError | 80 next_through_create_list_and_map_test: RuntimeError |
| 81 next_through_closure_test: RuntimeError | 81 next_through_closure_test: RuntimeError |
| 82 step_through_switch_test: RuntimeError | 82 step_through_switch_test: RuntimeError |
| 83 step_through_constructor_calls_test: RuntimeError | 83 step_through_constructor_calls_test: RuntimeError |
| (...skipping 22 matching lines...) Expand all Loading... |
| 106 [ $system == windows ] | 106 [ $system == windows ] |
| 107 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 107 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
| 108 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 108 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
| 109 | 109 |
| 110 [ $system != linux && ($arch != x64 || $arch != ia32) ] | 110 [ $system != linux && ($arch != x64 || $arch != ia32) ] |
| 111 get_native_allocation_samples_test: Skip # Unsupported. | 111 get_native_allocation_samples_test: Skip # Unsupported. |
| 112 | 112 |
| 113 # Service protocol is not supported in product mode. | 113 # Service protocol is not supported in product mode. |
| 114 [ $mode == product ] | 114 [ $mode == product ] |
| 115 *: SkipByDesign | 115 *: SkipByDesign |
| OLD | NEW |