| 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 # http://dartbug.com/7520. | 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 |
| 18 | 31 |
| 19 | 32 |
| 20 [ $runtime == vm && $checked ] | 33 [ $runtime == vm && $checked ] |
| 21 # These tests have type errors on purpose. | 34 # These tests have type errors on purpose. |
| 22 io/process_invalid_arguments_test: Fail, OK | 35 io/process_invalid_arguments_test: Fail, OK |
| 23 io/directory_invalid_arguments_test: Fail, OK | 36 io/directory_invalid_arguments_test: Fail, OK |
| 24 io/file_invalid_arguments_test: Fail, OK | 37 io/file_invalid_arguments_test: Fail, OK |
| 25 io/socket_invalid_arguments_test: Fail, OK | 38 io/socket_invalid_arguments_test: Fail, OK |
| 26 io/stdout_bad_argument_test: Fail, OK | 39 io/stdout_bad_argument_test: Fail, OK |
| 27 # These test have type errors on purpose and take very long to run in | 40 # These test have type errors on purpose and take very long to run in |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 71 # members and methods of dart:io. | 84 # members and methods of dart:io. |
| 72 # Dart analyzer spots the misuse of 'part' directives in these unit tests. | 85 # Dart analyzer spots the misuse of 'part' directives in these unit tests. |
| 73 io/http_headers_test: Skip | 86 io/http_headers_test: Skip |
| 74 io/http_cookie_date_test: Skip | 87 io/http_cookie_date_test: Skip |
| 75 io/http_parser_test: Skip | 88 io/http_parser_test: Skip |
| 76 io/web_socket_protocol_processor_test: Skip | 89 io/web_socket_protocol_processor_test: Skip |
| 77 | 90 |
| 78 # This is runtime test. | 91 # This is runtime test. |
| 79 io/process_exit_negative_test: Skip | 92 io/process_exit_negative_test: Skip |
| 80 | 93 |
| 81 # https://code.google.com/p/dart/issues/detail?id=11647 | |
| 82 package/package_isolate_test: fail | |
| 83 | |
| 84 [ $compiler == dart2analyzer ] | 94 [ $compiler == dart2analyzer ] |
| 85 javascript_int_overflow_literal_test/01: fail, ok | 95 javascript_int_overflow_literal_test/01: fail, ok |
| 86 package/package_isolate_test: fail # issue 11647 | 96 package/package_isolate_test: fail # issue 11647 |
| 87 issue14236_test: Skip # Analyzer can't handle Script snapshots. | 97 issue14236_test: Skip # Analyzer can't handle Script snapshots. |
| 88 | 98 |
| 89 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 99 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
| 90 io/file_constructor_test: fail | 100 io/file_constructor_test: fail |
| 91 | 101 |
| 92 # The dart:io library is created at build time from separate files, and | 102 # The dart:io library is created at build time from separate files, and |
| 93 # there is no language-spec compatible way to run unit tests on the private | 103 # there is no language-spec compatible way to run unit tests on the private |
| 94 # members and methods of dart:io. | 104 # members and methods of dart:io. |
| 95 # Dart analyzer spots the misuse of 'part' directives in these unit tests. | 105 # Dart analyzer spots the misuse of 'part' directives in these unit tests. |
| 96 io/http_headers_test: Skip | 106 io/http_headers_test: Skip |
| 97 io/http_cookie_date_test: Skip | 107 io/http_cookie_date_test: Skip |
| 98 io/http_parser_test: Skip | 108 io/http_parser_test: Skip |
| 99 io/web_socket_protocol_processor_test: Skip | 109 io/web_socket_protocol_processor_test: Skip |
| 100 | 110 |
| 101 # This is runtime test. | 111 # This is runtime test. |
| 102 io/process_exit_negative_test: Skip | 112 io/process_exit_negative_test: Skip |
| 103 | 113 |
| 104 # https://code.google.com/p/dart/issues/detail?id=11647 | |
| 105 package/package_isolate_test: fail | |
| 106 | |
| 107 [ $compiler == dart2js ] | 114 [ $compiler == dart2js ] |
| 108 number_identity_test: Skip # Bigints and int/double diff. not supported. | 115 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 109 typed_data_test: Skip # dart:typed_data support needed. | 116 typed_data_test: Skip # dart:typed_data support needed. |
| 110 bytedata_test: Skip # dart:typed_data support needed. | 117 bytedata_test: Skip # dart:typed_data support needed. |
| 111 typed_data_view_test: Skip # dart:typed_data support needed. | 118 typed_data_view_test: Skip # dart:typed_data support needed. |
| 112 typed_data_isolate_test: Skip # dart:typed_data support needed. | 119 typed_data_isolate_test: Skip # dart:typed_data support needed. |
| 113 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. | 120 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. |
| 114 float_array_test: Skip # dart:typed_data support needed. | 121 float_array_test: Skip # dart:typed_data support needed. |
| 115 int_array_test: Skip # dart:typed_data support needed. | 122 int_array_test: Skip # dart:typed_data support needed. |
| 116 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | 123 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 170 io/test_extension_fail_test: Fail | 177 io/test_extension_fail_test: Fail |
| 171 io/dart_std_io_pipe_test: Fail | 178 io/dart_std_io_pipe_test: Fail |
| 172 io/file_read_special_device_test: Fail | 179 io/file_read_special_device_test: Fail |
| 173 | 180 |
| 174 [ $compiler == none && $runtime == dartium && $unchecked ] | 181 [ $compiler == none && $runtime == dartium && $unchecked ] |
| 175 assert_test: Fail # Issue 13719: Please triage this failure. | 182 assert_test: Fail # Issue 13719: Please triage this failure. |
| 176 | 183 |
| 177 [ $compiler == none && $runtime == dartium ] | 184 [ $compiler == none && $runtime == dartium ] |
| 178 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this
failure. | 185 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this
failure. |
| 179 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure. | 186 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure. |
| OLD | NEW |