| 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 |
| (...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 45 io/process_non_ascii_test: Pass, Fail | 45 io/process_non_ascii_test: Pass, Fail |
| 46 | 46 |
| 47 [ $compiler == none && $runtime == drt ] | 47 [ $compiler == none && $runtime == drt ] |
| 48 typed_data_isolate_test: Skip # This test uses dart:io | 48 typed_data_isolate_test: Skip # This test uses dart:io |
| 49 io/*: Skip # Don't run tests using dart:io in the browser | 49 io/*: Skip # Don't run tests using dart:io in the browser |
| 50 package/*: Skip # Do not run those in Dartium. | 50 package/*: Skip # Do not run those in Dartium. |
| 51 debugger/*: Skip # Do not run standalone debugger tests in browser. | 51 debugger/*: Skip # Do not run standalone debugger tests in browser. |
| 52 coverage_test: Skip | 52 coverage_test: Skip |
| 53 http_launch_test: Skip | 53 http_launch_test: Skip |
| 54 vmservice/*: Skip # Do not run standalone vm service tests in browser. | 54 vmservice/*: Skip # Do not run standalone vm service tests in browser. |
| 55 53bit_overflow_literal_test: fail # Issue 12044 | |
| 56 53bit_overflow_test: fail # Issue 12044 | |
| 57 | 55 |
| 58 | 56 |
| 59 [ $compiler == dartanalyzer ] | 57 [ $compiler == dartanalyzer ] |
| 60 53bit_overflow_literal_test/01: fail, ok | 58 javascript_int_overflow_literal_test/01: fail, ok |
| 61 | 59 |
| 62 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 60 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
| 63 io/file_constructor_test: fail | 61 io/file_constructor_test: fail |
| 64 | 62 |
| 65 # The dart:io library is created at build time from separate files, and | 63 # The dart:io library is created at build time from separate files, and |
| 66 # there is no language-spec compatible way to run unit tests on the private | 64 # there is no language-spec compatible way to run unit tests on the private |
| 67 # members and methods of dart:io. | 65 # members and methods of dart:io. |
| 68 # Dart analyzer spots the misuse of 'part' directives in these unit tests. | 66 # Dart analyzer spots the misuse of 'part' directives in these unit tests. |
| 69 io/http_headers_test: Skip | 67 io/http_headers_test: Skip |
| 70 io/http_cookie_date_test: Skip | 68 io/http_cookie_date_test: Skip |
| 71 io/http_parser_test: Skip | 69 io/http_parser_test: Skip |
| 72 io/web_socket_protocol_processor_test: Skip | 70 io/web_socket_protocol_processor_test: Skip |
| 73 | 71 |
| 74 # This is runtime test. | 72 # This is runtime test. |
| 75 io/process_exit_negative_test: Skip | 73 io/process_exit_negative_test: Skip |
| 76 | 74 |
| 77 # https://code.google.com/p/dart/issues/detail?id=11647 | 75 # https://code.google.com/p/dart/issues/detail?id=11647 |
| 78 package/package_isolate_test: fail | 76 package/package_isolate_test: fail |
| 79 | 77 |
| 80 [ $compiler == dart2analyzer ] | 78 [ $compiler == dart2analyzer ] |
| 81 53bit_overflow_literal_test/01: fail, ok | 79 javascript_int_overflow_literal_test/01: fail, ok |
| 82 package/package_isolate_test: fail # issue 11647 | 80 package/package_isolate_test: fail # issue 11647 |
| 83 | 81 |
| 84 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 82 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
| 85 io/file_constructor_test: fail | 83 io/file_constructor_test: fail |
| 86 | 84 |
| 87 # The dart:io library is created at build time from separate files, and | 85 # The dart:io library is created at build time from separate files, and |
| 88 # there is no language-spec compatible way to run unit tests on the private | 86 # there is no language-spec compatible way to run unit tests on the private |
| 89 # members and methods of dart:io. | 87 # members and methods of dart:io. |
| 90 # Dart analyzer spots the misuse of 'part' directives in these unit tests. | 88 # Dart analyzer spots the misuse of 'part' directives in these unit tests. |
| 91 io/http_headers_test: Skip | 89 io/http_headers_test: Skip |
| (...skipping 19 matching lines...) Expand all Loading... |
| 111 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | 109 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord |
| 112 int_array_load_elimination_test: Skip # This is a VM test | 110 int_array_load_elimination_test: Skip # This is a VM test |
| 113 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. | 111 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. |
| 114 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 112 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 115 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 113 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 116 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 114 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| 117 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 115 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 118 pow_test: Skip # Precision > 53 bits. | 116 pow_test: Skip # Precision > 53 bits. |
| 119 double_smi_comparison_test: Skip # Precision > 53 bits. | 117 double_smi_comparison_test: Skip # Precision > 53 bits. |
| 120 http_launch_test: Skip | 118 http_launch_test: Skip |
| 121 53bit_overflow_test: Skip | 119 javascript_int_overflow_test: Skip |
| 122 53bit_overflow_literal_test: Skip | 120 javascript_int_overflow_literal_test: Skip |
| 123 oom_error_stacktrace_test: Fail, OK # (OOM on JS may produce a stacktrace). | 121 oom_error_stacktrace_test: Fail, OK # (OOM on JS may produce a stacktrace). |
| 124 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. | 122 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. |
| 125 | 123 |
| 126 | 124 |
| 127 [ $compiler == dart2js && $jscl ] | 125 [ $compiler == dart2js && $jscl ] |
| 128 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. | 126 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |
| 129 byte_array_test: Fail, OK # ByteArray | 127 byte_array_test: Fail, OK # ByteArray |
| 130 deoptimization_test: Fail, OK # Requires bigint. | 128 deoptimization_test: Fail, OK # Requires bigint. |
| 131 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 129 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
| 132 io/options_test: Fail, OK # Cannot pass options to d8. | 130 io/options_test: Fail, OK # Cannot pass options to d8. |
| (...skipping 24 matching lines...) Expand all Loading... |
| 157 [ $arch == mips ] | 155 [ $arch == mips ] |
| 158 *: Skip | 156 *: Skip |
| 159 | 157 |
| 160 [ $arch == simmips ] | 158 [ $arch == simmips ] |
| 161 io/file_fuzz_test: Pass, Timeout | 159 io/file_fuzz_test: Pass, Timeout |
| 162 io/web_socket_test: Pass, Slow | 160 io/web_socket_test: Pass, Slow |
| 163 io/http_server_response_test: Pass, Slow | 161 io/http_server_response_test: Pass, Slow |
| 164 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 162 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
| 165 oom_error_stacktrace_test: Skip # Fails on Linux | 163 oom_error_stacktrace_test: Skip # Fails on Linux |
| 166 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue | 164 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue |
| OLD | NEW |