| 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 gc_test: Pass, RuntimeError # Issue 26490 | 6 gc_test: Pass, RuntimeError # Issue 26490 |
| 7 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace | 7 get_allocation_samples_test: Pass, RuntimeError # Inconsistent stack trace |
| 8 reload_sources_test: Pass, Slow # Reload is slow on the bots | 8 reload_sources_test: Pass, Slow # Reload is slow on the bots |
| 9 get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193 | 9 get_retained_size_rpc_test: Pass, RuntimeError # Issue 28193 |
| 10 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624 | 10 pause_on_start_and_exit_test: Pass, RuntimeError # Issue 28624 |
| (...skipping 20 matching lines...) Expand all Loading... |
| 31 | 31 |
| 32 # All tests use dart:io | 32 # All tests use dart:io |
| 33 [ $browser || $compiler == dart2js ] | 33 [ $browser || $compiler == dart2js ] |
| 34 *: SkipByDesign | 34 *: SkipByDesign |
| 35 | 35 |
| 36 # Tests with known analyzer issues | 36 # Tests with known analyzer issues |
| 37 [ $compiler == dart2analyzer ] | 37 [ $compiler == dart2analyzer ] |
| 38 developer_extension_test: SkipByDesign | 38 developer_extension_test: SkipByDesign |
| 39 get_isolate_after_language_error_test: SkipByDesign | 39 get_isolate_after_language_error_test: SkipByDesign |
| 40 | 40 |
| 41 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 42 *: Skip # Issue 28649 |
| 43 |
| 41 [ $arch == arm ] | 44 [ $arch == arm ] |
| 42 process_service_test: Pass, Fail # Issue 24344 | 45 process_service_test: Pass, Fail # Issue 24344 |
| 43 | 46 |
| 44 [ $compiler == precompiler ] | 47 [ $compiler == precompiler ] |
| 45 *: Skip # Issue 24651 | 48 *: Skip # Issue 24651 |
| 46 | 49 |
| 47 [ $runtime == vm ] | 50 [ $runtime == vm ] |
| 48 developer_extension_test: Pass, Fail # Issue 27225 | 51 developer_extension_test: Pass, Fail # Issue 27225 |
| 49 | 52 |
| 50 [ $compiler == app_jit ] | 53 [ $compiler == app_jit ] |
| (...skipping 28 matching lines...) Expand all Loading... |
| 79 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 |
| 80 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 |
| 81 complex_reload_test: Skip # Issue 27861 | 84 complex_reload_test: Skip # Issue 27861 |
| 82 | 85 |
| 83 # Flaky test, only observed on Windows so far. | 86 # Flaky test, only observed on Windows so far. |
| 84 vm_timeline_flags_test: Pass, RuntimeError # Issue 28625 | 87 vm_timeline_flags_test: Pass, RuntimeError # Issue 28625 |
| 85 | 88 |
| 86 # Service protocol is not supported in product mode. | 89 # Service protocol is not supported in product mode. |
| 87 [ $mode == product ] | 90 [ $mode == product ] |
| 88 *: SkipByDesign | 91 *: SkipByDesign |
| OLD | NEW |