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 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace | 10 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace |
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
55 complex_reload_test: RuntimeError # Issue 27806 | 55 complex_reload_test: RuntimeError # Issue 27806 |
56 dev_fs_spawn_test: RuntimeError # Issue 27806 | 56 dev_fs_spawn_test: RuntimeError # Issue 27806 |
57 developer_extension_test: RuntimeError # Issue 27806 | 57 developer_extension_test: RuntimeError # Issue 27806 |
58 evaluate_activation_test/instance: RuntimeError # Issue 27806 | 58 evaluate_activation_test/instance: RuntimeError # Issue 27806 |
59 evaluate_activation_test/scope: RuntimeError # Issue 27806 | 59 evaluate_activation_test/scope: RuntimeError # Issue 27806 |
60 get_object_rpc_test: RuntimeError # Issue 27806 | 60 get_object_rpc_test: RuntimeError # Issue 27806 |
61 get_source_report_test: RuntimeError # Issue 27806 | 61 get_source_report_test: RuntimeError # Issue 27806 |
62 set_name_rpc_test: RuntimeError # Issue 27806 | 62 set_name_rpc_test: RuntimeError # Issue 27806 |
63 vm_restart_test: CompileTimeError # Issue 27806 | 63 vm_restart_test: CompileTimeError # Issue 27806 |
64 | 64 |
65 debugger_location_second_test: RuntimeError, Crash # Issue 28180 | 65 debugger_location_second_test: Skip # Issue 28180 |
66 | 66 |
67 [ $compiler == dart2analyzer ] | 67 [ $compiler == dart2analyzer ] |
68 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 | 68 evaluate_activation_in_method_class_test: CompileTimeError # Issue 24478 |
69 | 69 |
70 [ $arch == simdbc || $arch == simdbc64 ] | 70 [ $arch == simdbc || $arch == simdbc64 ] |
71 get_allocation_samples_test: RuntimeError # Profiling unimplemented. | 71 get_allocation_samples_test: RuntimeError # Profiling unimplemented. |
72 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. | 72 get_cpu_profile_timeline_rpc_test: RuntimeError # Profiling unimplemented. |
73 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. | 73 implicit_getter_setter_test: RuntimeError # Field guards unimplemented. |
74 rewind_test: RuntimeError # Issue 27878 | 74 rewind_test: RuntimeError # Issue 27878 |
75 rewind_optimized_out_test: RuntimeError # Issue 27878 | 75 rewind_optimized_out_test: RuntimeError # Issue 27878 |
76 | 76 |
77 [ $hot_reload || $hot_reload_rollback ] | 77 [ $hot_reload || $hot_reload_rollback ] |
78 # Skip all service tests because random reloads interfere. | 78 # Skip all service tests because random reloads interfere. |
79 *: SkipByDesign # The service tests should run without being reloaded. | 79 *: SkipByDesign # The service tests should run without being reloaded. |
80 | 80 |
81 [ $system == windows ] | 81 [ $system == windows ] |
82 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 82 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
83 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 83 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
84 complex_reload_test: Skip # Issue 27861 | 84 complex_reload_test: Skip # Issue 27861 |
85 | 85 |
86 # Service protocol is not supported in product mode. | 86 # Service protocol is not supported in product mode. |
87 [ $mode == product ] | 87 [ $mode == product ] |
88 *: SkipByDesign | 88 *: SkipByDesign |
OLD | NEW |