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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
49 [ $compiler == precompiler ] | 49 [ $compiler == precompiler ] |
50 *: Skip # Issue 24651 | 50 *: Skip # Issue 24651 |
51 | 51 |
52 [ $runtime == vm ] | 52 [ $runtime == vm ] |
53 developer_extension_test: Pass, Fail # Issue 27225 | 53 developer_extension_test: Pass, Fail # Issue 27225 |
54 | 54 |
55 [ $compiler == app_jit ] | 55 [ $compiler == app_jit ] |
56 address_mapper_test: CompileTimeError # Issue 27806 | 56 address_mapper_test: CompileTimeError # Issue 27806 |
57 capture_stdio_test: CompileTimeError # Issue 27806 | 57 capture_stdio_test: CompileTimeError # Issue 27806 |
58 complex_reload_test: RuntimeError # Issue 27806 | 58 complex_reload_test: RuntimeError # Issue 27806 |
| 59 dev_fs_spawn_test: RuntimeError # Issue 27806 |
59 developer_extension_test: RuntimeError # Issue 27806 | 60 developer_extension_test: RuntimeError # Issue 27806 |
60 evaluate_activation_test/instance: RuntimeError # Issue 27806 | 61 evaluate_activation_test/instance: RuntimeError # Issue 27806 |
61 evaluate_activation_test/scope: RuntimeError # Issue 27806 | 62 evaluate_activation_test/scope: RuntimeError # Issue 27806 |
62 get_object_rpc_test: RuntimeError # Issue 27806 | 63 get_object_rpc_test: RuntimeError # Issue 27806 |
63 get_source_report_test: RuntimeError # Issue 27806 | 64 get_source_report_test: RuntimeError # Issue 27806 |
64 set_name_rpc_test: RuntimeError # Issue 27806 | 65 set_name_rpc_test: RuntimeError # Issue 27806 |
65 vm_restart_test: CompileTimeError # Issue 27806 | 66 vm_restart_test: CompileTimeError # Issue 27806 |
66 | 67 |
67 debugger_location_second_test: Skip # Issue 28180 | 68 debugger_location_second_test: Skip # Issue 28180 |
68 | 69 |
(...skipping 12 matching lines...) Expand all Loading... |
81 *: SkipByDesign # The service tests should run without being reloaded. | 82 *: SkipByDesign # The service tests should run without being reloaded. |
82 | 83 |
83 [ $system == windows ] | 84 [ $system == windows ] |
84 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 85 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
85 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 86 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
86 complex_reload_test: Skip # Issue 27861 | 87 complex_reload_test: Skip # Issue 27861 |
87 | 88 |
88 # Service protocol is not supported in product mode. | 89 # Service protocol is not supported in product mode. |
89 [ $mode == product ] | 90 [ $mode == product ] |
90 *: SkipByDesign | 91 *: SkipByDesign |
OLD | NEW |