| 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 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 70 # These tests might be slow on an opt counter threshold bot. | 70 # These tests might be slow on an opt counter threshold bot. |
| 71 # They also time out on the bot occasionally => flaky test issue 28046 | 71 # They also time out on the bot occasionally => flaky test issue 28046 |
| 72 io/http_basic_test: Pass, Slow, Timeout # Issue 28046 | 72 io/http_basic_test: Pass, Slow, Timeout # Issue 28046 |
| 73 io/http_launch_test: Pass, Slow, Timeout # Issue 28046 | 73 io/http_launch_test: Pass, Slow, Timeout # Issue 28046 |
| 74 | 74 |
| 75 | 75 |
| 76 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 76 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 77 typed_array_test: RuntimeError, OK # Uses Isolate.spawn | 77 typed_array_test: RuntimeError, OK # Uses Isolate.spawn |
| 78 typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn | 78 typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn |
| 79 typed_data_isolate_test: SkipByDesign # This test uses dart:io | 79 typed_data_isolate_test: SkipByDesign # This test uses dart:io |
| 80 dwarf_stack_trace_test: SkipByDesign # This test uses dart:io |
| 80 regress_28854_1_test: SkipByDesign # Uses Isolate.spawn | 81 regress_28854_1_test: SkipByDesign # Uses Isolate.spawn |
| 81 regress_28854_2_test: SkipByDesign # Uses Isolate.spawn | 82 regress_28854_2_test: SkipByDesign # Uses Isolate.spawn |
| 82 io/*: SkipByDesign # Don't run tests using dart:io in the browser | 83 io/*: SkipByDesign # Don't run tests using dart:io in the browser |
| 83 package/*: Skip # Do not run those in Dartium. | 84 package/*: Skip # Do not run those in Dartium. |
| 84 http_launch_test: Skip | 85 http_launch_test: Skip |
| 85 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. | 86 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. |
| 86 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. | 87 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. |
| 87 oom_error_stacktrace_test: Skip | 88 oom_error_stacktrace_test: Skip |
| 88 out_of_memory_test: Skip | 89 out_of_memory_test: Skip |
| 89 map_insert_remove_oom_test: Skip # Issue 24571 | 90 map_insert_remove_oom_test: Skip # Issue 24571 |
| (...skipping 329 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 419 io/socket_source_address_test: SkipByDesign | 420 io/socket_source_address_test: SkipByDesign |
| 420 io/socket_bind_test: SkipByDesign | 421 io/socket_bind_test: SkipByDesign |
| 421 io/http_proxy_advanced_test: SkipByDesign | 422 io/http_proxy_advanced_test: SkipByDesign |
| 422 io/http_ipv6_test: SkipByDesign | 423 io/http_ipv6_test: SkipByDesign |
| 423 io/socket_ipv6_test: SkipByDesign | 424 io/socket_ipv6_test: SkipByDesign |
| 424 io/socket_info_ipv6_test: SkipByDesign | 425 io/socket_info_ipv6_test: SkipByDesign |
| 425 | 426 |
| 426 [ $builder_tag == asan && $arch == x64 ] | 427 [ $builder_tag == asan && $arch == x64 ] |
| 427 io/process_detached_test: Pass, Slow | 428 io/process_detached_test: Pass, Slow |
| 428 io/named_pipe_script_test: RuntimeError | 429 io/named_pipe_script_test: RuntimeError |
| OLD | NEW |