| 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/skipping_dart2js_compilations_test: RuntimeError # Issue 30008 |
| 272 |
| 270 [ $compiler == app_jit ] | 273 [ $compiler == app_jit ] |
| 271 assert_test: RuntimeError # Script name change? | 274 assert_test: RuntimeError # Script name change? |
| 272 | 275 |
| 273 [ $runtime == dart_precompiled || $mode == product ] | 276 [ $runtime == dart_precompiled || $mode == product ] |
| 274 assert_test: SkipByDesign # Requires checked mode. | 277 assert_test: SkipByDesign # Requires checked mode. |
| 275 no_assert_test: SkipByDesign # Requires checked mode. | 278 no_assert_test: SkipByDesign # Requires checked mode. |
| 276 io/code_collection_test: Skip # Incompatible flags | 279 io/code_collection_test: Skip # Incompatible flags |
| 277 | 280 |
| 278 # Overriding these flags are not supported in product mode. | 281 # Overriding these flags are not supported in product mode. |
| 279 [ $mode == product ] | 282 [ $mode == product ] |
| (...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 489 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 492 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
| 490 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 493 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
| 491 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 494 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
| 492 | 495 |
| 493 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors | 496 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors |
| 494 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 497 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
| 495 io/status_file_parser_test: CompileTimeError # Uses mirrors | 498 io/status_file_parser_test: CompileTimeError # Uses mirrors |
| 496 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 499 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
| 497 io/test_runner_test: CompileTimeError # Uses mirrors | 500 io/test_runner_test: CompileTimeError # Uses mirrors |
| 498 status_expression_test: CompileTimeError # Uses mirrors | 501 status_expression_test: CompileTimeError # Uses mirrors |
| OLD | NEW |