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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
66 # investigate, skipping these tests temporarily to get the bots to be | 66 # investigate, skipping these tests temporarily to get the bots to be |
67 # green again. | 67 # green again. |
68 io/http_proxy_test: Skip | 68 io/http_proxy_test: Skip |
69 io/secure_builtin_roots_test: Skip | 69 io/secure_builtin_roots_test: Skip |
70 | 70 |
71 # These tests might be slow on an opt counter threshold bot. | 71 # These tests might be slow on an opt counter threshold bot. |
72 # They also time out on the bot occasionally => flaky test issue 28046 | 72 # They also time out on the bot occasionally => flaky test issue 28046 |
73 io/http_basic_test: Pass, Slow, Timeout # Issue 28046 | 73 io/http_basic_test: Pass, Slow, Timeout # Issue 28046 |
74 io/http_launch_test: Pass, Slow, Timeout # Issue 28046 | 74 io/http_launch_test: Pass, Slow, Timeout # Issue 28046 |
75 | 75 |
| 76 |
| 77 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 78 typed_array_test: RuntimeError, OK # Uses Isolate.spawn |
| 79 typed_array_int64_uint64_test: RuntimeError, OK # Uses Isolate.spawn |
| 80 typed_data_isolate_test: SkipByDesign # This test uses dart:io |
| 81 dwarf_stack_trace_test: SkipByDesign # This test uses dart:io |
| 82 regress_28854_1_test: SkipByDesign # Uses Isolate.spawn |
| 83 regress_28854_2_test: SkipByDesign # Uses Isolate.spawn |
| 84 io/*: SkipByDesign # Don't run tests using dart:io in the browser |
| 85 package/*: Skip # Do not run those in Dartium. |
| 86 http_launch_test: Skip |
| 87 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. |
| 88 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. |
| 89 oom_error_stacktrace_test: Skip |
| 90 out_of_memory_test: Skip |
| 91 map_insert_remove_oom_test: Skip # Issue 24571 |
| 92 verbose_gc_to_bmu_test: Skip |
| 93 regress_26031_test: SkipByDesign # Standalone only test |
| 94 env_test: Skip # This is testing a vm command line parsing scenario. |
| 95 dart_developer_disabled_env_test: SkipByDesign # Dartium does not respect VMOpti
ons |
| 96 |
76 [ $compiler == dart2analyzer ] | 97 [ $compiler == dart2analyzer ] |
77 issue14236_test: Skip # Analyzer can't handle Script snapshots. | 98 issue14236_test: Skip # Analyzer can't handle Script snapshots. |
78 | 99 |
79 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 100 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
80 io/file_constructor_test: fail | 101 io/file_constructor_test: fail |
81 | 102 |
82 # This is runtime test. | 103 # This is runtime test. |
83 io/process_exit_negative_test: Skip | 104 io/process_exit_negative_test: Skip |
84 | 105 |
85 io/http_parser_test: Pass, StaticWarning, CompileTimeError # Issue 28843 | 106 io/http_parser_test: Pass, StaticWarning, CompileTimeError # Issue 28843 |
(...skipping 15 matching lines...) Expand all Loading... |
101 [ $runtime != vm || $arch == arm || $arch == arm64 || ($system == windows && $mo
de == debug) ] | 122 [ $runtime != vm || $arch == arm || $arch == arm64 || ($system == windows && $mo
de == debug) ] |
102 fragmentation_test: Skip # VM test uses too much memory for small systems. | 123 fragmentation_test: Skip # VM test uses too much memory for small systems. |
103 | 124 |
104 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te ] | 125 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te ] |
105 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 126 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
106 oom_error_stacktrace_test: Skip # Fails on Linux | 127 oom_error_stacktrace_test: Skip # Fails on Linux |
107 | 128 |
108 [ ($arch == simarm || $arch == simdbc || $arch == simdbc64) && $mode == debug &&
$checked ] | 129 [ ($arch == simarm || $arch == simdbc || $arch == simdbc64) && $mode == debug &&
$checked ] |
109 io/web_socket_test: Pass, Fail # Issue 26814 | 130 io/web_socket_test: Pass, Fail # Issue 26814 |
110 | 131 |
| 132 [ $compiler == none && $runtime == dartium && ! $checked ] |
| 133 assert_test: Fail # Issue 14651. |
| 134 |
111 [ $compiler == dart2analyzer ] | 135 [ $compiler == dart2analyzer ] |
112 io/directory_invalid_arguments_test: StaticWarning | 136 io/directory_invalid_arguments_test: StaticWarning |
113 io/process_invalid_arguments_test: StaticWarning | 137 io/process_invalid_arguments_test: StaticWarning |
114 io/raw_secure_server_socket_argument_test: StaticWarning | 138 io/raw_secure_server_socket_argument_test: StaticWarning |
115 io/secure_socket_argument_test: StaticWarning | 139 io/secure_socket_argument_test: StaticWarning |
116 io/stdout_bad_argument_test: StaticWarning | 140 io/stdout_bad_argument_test: StaticWarning |
117 package/package1_test: StaticWarning | 141 package/package1_test: StaticWarning |
118 package/package_test: StaticWarning | 142 package/package_test: StaticWarning |
119 package/scenarios/packages_dir_only/packages_dir_only_test: StaticWarning | 143 package/scenarios/packages_dir_only/packages_dir_only_test: StaticWarning |
120 package/scenarios/packages_file_only/packages_file_only_test: StaticWarning | 144 package/scenarios/packages_file_only/packages_file_only_test: StaticWarning |
(...skipping 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
467 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 | 491 package/package_test: Fail # Unable to parse package files Flutter Issue 9115 |
468 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 | 492 #unboxed_int_converter_test: Fail # Unable to parse package files Flutter Issue
9115 |
469 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 | 493 io/process_run_output_test: Fail # Unable to parse package files Flutter Issue 9
115 |
470 | 494 |
471 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors | 495 io/dependency_graph_test: CompileTimeError # Imports dart:mirrors |
472 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors | 496 io/skipping_dart2js_compilations_test: CompileTimeError # Uses mirrors |
473 io/status_file_parser_test: CompileTimeError # Uses mirrors | 497 io/status_file_parser_test: CompileTimeError # Uses mirrors |
474 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors | 498 io/test_harness_analyzer_test: CompileTimeError # Uses mirrors |
475 io/test_runner_test: CompileTimeError # Uses mirrors | 499 io/test_runner_test: CompileTimeError # Uses mirrors |
476 status_expression_test: CompileTimeError # Uses mirrors | 500 status_expression_test: CompileTimeError # Uses mirrors |
OLD | NEW |