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 io/raw_socket_test: Pass, RuntimeError # Issue 28288 | 10 io/raw_socket_test: Pass, RuntimeError # Issue 28288 |
(...skipping 249 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
260 [ $runtime == vm && $system == windows && $mode == release ] | 260 [ $runtime == vm && $system == windows && $mode == release ] |
261 io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: tim
eout. | 261 io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: tim
eout. |
262 io/regress_7191_test: Pass, Timeout # Issue 28374: timeout. | 262 io/regress_7191_test: Pass, Timeout # Issue 28374: timeout. |
263 | 263 |
264 [ $runtime == vm && $system == macos && $mode == release ] | 264 [ $runtime == vm && $system == macos && $mode == release ] |
265 io/named_pipe_script_test: Pass, RuntimeError # Issue 28737 | 265 io/named_pipe_script_test: Pass, RuntimeError # Issue 28737 |
266 | 266 |
267 [ $runtime == vm && $system == linux && $mode == release && $arch == ia32 && $bu
ilder_tag == asan ] | 267 [ $runtime == vm && $system == linux && $mode == release && $arch == ia32 && $bu
ilder_tag == asan ] |
268 io/socket_close_test: Pass, Timeout # Issue 28502: timeout. | 268 io/socket_close_test: Pass, Timeout # Issue 28502: timeout. |
269 | 269 |
270 [ $runtime == dart_precompiled || $mode == product && ($compiler != dartk && $co
mpiler != dartkp)] | |
271 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors | |
272 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors | |
273 io/status_file_parser_test: CompileTimeError # Imports dart:mirrors | |
274 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors | |
275 io/test_runner_test: CompileTimeError # Imports dart:mirrors | |
276 status_expression_test: CompileTimeError # Imports dart:mirrors | |
277 | |
278 [ $compiler == app_jit ] | 270 [ $compiler == app_jit ] |
279 assert_test: RuntimeError # Script name change? | 271 assert_test: RuntimeError # Script name change? |
280 | 272 |
281 [ $runtime == dart_precompiled || $mode == product ] | 273 [ $runtime == dart_precompiled || $mode == product ] |
282 assert_test: SkipByDesign # Requires checked mode. | 274 assert_test: SkipByDesign # Requires checked mode. |
283 no_assert_test: SkipByDesign # Requires checked mode. | 275 no_assert_test: SkipByDesign # Requires checked mode. |
284 io/code_collection_test: Skip # Incompatible flags | 276 io/code_collection_test: Skip # Incompatible flags |
285 | 277 |
286 # Overriding these flags are not supported in product mode. | 278 # Overriding these flags are not supported in product mode. |
287 [ $mode == product ] | 279 [ $mode == product ] |
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
497 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 489 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
498 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 490 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
499 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 491 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
500 | 492 |
501 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors | 493 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors |
502 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 494 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
503 io/status_file_parser_test: CompileTimeError # Uses mirrors | 495 io/status_file_parser_test: CompileTimeError # Uses mirrors |
504 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 496 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
505 io/test_runner_test: CompileTimeError # Uses mirrors | 497 io/test_runner_test: CompileTimeError # Uses mirrors |
506 status_expression_test: CompileTimeError # Uses mirrors | 498 status_expression_test: CompileTimeError # Uses mirrors |
OLD | NEW |