| 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 | |
| 80 | 79 |
| 81 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 80 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
| 82 io/file_constructor_test: fail | 81 io/file_constructor_test: fail |
| 83 | 82 |
| 84 # The dart:io library is created at build time from separate files, and | 83 # The dart:io library is created at build time from separate files, and |
| 85 # there is no language-spec compatible way to run unit tests on the private | 84 # there is no language-spec compatible way to run unit tests on the private |
| 86 # members and methods of dart:io. | 85 # members and methods of dart:io. |
| 87 # Dart analyzer spots the misuse of 'part' directives in these unit tests. | 86 # Dart analyzer spots the misuse of 'part' directives in these unit tests. |
| 88 io/http_headers_test: Skip | 87 io/http_headers_test: Skip |
| 89 io/http_cookie_date_test: Skip | 88 io/http_cookie_date_test: Skip |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 156 | 155 |
| 157 [ $arch == simarm ] | 156 [ $arch == simarm ] |
| 158 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 157 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
| 159 | 158 |
| 160 [ $arch == mips ] | 159 [ $arch == mips ] |
| 161 *: Skip | 160 *: Skip |
| 162 | 161 |
| 163 [ $arch == simmips ] | 162 [ $arch == simmips ] |
| 164 io/file_fuzz_test: Pass, Timeout | 163 io/file_fuzz_test: Pass, Timeout |
| 165 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 164 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
| OLD | NEW |