| 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 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 56 # This test sometimes hangs on Mac. | 56 # This test sometimes hangs on Mac. |
| 57 io/raw_server_socket_cancel_test: Skip # Issue 28182 | 57 io/raw_server_socket_cancel_test: Skip # Issue 28182 |
| 58 | 58 |
| 59 [ $runtime == vm && $system == linux ] | 59 [ $runtime == vm && $system == linux ] |
| 60 # These tests have started timing out and issue 25649 has been filed to | 60 # These tests have started timing out and issue 25649 has been filed to |
| 61 # investigate, skipping these tests temporarily to get the bots to be | 61 # investigate, skipping these tests temporarily to get the bots to be |
| 62 # green again. | 62 # green again. |
| 63 io/http_proxy_test: Skip | 63 io/http_proxy_test: Skip |
| 64 io/secure_builtin_roots_test: Skip | 64 io/secure_builtin_roots_test: Skip |
| 65 | 65 |
| 66 # This test might be slow on an opt counter threshold bot. |
| 67 io/http_basic_test: Pass, Slow |
| 68 |
| 66 | 69 |
| 67 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 70 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 68 typed_array_test: RuntimeError, OK # Uses Isolate.spawn | 71 typed_array_test: RuntimeError, OK # Uses Isolate.spawn |
| 69 typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn | 72 typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn |
| 70 typed_data_isolate_test: SkipByDesign # This test uses dart:io | 73 typed_data_isolate_test: SkipByDesign # This test uses dart:io |
| 71 io/*: SkipByDesign # Don't run tests using dart:io in the browser | 74 io/*: SkipByDesign # Don't run tests using dart:io in the browser |
| 72 package/*: Skip # Do not run those in Dartium. | 75 package/*: Skip # Do not run those in Dartium. |
| 73 http_launch_test: Skip | 76 http_launch_test: Skip |
| 74 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. | 77 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. |
| 75 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. | 78 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. |
| (...skipping 308 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 io/directory_list_nonexistent_test: Fail # Issue 28350 | 387 io/directory_list_nonexistent_test: Fail # Issue 28350 |
| 385 | 388 |
| 386 io/stdout_bad_argument_test: Fail # Issue 28353 | 389 io/stdout_bad_argument_test: Fail # Issue 28353 |
| 387 io/file_blocking_lock_test: Fail # Issue 28353 | 390 io/file_blocking_lock_test: Fail # Issue 28353 |
| 388 | 391 |
| 389 io/process_sync_test: RuntimeError | 392 io/process_sync_test: RuntimeError |
| 390 io/signals_test: RuntimeError | 393 io/signals_test: RuntimeError |
| 391 io/regress_7191_test: RuntimeError | 394 io/regress_7191_test: RuntimeError |
| 392 io/named_pipe_script_test: RuntimeError | 395 io/named_pipe_script_test: RuntimeError |
| 393 io/http_server_close_response_after_error_test: RuntimeError | 396 io/http_server_close_response_after_error_test: RuntimeError |
| OLD | NEW |