| 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. | 66 # These tests might be slow on an opt counter threshold bot. |
| 67 io/http_basic_test: Pass, Slow | 67 # They also time out on the bot occasionally => flaky test issue 28046 |
| 68 io/http_basic_test: Pass, Slow, Timeout # Issue 28046 |
| 69 io/http_launch_test: Pass, Slow, Timeout # Issue 28046 |
| 68 | 70 |
| 69 | 71 |
| 70 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 72 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 71 typed_array_test: RuntimeError, OK # Uses Isolate.spawn | 73 typed_array_test: RuntimeError, OK # Uses Isolate.spawn |
| 72 typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn | 74 typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn |
| 73 typed_data_isolate_test: SkipByDesign # This test uses dart:io | 75 typed_data_isolate_test: SkipByDesign # This test uses dart:io |
| 74 io/*: SkipByDesign # Don't run tests using dart:io in the browser | 76 io/*: SkipByDesign # Don't run tests using dart:io in the browser |
| 75 package/*: Skip # Do not run those in Dartium. | 77 package/*: Skip # Do not run those in Dartium. |
| 76 http_launch_test: Skip | 78 http_launch_test: Skip |
| 77 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. | 79 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. |
| (...skipping 313 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 io/directory_fuzz_test: Fail # Issue 28350 | 393 io/directory_fuzz_test: Fail # Issue 28350 |
| 392 io/directory_list_nonexistent_test: Fail # Issue 28350 | 394 io/directory_list_nonexistent_test: Fail # Issue 28350 |
| 393 io/stdout_bad_argument_test: Fail # Issue 28353 | 395 io/stdout_bad_argument_test: Fail # Issue 28353 |
| 394 io/file_blocking_lock_test: Fail # Issue 28353 | 396 io/file_blocking_lock_test: Fail # Issue 28353 |
| 395 | 397 |
| 396 io/process_sync_test: RuntimeError | 398 io/process_sync_test: RuntimeError |
| 397 io/signals_test: RuntimeError | 399 io/signals_test: RuntimeError |
| 398 io/regress_7191_test: RuntimeError | 400 io/regress_7191_test: RuntimeError |
| 399 io/named_pipe_script_test: RuntimeError | 401 io/named_pipe_script_test: RuntimeError |
| 400 io/http_server_close_response_after_error_test: RuntimeError | 402 io/http_server_close_response_after_error_test: RuntimeError |
| OLD | NEW |