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 | 19 |
20 [ $runtime == vm && $system == windows ] | 20 [ $runtime == vm && $system == windows ] |
21 io/platform_executable_test/01: RuntimeError # Issue 16994 | |
22 io/platform_executable_test/02: RuntimeError # Issue 16994 | |
23 io/platform_executable_test/04: RuntimeError # Issue 16994 | |
24 io/platform_executable_test/05: RuntimeError # Issue 16994 | |
25 io/platform_executable_test/06: RuntimeError # NEEDS TRIAGE (kevmoo) | 21 io/platform_executable_test/06: RuntimeError # NEEDS TRIAGE (kevmoo) |
kustermann
2015/06/11 18:34:27
What's wrong with 06?
Søren Gjesse
2015/06/12 07:24:24
It was broken - trying to run 'dir' with an empty
| |
26 | 22 |
27 [ $runtime == vm && $checked ] | 23 [ $runtime == vm && $checked ] |
28 # These tests have type errors on purpose. | 24 # These tests have type errors on purpose. |
29 io/process_invalid_arguments_test: Fail, OK | 25 io/process_invalid_arguments_test: Fail, OK |
30 io/directory_invalid_arguments_test: Fail, OK | 26 io/directory_invalid_arguments_test: Fail, OK |
31 io/file_invalid_arguments_test: Fail, OK | 27 io/file_invalid_arguments_test: Fail, OK |
32 io/internet_address_invalid_arguments_test: Fail, OK | 28 io/internet_address_invalid_arguments_test: Fail, OK |
33 io/socket_invalid_arguments_test: Fail, OK | 29 io/socket_invalid_arguments_test: Fail, OK |
34 io/stdout_bad_argument_test: Fail, OK | 30 io/stdout_bad_argument_test: Fail, OK |
35 # These test have type errors on purpose and take very long to run in | 31 # These test have type errors on purpose and take very long to run in |
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
250 io/socket_upgrade_to_secure_test: Crash # Please triage this failure. | 246 io/socket_upgrade_to_secure_test: Crash # Please triage this failure. |
251 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. |
252 io/test_extension_fail_test: Crash # (switch (Platform.op... Unhandled node | 248 io/test_extension_fail_test: Crash # (switch (Platform.op... Unhandled node |
253 io/test_extension_test: Crash # (switch (Platform.op... Unhandled node | 249 io/test_extension_test: Crash # (switch (Platform.op... Unhandled node |
254 io/test_runner_test: Crash # (switch (arguments[0... Unhandled node | 250 io/test_runner_test: Crash # (switch (arguments[0... Unhandled node |
255 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. |
256 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. |
257 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. |
258 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. |
259 priority_queue_stress_test: RuntimeError # Please triage this failure. | 255 priority_queue_stress_test: RuntimeError # Please triage this failure. |
OLD | NEW |