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 58 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
69 io/http_cookie_date_test: Skip # dartc cannot parse dart:io unit tests. | 69 io/http_cookie_date_test: Skip # dartc cannot parse dart:io unit tests. |
70 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. | 70 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. |
71 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. | 71 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. |
72 io/web_socket_protocol_processor_test: Skip # dart:io unit test. | 72 io/web_socket_protocol_processor_test: Skip # dart:io unit test. |
73 | 73 |
74 io/process_exit_negative_test: Fail # This is a compilation-time negative test. | 74 io/process_exit_negative_test: Fail # This is a compilation-time negative test. |
75 | 75 |
76 | 76 |
77 [ $compiler == dartanalyzer ] | 77 [ $compiler == dartanalyzer ] |
78 53bit_overflow_literal_test/01: fail, ok | 78 53bit_overflow_literal_test/01: fail, ok |
| 79 package/package_isolate_test: fail # issue 11647 |
79 | 80 |
80 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 81 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
81 io/file_constructor_test: fail | 82 io/file_constructor_test: fail |
82 | 83 |
83 # The dart:io library is created at build time from separate files, and | 84 # 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 | 85 # there is no language-spec compatible way to run unit tests on the private |
85 # members and methods of dart:io. | 86 # members and methods of dart:io. |
86 # Dart analyzer spots the misuse of 'part' directives in these unit tests. | 87 # Dart analyzer spots the misuse of 'part' directives in these unit tests. |
87 io/http_headers_test: Skip | 88 io/http_headers_test: Skip |
88 io/http_cookie_date_test: Skip | 89 io/http_cookie_date_test: Skip |
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 | 156 |
156 [ $arch == simarm ] | 157 [ $arch == simarm ] |
157 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 158 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
158 | 159 |
159 [ $arch == mips ] | 160 [ $arch == mips ] |
160 *: Skip | 161 *: Skip |
161 | 162 |
162 [ $arch == simmips ] | 163 [ $arch == simmips ] |
163 io/file_fuzz_test: Pass, Timeout | 164 io/file_fuzz_test: Pass, Timeout |
164 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 165 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
OLD | NEW |