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 263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
274 io/stdio_nonblocking_test: Skip | 274 io/stdio_nonblocking_test: Skip |
275 io/test_extension_test: Skip | 275 io/test_extension_test: Skip |
276 io/test_extension_fail_test: Skip | 276 io/test_extension_fail_test: Skip |
277 verbose_gc_to_bmu_test: Skip | 277 verbose_gc_to_bmu_test: Skip |
278 | 278 |
279 io/platform_test: RuntimeError # Expects to be running from 'dart' instead of 'd
art_precompiled_runtime' | 279 io/platform_test: RuntimeError # Expects to be running from 'dart' instead of 'd
art_precompiled_runtime' |
280 io/directory_list_sync_test: Timeout, Skip # Expects to find the test directory
relative to the script. | 280 io/directory_list_sync_test: Timeout, Skip # Expects to find the test directory
relative to the script. |
281 | 281 |
282 [ $runtime == vm && $system == windows && $mode == release ] | 282 [ $runtime == vm && $system == windows && $mode == release ] |
283 io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: tim
eout. | 283 io/http_server_close_response_after_error_test: Pass, Timeout # Issue 28370: tim
eout. |
| 284 io/regress_7191_test: Pass, Timeout # Issue 28374: timeout. |
284 | 285 |
285 [ $runtime == dart_precompiled || $mode == product ] | 286 [ $runtime == dart_precompiled || $mode == product ] |
286 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors | 287 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors |
287 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors | 288 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors |
288 io/test_runner_test: CompileTimeError # Imports dart:mirrors | 289 io/test_runner_test: CompileTimeError # Imports dart:mirrors |
289 | 290 |
290 [ $compiler == app_jit ] | 291 [ $compiler == app_jit ] |
291 assert_test: RuntimeError # Script name change? | 292 assert_test: RuntimeError # Script name change? |
292 | 293 |
293 [ $runtime == dart_precompiled || $mode == product ] | 294 [ $runtime == dart_precompiled || $mode == product ] |
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
382 io/directory_list_nonexistent_test: Fail # Issue 28350 | 383 io/directory_list_nonexistent_test: Fail # Issue 28350 |
383 | 384 |
384 io/stdout_bad_argument_test: Fail # Issue 28353 | 385 io/stdout_bad_argument_test: Fail # Issue 28353 |
385 io/file_blocking_lock_test: Fail # Issue 28353 | 386 io/file_blocking_lock_test: Fail # Issue 28353 |
386 | 387 |
387 io/process_sync_test: RuntimeError | 388 io/process_sync_test: RuntimeError |
388 io/signals_test: RuntimeError | 389 io/signals_test: RuntimeError |
389 io/regress_7191_test: RuntimeError | 390 io/regress_7191_test: RuntimeError |
390 io/named_pipe_script_test: RuntimeError | 391 io/named_pipe_script_test: RuntimeError |
391 io/http_server_close_response_after_error_test: RuntimeError | 392 io/http_server_close_response_after_error_test: RuntimeError |
OLD | NEW |