Chromium Code Reviews| 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 272 io/stdin_sync_test: Skip | 272 io/stdin_sync_test: Skip |
| 273 io/stdio_implicit_close_test: Skip | 273 io/stdio_implicit_close_test: Skip |
| 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 ] | |
| 283 io/http_server_close_response_after_error_test: Skip # Issue 28370: timeout. | |
|
zra
2017/01/12 20:52:00
We try to avoid Skip unless absolutely necessary.
bkonyi
2017/01/12 20:54:59
Oh right, makes sense. Done.
| |
| 284 | |
| 282 [ $runtime == dart_precompiled || $mode == product ] | 285 [ $runtime == dart_precompiled || $mode == product ] |
| 283 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors | 286 io/skipping_dart2js_compilations_test: CompileTimeError # Imports dart:mirrors |
| 284 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors | 287 io/test_harness_analyzer_test: CompileTimeError # Imports dart:mirrors |
| 285 io/test_runner_test: CompileTimeError # Imports dart:mirrors | 288 io/test_runner_test: CompileTimeError # Imports dart:mirrors |
| 286 | 289 |
| 287 [ $compiler == app_jit ] | 290 [ $compiler == app_jit ] |
| 288 assert_test: RuntimeError # Script name change? | 291 assert_test: RuntimeError # Script name change? |
| 289 | 292 |
| 290 [ $runtime == dart_precompiled || $mode == product ] | 293 [ $runtime == dart_precompiled || $mode == product ] |
| 291 assert_test: SkipByDesign # Requires checked mode. | 294 assert_test: SkipByDesign # Requires checked mode. |
| (...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 379 io/directory_list_nonexistent_test: Fail # Issue 28350 | 382 io/directory_list_nonexistent_test: Fail # Issue 28350 |
| 380 | 383 |
| 381 io/stdout_bad_argument_test: Fail # Issue 28353 | 384 io/stdout_bad_argument_test: Fail # Issue 28353 |
| 382 io/file_blocking_lock_test: Fail # Issue 28353 | 385 io/file_blocking_lock_test: Fail # Issue 28353 |
| 383 | 386 |
| 384 io/process_sync_test: RuntimeError | 387 io/process_sync_test: RuntimeError |
| 385 io/signals_test: RuntimeError | 388 io/signals_test: RuntimeError |
| 386 io/regress_7191_test: RuntimeError | 389 io/regress_7191_test: RuntimeError |
| 387 io/named_pipe_script_test: RuntimeError | 390 io/named_pipe_script_test: RuntimeError |
| 388 io/http_server_close_response_after_error_test: RuntimeError | 391 io/http_server_close_response_after_error_test: RuntimeError |
| OLD | NEW |