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 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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/http_parser_test: Skip | 70 io/http_parser_test: Skip |
71 io/web_socket_protocol_processor_test: Skip | 71 io/web_socket_protocol_processor_test: Skip |
72 | 72 |
73 # This is runtime test. | 73 # This is runtime test. |
74 io/process_exit_negative_test: Skip | 74 io/process_exit_negative_test: Skip |
75 | 75 |
| 76 # https://code.google.com/p/dart/issues/detail?id=11647 |
| 77 standalone/package/package_isolate_test: fail |
| 78 |
76 [ $compiler == dart2analyzer ] | 79 [ $compiler == dart2analyzer ] |
77 53bit_overflow_literal_test/01: fail, ok | 80 53bit_overflow_literal_test/01: fail, ok |
| 81 package/package_isolate_test: fail # issue 11647 |
78 | 82 |
79 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 83 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
80 io/file_constructor_test: fail | 84 io/file_constructor_test: fail |
81 | 85 |
82 # The dart:io library is created at build time from separate files, and | 86 # The dart:io library is created at build time from separate files, and |
83 # there is no language-spec compatible way to run unit tests on the private | 87 # there is no language-spec compatible way to run unit tests on the private |
84 # members and methods of dart:io. | 88 # members and methods of dart:io. |
85 # Dart analyzer spots the misuse of 'part' directives in these unit tests. | 89 # Dart analyzer spots the misuse of 'part' directives in these unit tests. |
86 io/http_headers_test: Skip | 90 io/http_headers_test: Skip |
87 io/http_cookie_date_test: Skip | 91 io/http_cookie_date_test: Skip |
88 io/http_parser_test: Skip | 92 io/http_parser_test: Skip |
89 io/web_socket_protocol_processor_test: Skip | 93 io/web_socket_protocol_processor_test: Skip |
90 | 94 |
91 # This is runtime test. | 95 # This is runtime test. |
92 io/process_exit_negative_test: Skip | 96 io/process_exit_negative_test: Skip |
93 | 97 |
| 98 # https://code.google.com/p/dart/issues/detail?id=11647 |
| 99 standalone/package/package_isolate_test: fail |
| 100 |
94 [ $compiler == dart2js ] | 101 [ $compiler == dart2js ] |
95 number_identity_test: Skip # Bigints and int/double diff. not supported. | 102 number_identity_test: Skip # Bigints and int/double diff. not supported. |
96 typed_data_test: Skip # dart:typed_data support needed. | 103 typed_data_test: Skip # dart:typed_data support needed. |
97 bytedata_test: Skip # dart:typed_data support needed. | 104 bytedata_test: Skip # dart:typed_data support needed. |
98 typed_data_view_test: Skip # dart:typed_data support needed. | 105 typed_data_view_test: Skip # dart:typed_data support needed. |
99 typed_data_isolate_test: Skip # dart:typed_data support needed. | 106 typed_data_isolate_test: Skip # dart:typed_data support needed. |
100 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. | 107 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. |
101 float_array_test: Skip # dart:typed_data support needed. | 108 float_array_test: Skip # dart:typed_data support needed. |
102 int_array_test: Skip # dart:typed_data support needed. | 109 int_array_test: Skip # dart:typed_data support needed. |
103 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | 110 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord |
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
140 | 147 |
141 [ $arch == simarm ] | 148 [ $arch == simarm ] |
142 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 149 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
143 | 150 |
144 [ $arch == mips ] | 151 [ $arch == mips ] |
145 *: Skip | 152 *: Skip |
146 | 153 |
147 [ $arch == simmips ] | 154 [ $arch == simmips ] |
148 io/file_fuzz_test: Pass, Timeout | 155 io/file_fuzz_test: Pass, Timeout |
149 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 156 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
OLD | NEW |