| 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 24 matching lines...) Expand all Loading... |
| 35 # These test have type errors on purpose and take very long to run in | 35 # These test have type errors on purpose and take very long to run in |
| 36 # checked mode with no benefit. Skip. | 36 # checked mode with no benefit. Skip. |
| 37 io/file_fuzz_test: Skip | 37 io/file_fuzz_test: Skip |
| 38 io/directory_fuzz_test: Skip | 38 io/directory_fuzz_test: Skip |
| 39 | 39 |
| 40 [ $runtime == vm && $system == macos ] | 40 [ $runtime == vm && $system == macos ] |
| 41 # This test fails with "Too many open files" on the Mac OS buildbot. | 41 # This test fails with "Too many open files" on the Mac OS buildbot. |
| 42 # This is expected as MacOS by default runs with a very low number | 42 # This is expected as MacOS by default runs with a very low number |
| 43 # of allowed open files ('ulimit -n' says something like 256). | 43 # of allowed open files ('ulimit -n' says something like 256). |
| 44 io/socket_many_connections_test: Skip | 44 io/socket_many_connections_test: Skip |
| 45 io/platform_executable_test/06: RuntimeError |
| 45 | 46 |
| 46 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 47 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 47 typed_array_test: Fail # Issue 13921 | 48 typed_array_test: Fail # Issue 13921 |
| 48 typed_array_int64_uint64_test: Fail # Issue 13921 | 49 typed_array_int64_uint64_test: Fail # Issue 13921 |
| 49 typed_data_isolate_test: SkipByDesign # This test uses dart:io | 50 typed_data_isolate_test: SkipByDesign # This test uses dart:io |
| 50 io/*: SkipByDesign # Don't run tests using dart:io in the browser | 51 io/*: SkipByDesign # Don't run tests using dart:io in the browser |
| 51 package/*: Skip # Do not run those in Dartium. | 52 package/*: Skip # Do not run those in Dartium. |
| 52 debugger/*: SkipByDesign # Do not run standalone debugger tests in browser. | 53 debugger/*: SkipByDesign # Do not run standalone debugger tests in browser. |
| 53 coverage_test: Skip | 54 coverage_test: Skip |
| 54 full_coverage_test: Skip | 55 full_coverage_test: Skip |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 249 io/socket_upgrade_to_secure_test: Crash # Please triage this failure. | 250 io/socket_upgrade_to_secure_test: Crash # Please triage this failure. |
| 250 io/stdout_stderr_terminal_test: Crash # Instance of 'TypeOperator': type check u
nimplemented for _Nullary. | 251 io/stdout_stderr_terminal_test: Crash # Instance of 'TypeOperator': type check u
nimplemented for _Nullary. |
| 251 io/test_extension_fail_test: Crash # Unhandled node | 252 io/test_extension_fail_test: Crash # Unhandled node |
| 252 io/test_extension_test: Crash # Unhandled node | 253 io/test_extension_test: Crash # Unhandled node |
| 253 io/test_runner_test: Crash # Unhandled node | 254 io/test_runner_test: Crash # Unhandled node |
| 254 io/uri_platform_test: Crash # Instance of 'TypeOperator': type check unimplement
ed for _Nullary. | 255 io/uri_platform_test: Crash # Instance of 'TypeOperator': type check unimplement
ed for _Nullary. |
| 255 io/web_socket_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 256 io/web_socket_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
| 256 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. | 257 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. |
| 257 io/zlib_test: Crash # Instance of 'TypeOperator': type check unimplemented for _
Nullary. | 258 io/zlib_test: Crash # Instance of 'TypeOperator': type check unimplemented for _
Nullary. |
| 258 priority_queue_stress_test: RuntimeError # Please triage this failure. | 259 priority_queue_stress_test: RuntimeError # Please triage this failure. |
| OLD | NEW |