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 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally | 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
(...skipping 17 matching lines...) Expand all Loading... |
28 # These test have type errors on purpose and take very long to run in | 28 # These test have type errors on purpose and take very long to run in |
29 # checked mode with no benefit. Skip. | 29 # checked mode with no benefit. Skip. |
30 io/file_fuzz_test: Skip | 30 io/file_fuzz_test: Skip |
31 io/directory_fuzz_test: Skip | 31 io/directory_fuzz_test: Skip |
32 | 32 |
33 [ $runtime == vm && $system == macos ] | 33 [ $runtime == vm && $system == macos ] |
34 # This test fails with "Too many open files" on the Mac OS buildbot. | 34 # This test fails with "Too many open files" on the Mac OS buildbot. |
35 # This is expected as MacOS by default runs with a very low number | 35 # This is expected as MacOS by default runs with a very low number |
36 # of allowed open files ('ulimit -n' says something like 256). | 36 # of allowed open files ('ulimit -n' says something like 256). |
37 io/socket_many_connections_test: Skip | 37 io/socket_many_connections_test: Skip |
38 io/platform_resolved_executable_test/06: RuntimeError | |
39 | 38 |
40 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 39 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
41 typed_array_test: Fail # Issue 13921 | 40 typed_array_test: Fail # Issue 13921 |
42 typed_array_int64_uint64_test: Fail # Issue 13921 | 41 typed_array_int64_uint64_test: Fail # Issue 13921 |
43 typed_data_isolate_test: SkipByDesign # This test uses dart:io | 42 typed_data_isolate_test: SkipByDesign # This test uses dart:io |
44 io/*: SkipByDesign # Don't run tests using dart:io in the browser | 43 io/*: SkipByDesign # Don't run tests using dart:io in the browser |
45 package/*: Skip # Do not run those in Dartium. | 44 package/*: Skip # Do not run those in Dartium. |
46 debugger/*: SkipByDesign # Do not run standalone debugger tests in browser. | 45 debugger/*: SkipByDesign # Do not run standalone debugger tests in browser. |
47 coverage_test: Skip | 46 coverage_test: Skip |
48 full_coverage_test: Skip | 47 full_coverage_test: Skip |
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
243 io/socket_upgrade_to_secure_test: Crash # Invalid argument(s) | 242 io/socket_upgrade_to_secure_test: Crash # Invalid argument(s) |
244 io/stdout_stderr_terminal_test: Crash # Instance of 'TypeOperator': type check u
nimplemented for _Nullary. | 243 io/stdout_stderr_terminal_test: Crash # Instance of 'TypeOperator': type check u
nimplemented for _Nullary. |
245 io/test_extension_fail_test: Crash # (switch (Platform.op... Unhandled node | 244 io/test_extension_fail_test: Crash # (switch (Platform.op... Unhandled node |
246 io/test_extension_test: Crash # (switch (Platform.op... Unhandled node | 245 io/test_extension_test: Crash # (switch (Platform.op... Unhandled node |
247 io/test_runner_test: Crash # (switch (arguments[0... Unhandled node | 246 io/test_runner_test: Crash # (switch (arguments[0... Unhandled node |
248 io/uri_platform_test: Crash # Instance of 'TypeOperator': type check unimplement
ed for _Nullary. | 247 io/uri_platform_test: Crash # Instance of 'TypeOperator': type check unimplement
ed for _Nullary. |
249 io/web_socket_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 248 io/web_socket_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
250 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. | 249 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. |
251 io/zlib_test: Crash # Instance of 'TypeOperator': type check unimplemented for _
Nullary. | 250 io/zlib_test: Crash # Instance of 'TypeOperator': type check unimplemented for _
Nullary. |
252 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef
ined | 251 priority_queue_stress_test: RuntimeError # Cannot read property 'any$1' of undef
ined |
OLD | NEW |