| 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 |
| 11 | 11 |
| 12 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue
14516 comment #4. | 12 issue14236_test: Pass # Do not remove this line. It serves as a marker for Issue
14516 comment #4. |
| 13 | 13 |
| 14 javascript_compatibility_errors_test/none: Fail, OK # Not possible to exclude o
r annotate with '/// none:' | 14 javascript_compatibility_errors_test/none: Fail, OK # Not possible to exclude o
r annotate with '/// none:' |
| 15 | 15 |
| 16 [ $runtime == vm ] | 16 [ $runtime == vm ] |
| 17 package/package_isolate_test: Fail # Issue 12474 | 17 package/package_isolate_test: Fail # Issue 12474 |
| 18 io/observatory_test: Fail | 18 io/observatory_test: Fail |
| 19 |
| 20 [ $runtime == vm && ($system == macos || $system == windows) ] |
| 19 io/platform_executable_test/01: RuntimeError # Issue 16994 | 21 io/platform_executable_test/01: RuntimeError # Issue 16994 |
| 20 io/platform_executable_test/02: RuntimeError # Issue 16994 | 22 io/platform_executable_test/02: RuntimeError # Issue 16994 |
| 21 io/platform_executable_test/04: RuntimeError # Issue 16994 | 23 io/platform_executable_test/04: RuntimeError # Issue 16994 |
| 22 io/platform_executable_test/05: RuntimeError # Issue 16994 | 24 io/platform_executable_test/05: RuntimeError # Issue 16994 |
| 23 | 25 |
| 24 [ $runtime == vm && $checked ] | 26 [ $runtime == vm && $checked ] |
| 25 # These tests have type errors on purpose. | 27 # These tests have type errors on purpose. |
| 26 io/process_invalid_arguments_test: Fail, OK | 28 io/process_invalid_arguments_test: Fail, OK |
| 27 io/directory_invalid_arguments_test: Fail, OK | 29 io/directory_invalid_arguments_test: Fail, OK |
| 28 io/file_invalid_arguments_test: Fail, OK | 30 io/file_invalid_arguments_test: Fail, OK |
| (...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 245 io/stdout_stderr_terminal_test: Crash # Instance of 'TypeOperator': type check u
nimplemented for _Nullary. | 247 io/stdout_stderr_terminal_test: Crash # Instance of 'TypeOperator': type check u
nimplemented for _Nullary. |
| 246 io/test_extension_fail_test: Crash # Unhandled node | 248 io/test_extension_fail_test: Crash # Unhandled node |
| 247 io/test_extension_test: Crash # Unhandled node | 249 io/test_extension_test: Crash # Unhandled node |
| 248 io/test_runner_test: Crash # Unhandled node | 250 io/test_runner_test: Crash # Unhandled node |
| 249 io/uri_platform_test: Crash # Instance of 'TypeOperator': type check unimplement
ed for _Nullary. | 251 io/uri_platform_test: Crash # Instance of 'TypeOperator': type check unimplement
ed for _Nullary. |
| 250 io/web_socket_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. | 252 io/web_socket_test: Crash # Instance of 'TypeOperator': type check unimplemented
for _Nullary. |
| 251 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. | 253 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': type chec
k unimplemented for _Nullary. |
| 252 io/zlib_test: Crash # Instance of 'TypeOperator': type check unimplemented for _
Nullary. | 254 io/zlib_test: Crash # Instance of 'TypeOperator': type check unimplemented for _
Nullary. |
| 253 priority_queue_stress_test: RuntimeError # Please triage this failure. | 255 priority_queue_stress_test: RuntimeError # Please triage this failure. |
| 254 status_expression_test: RuntimeError # Please triage this failure. | 256 status_expression_test: RuntimeError # Please triage this failure. |
| OLD | NEW |