| 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 28 matching lines...) Expand all Loading... |
| 39 *: SkipByDesign | 39 *: SkipByDesign |
| 40 | 40 |
| 41 # Tests with known analyzer issues | 41 # Tests with known analyzer issues |
| 42 [ $compiler == dart2analyzer ] | 42 [ $compiler == dart2analyzer ] |
| 43 developer_extension_test: SkipByDesign | 43 developer_extension_test: SkipByDesign |
| 44 get_isolate_after_language_error_test: SkipByDesign | 44 get_isolate_after_language_error_test: SkipByDesign |
| 45 | 45 |
| 46 [ $arch == arm ] | 46 [ $arch == arm ] |
| 47 process_service_test: Pass, Fail # Issue 24344 | 47 process_service_test: Pass, Fail # Issue 24344 |
| 48 | 48 |
| 49 [ ($noopt || $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 dev_fs_spawn_test: RuntimeError # Issue 27806 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 82 *: SkipByDesign # The service tests should run without being reloaded. | 82 *: SkipByDesign # The service tests should run without being reloaded. |
| 83 | 83 |
| 84 [ $system == windows ] | 84 [ $system == windows ] |
| 85 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 |
| 86 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 |
| 87 complex_reload_test: Skip # Issue 27861 | 87 complex_reload_test: Skip # Issue 27861 |
| 88 | 88 |
| 89 # Service protocol is not supported in product mode. | 89 # Service protocol is not supported in product mode. |
| 90 [ $mode == product ] | 90 [ $mode == product ] |
| 91 *: SkipByDesign | 91 *: SkipByDesign |
| OLD | NEW |