| 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 [ $runtime == vm && $system == windows ] | 12 [ $runtime == vm && $system == windows ] |
| 13 io/file_system_watcher_test: Pass, Timeout # Issue 13228 | 13 io/file_system_watcher_test: Pass, Timeout # Issue 13228 |
| 14 io/platform_test: Pass, Fail # Issue 14399 | 14 io/platform_test: Pass, Fail # Issue 14399 |
| 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 vmservice/isolate_bad_class_test: Skip # Issue 14448 | |
| 19 vmservice/isolate_bad_object_test: Skip # Issue 14448 | |
| 20 vmservice/isolate_class_field_test: Skip # Issue 14448 | |
| 21 vmservice/isolate_class_test: Skip # Issue 14448 | |
| 22 vmservice/isolate_code_test: Skip # Issue 14448 | |
| 23 vmservice/isolate_echo_test: Skip # Issue 14448 | |
| 24 vmservice/isolate_function_test: Skip # Issue 14448 | |
| 25 vmservice/isolate_library_test: Skip # Issue 14448 | |
| 26 vmservice/isolate_list_test: Skip # Issue 14448 | |
| 27 vmservice/isolate_stacktrace_command_test: Skip # Issue 14448 | |
| 28 vmservice/multiple_isolate_list_test: Skip # Issue 14448 | |
| 29 vmservice/unknown_command_test: Skip # Issue 14448 | |
| 30 vmservice/unknown_isolate_command_test: Skip # Issue 14448 | |
| 31 | |
| 32 | 18 |
| 33 [ $runtime == vm && $checked ] | 19 [ $runtime == vm && $checked ] |
| 34 # These tests have type errors on purpose. | 20 # These tests have type errors on purpose. |
| 35 io/process_invalid_arguments_test: Fail, OK | 21 io/process_invalid_arguments_test: Fail, OK |
| 36 io/directory_invalid_arguments_test: Fail, OK | 22 io/directory_invalid_arguments_test: Fail, OK |
| 37 io/file_invalid_arguments_test: Fail, OK | 23 io/file_invalid_arguments_test: Fail, OK |
| 38 io/socket_invalid_arguments_test: Fail, OK | 24 io/socket_invalid_arguments_test: Fail, OK |
| 39 io/stdout_bad_argument_test: Fail, OK | 25 io/stdout_bad_argument_test: Fail, OK |
| 40 # These test have type errors on purpose and take very long to run in | 26 # These test have type errors on purpose and take very long to run in |
| 41 # checked mode with no benefit. Skip. | 27 # checked mode with no benefit. Skip. |
| (...skipping 135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 177 io/test_extension_fail_test: Fail | 163 io/test_extension_fail_test: Fail |
| 178 io/dart_std_io_pipe_test: Fail | 164 io/dart_std_io_pipe_test: Fail |
| 179 io/file_read_special_device_test: Fail | 165 io/file_read_special_device_test: Fail |
| 180 | 166 |
| 181 [ $compiler == none && $runtime == dartium && $unchecked ] | 167 [ $compiler == none && $runtime == dartium && $unchecked ] |
| 182 assert_test: Fail # Issue 13719: Please triage this failure. | 168 assert_test: Fail # Issue 13719: Please triage this failure. |
| 183 | 169 |
| 184 [ $compiler == none && $runtime == dartium ] | 170 [ $compiler == none && $runtime == dartium ] |
| 185 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this
failure. | 171 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this
failure. |
| 186 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure. | 172 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure. |
| OLD | NEW |