| 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 |
| 11 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 | 11 isolate_lifecycle_test: Pass, RuntimeError # Issue 24174 |
| 12 field_script_test: Pass, RuntimeError | 12 field_script_test: Pass, RuntimeError |
| 13 | 13 |
| 14 [$runtime == vm && $compiler == none && $system == fuchsia] | 14 [$runtime == vm && $compiler == none && $system == fuchsia] |
| 15 *: Skip # Not yet triaged. | 15 *: Skip # Not yet triaged. |
| 16 | 16 |
| 17 # Kernel version of tests | 17 # Kernel version of tests |
| 18 [ $compiler != dartk ] | 18 [ $compiler != dartk ] |
| 19 add_breakpoint_rpc_kernel_test: SkipByDesign # kernel specific version of add_br
eakpoint_rpc_test | 19 add_breakpoint_rpc_kernel_test: SkipByDesign # kernel specific version of add_br
eakpoint_rpc_test |
| 20 | 20 |
| 21 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) ] | 21 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime
== dart_precompiled) ] |
| 22 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 | 22 evaluate_activation_test/instance: RuntimeError # http://dartbug.com/20047 |
| 23 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 | 23 evaluate_activation_test/scope: RuntimeError # http://dartbug.com/20047 |
| 24 | 24 |
| 25 # Debugger location tests are slow in debug mode. | 25 # Debugger location tests are slow in debug mode. |
| 26 [ $mode == debug ] | 26 [ $mode == debug ] |
| 27 debugger_location_second_test: Pass, Slow | 27 debugger_location_second_test: Pass, Slow |
| 28 debugger_location_test: Pass, Slow | 28 debugger_location_test: Pass, Slow |
| 29 | 29 |
| 30 # Can be slow in debug mode, as well. | |
| 31 vm_restart_test: Pass, Slow | |
| 32 | |
| 33 # These tests are slow on simulators. | 30 # These tests are slow on simulators. |
| 34 [ $arch == simarm || $arch == simmips || $arch == simarm64 ] | 31 [ $arch == simarm || $arch == simmips || $arch == simarm64 ] |
| 35 *: Pass, Slow | 32 *: Pass, Slow |
| 36 [ $mode == debug && ($arch == simarm || $arch == simmips || $arch == simarm64) ] | 33 [ $mode == debug && ($arch == simarm || $arch == simmips || $arch == simarm64) ] |
| 37 *: SkipSlow | 34 *: SkipSlow |
| 38 | 35 |
| 39 # All tests use dart:io | 36 # All tests use dart:io |
| 40 [ $browser || $compiler == dart2js ] | 37 [ $browser || $compiler == dart2js ] |
| 41 *: SkipByDesign | 38 *: SkipByDesign |
| 42 | 39 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 57 [ $compiler == app_jit ] | 54 [ $compiler == app_jit ] |
| 58 address_mapper_test: CompileTimeError # Issue 27806 | 55 address_mapper_test: CompileTimeError # Issue 27806 |
| 59 capture_stdio_test: CompileTimeError # Issue 27806 | 56 capture_stdio_test: CompileTimeError # Issue 27806 |
| 60 complex_reload_test: RuntimeError # Issue 27806 | 57 complex_reload_test: RuntimeError # Issue 27806 |
| 61 bad_reload_test: RuntimeError # Issue 27806 | 58 bad_reload_test: RuntimeError # Issue 27806 |
| 62 evaluate_activation_test/instance: RuntimeError # Issue 27806 | 59 evaluate_activation_test/instance: RuntimeError # Issue 27806 |
| 63 evaluate_activation_test/scope: RuntimeError # Issue 27806 | 60 evaluate_activation_test/scope: RuntimeError # Issue 27806 |
| 64 get_object_rpc_test: RuntimeError # Issue 27806 | 61 get_object_rpc_test: RuntimeError # Issue 27806 |
| 65 get_source_report_test: RuntimeError # Issue 27806 | 62 get_source_report_test: RuntimeError # Issue 27806 |
| 66 set_name_rpc_test: RuntimeError # Issue 27806 | 63 set_name_rpc_test: RuntimeError # Issue 27806 |
| 67 vm_restart_test: CompileTimeError # Issue 27806 | |
| 68 | 64 |
| 69 debugger_location_second_test: Skip # Issue 28180 | 65 debugger_location_second_test: Skip # Issue 28180 |
| 70 | 66 |
| 71 # Snapshots don't include source and generated source is not 1-to-1. | 67 # Snapshots don't include source and generated source is not 1-to-1. |
| 72 # The column offsets are thus off. | 68 # The column offsets are thus off. |
| 73 next_through_for_each_loop_test: RuntimeError | 69 next_through_for_each_loop_test: RuntimeError |
| 74 next_through_for_loop_with_break_and_continue_test: RuntimeError | 70 next_through_for_loop_with_break_and_continue_test: RuntimeError |
| 75 next_through_create_list_and_map_test: RuntimeError | 71 next_through_create_list_and_map_test: RuntimeError |
| 76 next_through_closure_test: RuntimeError | 72 next_through_closure_test: RuntimeError |
| 77 | 73 |
| (...skipping 14 matching lines...) Expand all Loading... |
| 92 # Skip all service tests because random reloads interfere. | 88 # Skip all service tests because random reloads interfere. |
| 93 *: SkipByDesign # The service tests should run without being reloaded. | 89 *: SkipByDesign # The service tests should run without being reloaded. |
| 94 | 90 |
| 95 [ $system == windows ] | 91 [ $system == windows ] |
| 96 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 92 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
| 97 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 93 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
| 98 | 94 |
| 99 # Service protocol is not supported in product mode. | 95 # Service protocol is not supported in product mode. |
| 100 [ $mode == product ] | 96 [ $mode == product ] |
| 101 *: SkipByDesign | 97 *: SkipByDesign |
| OLD | NEW |