| 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 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 typed_data_isolate_test: Skip # This test uses dart:io | 49 typed_data_isolate_test: Skip # This test uses dart:io |
| 50 io/*: Skip # Don't run tests using dart:io in the browser | 50 io/*: Skip # Don't run tests using dart:io in the browser |
| 51 package/*: Skip # Do not run those in Dartium. | 51 package/*: Skip # Do not run those in Dartium. |
| 52 debugger/*: Skip # Do not run standalone debugger tests in browser. | 52 debugger/*: Skip # Do not run standalone debugger tests in browser. |
| 53 coverage_test: Skip | 53 coverage_test: Skip |
| 54 http_launch_test: Skip | 54 http_launch_test: Skip |
| 55 vmservice/*: Skip # Do not run standalone vm service tests in browser. | 55 vmservice/*: Skip # Do not run standalone vm service tests in browser. |
| 56 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. | 56 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. |
| 57 | 57 |
| 58 | 58 |
| 59 [ $compiler == dartanalyzer ] | 59 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 60 javascript_int_overflow_literal_test/01: fail, ok | 60 javascript_int_overflow_literal_test/01: fail, ok |
| 61 issue14236_test: Skip # Analyzer can't handle Script snapshots. | 61 issue14236_test: Skip # Analyzer can't handle Script snapshots. |
| 62 | 62 |
| 63 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 63 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
| 64 io/file_constructor_test: fail | 64 io/file_constructor_test: fail |
| 65 | 65 |
| 66 # The dart:io library is created at build time from separate files, and | |
| 67 # there is no language-spec compatible way to run unit tests on the private | |
| 68 # members and methods of dart:io. | |
| 69 # Dart analyzer spots the misuse of 'part' directives in these unit tests. | |
| 70 io/http_headers_test: Skip | |
| 71 io/http_cookie_date_test: Skip | |
| 72 io/http_parser_test: Skip | |
| 73 io/web_socket_protocol_processor_test: Skip | |
| 74 | |
| 75 # This is runtime test. | 66 # This is runtime test. |
| 76 io/process_exit_negative_test: Skip | 67 io/process_exit_negative_test: Skip |
| 77 | 68 |
| 78 [ $compiler == dart2analyzer ] | |
| 79 javascript_int_overflow_literal_test/01: fail, ok | |
| 80 issue14236_test: Skip # Analyzer can't handle Script snapshots. | |
| 81 | |
| 82 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | |
| 83 io/file_constructor_test: fail | |
| 84 | |
| 85 # The dart:io library is created at build time from separate files, and | |
| 86 # there is no language-spec compatible way to run unit tests on the private | |
| 87 # members and methods of dart:io. | |
| 88 # Dart analyzer spots the misuse of 'part' directives in these unit tests. | |
| 89 io/http_headers_test: Skip | |
| 90 io/http_cookie_date_test: Skip | |
| 91 io/http_parser_test: Skip | |
| 92 io/web_socket_protocol_processor_test: Skip | |
| 93 | |
| 94 # This is runtime test. | |
| 95 io/process_exit_negative_test: Skip | |
| 96 | 69 |
| 97 [ $compiler == dart2js ] | 70 [ $compiler == dart2js ] |
| 98 number_identity_test: Skip # Bigints and int/double diff. not supported. | 71 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 99 typed_data_test: Skip # dart:typed_data support needed. | 72 typed_data_test: Skip # dart:typed_data support needed. |
| 100 bytedata_test: Skip # dart:typed_data support needed. | 73 bytedata_test: Skip # dart:typed_data support needed. |
| 101 typed_data_view_test: Skip # dart:typed_data support needed. | 74 typed_data_view_test: Skip # dart:typed_data support needed. |
| 102 typed_data_isolate_test: Skip # dart:typed_data support needed. | 75 typed_data_isolate_test: Skip # dart:typed_data support needed. |
| 103 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. | 76 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. |
| 104 float_array_test: Skip # dart:typed_data support needed. | 77 float_array_test: Skip # dart:typed_data support needed. |
| 105 int_array_test: Skip # dart:typed_data support needed. | 78 int_array_test: Skip # dart:typed_data support needed. |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 io/raw_secure_server_socket_argument_test: StaticWarning | 148 io/raw_secure_server_socket_argument_test: StaticWarning |
| 176 io/secure_socket_argument_test: StaticWarning | 149 io/secure_socket_argument_test: StaticWarning |
| 177 io/skipping_dart2js_compilations_test: CompileTimeError, StaticWarning | 150 io/skipping_dart2js_compilations_test: CompileTimeError, StaticWarning |
| 178 io/stdout_bad_argument_test: StaticWarning | 151 io/stdout_bad_argument_test: StaticWarning |
| 179 io/test_runner_test: CompileTimeError, StaticWarning | 152 io/test_runner_test: CompileTimeError, StaticWarning |
| 180 package/package1_test: StaticWarning | 153 package/package1_test: StaticWarning |
| 181 package/package_test: StaticWarning | 154 package/package_test: StaticWarning |
| 182 typed_data_test: StaticWarning | 155 typed_data_test: StaticWarning |
| 183 typed_data_view_test: StaticWarning | 156 typed_data_view_test: StaticWarning |
| 184 | 157 |
| OLD | NEW |