| 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 rewind_optimized_out_test: RuntimeError # Issue 27878 | 71 rewind_optimized_out_test: RuntimeError # Issue 27878 |
| 72 | 72 |
| 73 [ $hot_reload || $hot_reload_rollback ] | 73 [ $hot_reload || $hot_reload_rollback ] |
| 74 # Skip all service tests because random reloads interfere. | 74 # Skip all service tests because random reloads interfere. |
| 75 *: SkipByDesign # The service tests should run without being reloaded. | 75 *: SkipByDesign # The service tests should run without being reloaded. |
| 76 | 76 |
| 77 [ $system == windows ] | 77 [ $system == windows ] |
| 78 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths | 78 dev_fs_weird_char_test: Skip # Windows disallows question mark in paths |
| 79 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths | 79 dev_fs_http_put_weird_char_test: Skip # Windows disallows carriage returns in pa
ths |
| 80 complex_reload_test: Skip # Issue 27861 | 80 complex_reload_test: Skip # Issue 27861 |
| 81 rewind_test: Pass, RuntimeError # Issue 28047 |
| 81 | 82 |
| 82 # Service protocol is not supported in product mode. | 83 # Service protocol is not supported in product mode. |
| 83 [ $mode == product ] | 84 [ $mode == product ] |
| 84 *: SkipByDesign | 85 *: SkipByDesign |
| OLD | NEW |