| 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 49 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 60 | 60 |
| 61 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 61 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
| 62 io/file_constructor_test: fail | 62 io/file_constructor_test: fail |
| 63 | 63 |
| 64 # The dart:io library is created at build time from separate files, and | 64 # The dart:io library is created at build time from separate files, and |
| 65 # there is no language-spec compatible way to run unit tests on the private | 65 # there is no language-spec compatible way to run unit tests on the private |
| 66 # members and methods of dart:io. | 66 # members and methods of dart:io. |
| 67 # Dart analyzer spots the misuse of 'part' directives in these unit tests. | 67 # Dart analyzer spots the misuse of 'part' directives in these unit tests. |
| 68 io/http_headers_test: Skip | 68 io/http_headers_test: Skip |
| 69 io/http_cookie_date_test: Skip | 69 io/http_cookie_date_test: Skip |
| 70 io/url_encoding_test: Skip | |
| 71 io/http_parser_test: Skip | 70 io/http_parser_test: Skip |
| 72 io/web_socket_protocol_processor_test: Skip | 71 io/web_socket_protocol_processor_test: Skip |
| 73 | 72 |
| 74 # This is runtime test. | 73 # This is runtime test. |
| 75 io/process_exit_negative_test: Skip | 74 io/process_exit_negative_test: Skip |
| 76 | 75 |
| 77 [ $compiler == dart2analyzer ] | 76 [ $compiler == dart2analyzer ] |
| 78 53bit_overflow_literal_test/01: fail, ok | 77 53bit_overflow_literal_test/01: fail, ok |
| 79 | 78 |
| 80 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 79 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
| 81 io/file_constructor_test: fail | 80 io/file_constructor_test: fail |
| 82 | 81 |
| 83 # The dart:io library is created at build time from separate files, and | 82 # The dart:io library is created at build time from separate files, and |
| 84 # there is no language-spec compatible way to run unit tests on the private | 83 # there is no language-spec compatible way to run unit tests on the private |
| 85 # members and methods of dart:io. | 84 # members and methods of dart:io. |
| 86 # 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. |
| 87 io/http_headers_test: Skip | 86 io/http_headers_test: Skip |
| 88 io/http_cookie_date_test: Skip | 87 io/http_cookie_date_test: Skip |
| 89 io/url_encoding_test: Skip | |
| 90 io/http_parser_test: Skip | 88 io/http_parser_test: Skip |
| 91 io/web_socket_protocol_processor_test: Skip | 89 io/web_socket_protocol_processor_test: Skip |
| 92 | 90 |
| 93 # This is runtime test. | 91 # This is runtime test. |
| 94 io/process_exit_negative_test: Skip | 92 io/process_exit_negative_test: Skip |
| 95 | 93 |
| 96 [ $compiler == dart2js ] | 94 [ $compiler == dart2js ] |
| 97 number_identity_test: Skip # Bigints and int/double diff. not supported. | 95 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 98 typed_data_test: Skip # dart:typed_data support needed. | 96 typed_data_test: Skip # dart:typed_data support needed. |
| 99 bytedata_test: Skip # dart:typed_data support needed. | 97 bytedata_test: Skip # dart:typed_data support needed. |
| 100 typed_data_view_test: Skip # dart:typed_data support needed. | 98 typed_data_view_test: Skip # dart:typed_data support needed. |
| 101 typed_data_isolate_test: Skip # dart:typed_data support needed. | 99 typed_data_isolate_test: Skip # dart:typed_data support needed. |
| 102 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. | 100 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. |
| 103 float_array_test: Skip # dart:typed_data support needed. | 101 float_array_test: Skip # dart:typed_data support needed. |
| 104 int_array_test: Skip # dart:typed_data support needed. | 102 int_array_test: Skip # dart:typed_data support needed. |
| 105 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | 103 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord |
| 106 io/url_encoding_test: Skip # Importing code with external keyword | |
| 107 int_array_load_elimination_test: Skip # This is a VM test | 104 int_array_load_elimination_test: Skip # This is a VM test |
| 108 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. | 105 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. |
| 109 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 106 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 110 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 107 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 111 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 108 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| 112 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 109 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 113 pow_test: Skip # Precision > 53 bits. | 110 pow_test: Skip # Precision > 53 bits. |
| 114 http_launch_test: Skip | 111 http_launch_test: Skip |
| 115 53bit_overflow_test: Skip | 112 53bit_overflow_test: Skip |
| 116 53bit_overflow_literal_test: Skip | 113 53bit_overflow_literal_test: Skip |
| (...skipping 27 matching lines...) Expand all Loading... |
| 144 | 141 |
| 145 [ $arch == simarm ] | 142 [ $arch == simarm ] |
| 146 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 143 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
| 147 | 144 |
| 148 [ $arch == mips ] | 145 [ $arch == mips ] |
| 149 *: Skip | 146 *: Skip |
| 150 | 147 |
| 151 [ $arch == simmips ] | 148 [ $arch == simmips ] |
| 152 io/file_fuzz_test: Pass, Timeout | 149 io/file_fuzz_test: Pass, Timeout |
| 153 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 150 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
| OLD | NEW |