| OLD | NEW |
| 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2013, 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 # WARNING: | 5 # WARNING: |
| 6 # Tests using the multitest feature where failure is expected should *also* be | 6 # Tests using the multitest feature where failure is expected should *also* be |
| 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" | 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" |
| 8 # prefix. | 8 # prefix. |
| 9 | 9 |
| 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally | 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 117 | 117 |
| 118 [ $arch == simmips || $arch == mips ] | 118 [ $arch == simmips || $arch == mips ] |
| 119 javascript_int_overflow_test: Skip # --throw_on_javascript_int_overflow not supp
orted on MIPS. | 119 javascript_int_overflow_test: Skip # --throw_on_javascript_int_overflow not supp
orted on MIPS. |
| 120 | 120 |
| 121 [ $arch == mips ] | 121 [ $arch == mips ] |
| 122 io/signals_test: Fail # Issue 17440 | 122 io/signals_test: Fail # Issue 17440 |
| 123 io/file_stat_test: Fail # Issue 17440 | 123 io/file_stat_test: Fail # Issue 17440 |
| 124 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory. | 124 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory. |
| 125 io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory | 125 io/signals_test: Skip # Starts 10 dart subprocesses, uses too much memory |
| 126 io/file_read_special_device_test: Fail # Issue 17440 | 126 io/file_read_special_device_test: Fail # Issue 17440 |
| 127 io/socket_source_address_test: Fail # Issue 22597 |
| 127 | 128 |
| 128 [ $arch == mips && $mode == debug ] | 129 [ $arch == mips && $mode == debug ] |
| 129 io/web_socket_test: SkipSlow # Times out. Issue 20352 | 130 io/web_socket_test: SkipSlow # Times out. Issue 20352 |
| 130 io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351 | 131 io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351 |
| 131 full_coverage_test: SkipSlow # Times out. Issue 20352 | 132 full_coverage_test: SkipSlow # Times out. Issue 20352 |
| 132 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too
slow. | 133 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too
slow. |
| 133 | 134 |
| 134 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) && $unchecked ] | 135 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) && $unchecked ] |
| 135 assert_test: Fail # Issue 13719: Please triage this failure. | 136 assert_test: Fail # Issue 13719: Please triage this failure. |
| 136 | 137 |
| (...skipping 22 matching lines...) Expand all Loading... |
| 159 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | 160 io/skipping_dart2js_compilations_test: Fail # Issue 19551. |
| 160 | 161 |
| 161 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ] | 162 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ] |
| 162 verified_mem_test: Skip # Not yet implemented. | 163 verified_mem_test: Skip # Not yet implemented. |
| 163 | 164 |
| 164 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 165 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
| 165 full_coverage_test: Skip # Timeout. | 166 full_coverage_test: Skip # Timeout. |
| 166 io/file_lock_test: Skip # Timeout. | 167 io/file_lock_test: Skip # Timeout. |
| 167 io/test_runner_test: Skip # Timeout. | 168 io/test_runner_test: Skip # Timeout. |
| 168 io/http_client_stays_alive_test: Skip # Timeout. | 169 io/http_client_stays_alive_test: Skip # Timeout. |
| OLD | NEW |