| 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 # Fails intentionally | 10 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 11 | 11 |
| 12 [ $runtime == vm && $system == windows ] | 12 [ $runtime == vm && $system == windows ] |
| 13 io/stdout_close_test: Pass, Fail # Issue 11593 | 13 io/stdout_close_test: Pass, Fail # Issue 11593 |
| 14 | 14 |
| 15 [ $runtime == vm ] | 15 [ $runtime == vm ] |
| 16 # Fails because checked-in dart executable is not up to date. | |
| 17 io/test_runner_test: Fail | |
| 18 # Fails because checked-in dart executable is not up to date. | |
| 19 # Skip this because it is leaving temp directories behind when it fails. | |
| 20 io/skipping_dart2js_compilations_test: Skip | |
| 21 io/web_socket_test: Pass, Crash # Issue 11502 | 16 io/web_socket_test: Pass, Crash # Issue 11502 |
| 22 | 17 |
| 23 [ $runtime == vm ] | 18 [ $runtime == vm ] |
| 24 package/package_isolate_test: Fail # http://dartbug.com/7520. | 19 package/package_isolate_test: Fail # http://dartbug.com/7520. |
| 25 # The test is flaky, and is timing out, causing buildbot cycle times to rise. | 20 # The test is flaky, and is timing out, causing buildbot cycle times to rise. |
| 26 io/raw_server_socket_cancel_test: Skip # Issue 8675 | 21 io/raw_server_socket_cancel_test: Skip # Issue 8675 |
| 27 | 22 |
| 28 [ $runtime == vm && $checked ] | 23 [ $runtime == vm && $checked ] |
| 29 # These tests have type errors on purpose. | 24 # These tests have type errors on purpose. |
| 30 io/process_invalid_arguments_test: Fail, OK | 25 io/process_invalid_arguments_test: Fail, OK |
| (...skipping 29 matching lines...) Expand all Loading... |
| 60 package/*: Skip # Do not run those in Dartium. | 55 package/*: Skip # Do not run those in Dartium. |
| 61 debugger/*: Skip # Do not run standalone debugger tests in browser. | 56 debugger/*: Skip # Do not run standalone debugger tests in browser. |
| 62 coverage_test: Skip | 57 coverage_test: Skip |
| 63 http_launch_test: Skip | 58 http_launch_test: Skip |
| 64 | 59 |
| 65 [ $compiler == dartc ] | 60 [ $compiler == dartc ] |
| 66 | 61 |
| 67 # package test issue 7392 | 62 # package test issue 7392 |
| 68 package/package1_test: Fail | 63 package/package1_test: Fail |
| 69 package/package_test: Fail | 64 package/package_test: Fail |
| 70 io/test_runner_test: Fail # Library dart:uri removed. | |
| 71 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. | |
| 72 | 65 |
| 73 | 66 |
| 74 # The dart:io library is created at build time from separate files, and | 67 # The dart:io library is created at build time from separate files, and |
| 75 # there is no language-spec compatible way to run unit tests on the private | 68 # there is no language-spec compatible way to run unit tests on the private |
| 76 # members and methods of dart:io. | 69 # members and methods of dart:io. |
| 77 # Dartc spots the misuse of 'part' directives in these unit tests. | 70 # Dartc spots the misuse of 'part' directives in these unit tests. |
| 78 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. | 71 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. |
| 79 io/http_cookie_date_test: Skip # dartc cannot parse dart:io unit tests. | 72 io/http_cookie_date_test: Skip # dartc cannot parse dart:io unit tests. |
| 80 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. | 73 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. |
| 81 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. | 74 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. |
| (...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 125 byte_array_view_optimized_test: Skip # dart:typed_data support needed. | 118 byte_array_view_optimized_test: Skip # dart:typed_data support needed. |
| 126 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | 119 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord |
| 127 io/url_encoding_test: Skip # Importing code with external keyword | 120 io/url_encoding_test: Skip # Importing code with external keyword |
| 128 int_array_load_elimination_test: Skip # This is a VM test | 121 int_array_load_elimination_test: Skip # This is a VM test |
| 129 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. | 122 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. |
| 130 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 123 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 131 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 124 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 132 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 125 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| 133 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 126 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 134 pow_test: Skip # Precision > 53 bits. | 127 pow_test: Skip # Precision > 53 bits. |
| 135 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. | |
| 136 http_launch_test: Skip | 128 http_launch_test: Skip |
| 137 53bit_overflow_test: Skip | 129 53bit_overflow_test: Skip |
| 138 53bit_overflow_literal_test: Skip | 130 53bit_overflow_literal_test: Skip |
| 139 | 131 |
| 140 | 132 |
| 141 [ $compiler == dart2js && $jscl ] | 133 [ $compiler == dart2js && $jscl ] |
| 142 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. | 134 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |
| 143 byte_array_test: Fail, OK # ByteArray | 135 byte_array_test: Fail, OK # ByteArray |
| 144 deoptimization_test: Fail, OK # Requires bigint. | 136 deoptimization_test: Fail, OK # Requires bigint. |
| 145 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 137 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
| (...skipping 21 matching lines...) Expand all Loading... |
| 167 [ $arch == simarm ] | 159 [ $arch == simarm ] |
| 168 out_of_memory_test: Crash | 160 out_of_memory_test: Crash |
| 169 | 161 |
| 170 [ $arch == mips ] | 162 [ $arch == mips ] |
| 171 *: Skip | 163 *: Skip |
| 172 | 164 |
| 173 [ $arch == simmips ] | 165 [ $arch == simmips ] |
| 174 io/file_fuzz_test: Pass, Timeout | 166 io/file_fuzz_test: Pass, Timeout |
| 175 out_of_memory_test: Crash | 167 out_of_memory_test: Crash |
| 176 | 168 |
| OLD | NEW |