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 # Fails intentionally | 10 package/invalid_uri_test: Fail, OK # Fails intentionally |
(...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 *: Skip | 155 *: Skip |
156 | 156 |
157 [ $arch == arm ] | 157 [ $arch == arm ] |
158 *: Skip # Shared libraries problem. | 158 *: Skip # Shared libraries problem. |
159 | 159 |
160 [ $arch == simarm ] | 160 [ $arch == simarm ] |
161 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 161 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
162 oom_error_stacktrace_test: Skip # Fails on Linux | 162 oom_error_stacktrace_test: Skip # Fails on Linux |
163 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue | 163 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue |
164 | 164 |
165 [ $arch == simarm ] | |
166 io/test_runner_test: Pass, Fail # Issue: 12239 | |
167 | |
168 [ $arch == mips ] | 165 [ $arch == mips ] |
169 *: Skip | 166 *: Skip |
170 | 167 |
171 [ $arch == simmips ] | 168 [ $arch == simmips ] |
172 io/file_fuzz_test: Pass, Timeout | 169 io/file_fuzz_test: Pass, Timeout |
173 io/web_socket_test: Pass, Slow | 170 io/web_socket_test: Pass, Slow |
174 io/http_server_response_test: Pass, Slow | 171 io/http_server_response_test: Pass, Slow |
175 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 172 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
176 oom_error_stacktrace_test: Skip # Fails on Linux | 173 oom_error_stacktrace_test: Skip # Fails on Linux |
177 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue | 174 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue |
OLD | NEW |