| 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 25 matching lines...) Expand all Loading... |
| 36 | 36 |
| 37 [ $arch == arm ] | 37 [ $arch == arm ] |
| 38 process_service_test: Pass, Fail # Issue 24344 | 38 process_service_test: Pass, Fail # Issue 24344 |
| 39 | 39 |
| 40 [ ($noopt || $compiler == precompiler) ] | 40 [ ($noopt || $compiler == precompiler) ] |
| 41 *: Skip # Issue 24651 | 41 *: Skip # Issue 24651 |
| 42 | 42 |
| 43 [ $runtime == vm ] | 43 [ $runtime == vm ] |
| 44 developer_extension_test: Pass, Fail # Issue 27225 | 44 developer_extension_test: Pass, Fail # Issue 27225 |
| 45 | 45 |
| 46 [ $runtime == dart_app ] | 46 [ $compiler == app_jit ] |
| 47 address_mapper_test: CompileTimeError # Issue 27806 | 47 address_mapper_test: CompileTimeError # Issue 27806 |
| 48 capture_stdio_test: CompileTimeError # Issue 27806 | 48 capture_stdio_test: CompileTimeError # Issue 27806 |
| 49 complex_reload_test: RuntimeError # Issue 27806 | 49 complex_reload_test: RuntimeError # Issue 27806 |
| 50 debugger_location_second_test: RuntimeError # Issue 27806 | 50 debugger_location_second_test: RuntimeError # Issue 27806 |
| 51 dev_fs_spawn_test: RuntimeError # Issue 27806 | 51 dev_fs_spawn_test: RuntimeError # Issue 27806 |
| 52 developer_extension_test: RuntimeError # Issue 27806 | 52 developer_extension_test: RuntimeError # Issue 27806 |
| 53 evaluate_activation_test/instance: RuntimeError # Issue 27806 | 53 evaluate_activation_test/instance: RuntimeError # Issue 27806 |
| 54 evaluate_activation_test/scope: RuntimeError # Issue 27806 | 54 evaluate_activation_test/scope: RuntimeError # Issue 27806 |
| 55 get_object_rpc_test: RuntimeError # Issue 27806 | 55 get_object_rpc_test: RuntimeError # Issue 27806 |
| 56 get_source_report_test: RuntimeError # Issue 27806 | 56 get_source_report_test: RuntimeError # Issue 27806 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 70 *: SkipByDesign # The service tests should run without being reloaded. | 70 *: SkipByDesign # The service tests should run without being reloaded. |
| 71 | 71 |
| 72 [ $system == windows ] | 72 [ $system == windows ] |
| 73 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 73 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
| 74 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 74 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
| 75 complex_reload_test: Skip # Issue 27861 | 75 complex_reload_test: Skip # Issue 27861 |
| 76 | 76 |
| 77 # Service protocol is not supported in product mode. | 77 # Service protocol is not supported in product mode. |
| 78 [ $mode == product ] | 78 [ $mode == product ] |
| 79 *: SkipByDesign | 79 *: SkipByDesign |
| OLD | NEW |