| 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 # CompileTimeErrors intentionally | 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
| (...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 77 | 77 |
| 78 # This is runtime test. | 78 # This is runtime test. |
| 79 io/process_exit_negative_test: Skip | 79 io/process_exit_negative_test: Skip |
| 80 | 80 |
| 81 # https://code.google.com/p/dart/issues/detail?id=11647 | 81 # https://code.google.com/p/dart/issues/detail?id=11647 |
| 82 package/package_isolate_test: fail | 82 package/package_isolate_test: fail |
| 83 | 83 |
| 84 [ $compiler == dart2analyzer ] | 84 [ $compiler == dart2analyzer ] |
| 85 javascript_int_overflow_literal_test/01: fail, ok | 85 javascript_int_overflow_literal_test/01: fail, ok |
| 86 package/package_isolate_test: fail # issue 11647 | 86 package/package_isolate_test: fail # issue 11647 |
| 87 issue14236_test: Skip # Analyzer can't handle Script snapshots. |
| 87 | 88 |
| 88 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 89 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
| 89 io/file_constructor_test: fail | 90 io/file_constructor_test: fail |
| 90 | 91 |
| 91 # The dart:io library is created at build time from separate files, and | 92 # The dart:io library is created at build time from separate files, and |
| 92 # there is no language-spec compatible way to run unit tests on the private | 93 # there is no language-spec compatible way to run unit tests on the private |
| 93 # members and methods of dart:io. | 94 # members and methods of dart:io. |
| 94 # Dart analyzer spots the misuse of 'part' directives in these unit tests. | 95 # Dart analyzer spots the misuse of 'part' directives in these unit tests. |
| 95 io/http_headers_test: Skip | 96 io/http_headers_test: Skip |
| 96 io/http_cookie_date_test: Skip | 97 io/http_cookie_date_test: Skip |
| (...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 179 io/test_extension_fail_test: Fail | 180 io/test_extension_fail_test: Fail |
| 180 io/dart_std_io_pipe_test: Fail | 181 io/dart_std_io_pipe_test: Fail |
| 181 io/file_read_special_device_test: Fail | 182 io/file_read_special_device_test: Fail |
| 182 | 183 |
| 183 [ $compiler == none && $runtime == dartium && $unchecked ] | 184 [ $compiler == none && $runtime == dartium && $unchecked ] |
| 184 assert_test: Fail # Issue 13719: Please triage this failure. | 185 assert_test: Fail # Issue 13719: Please triage this failure. |
| 185 | 186 |
| 186 [ $compiler == none && $runtime == dartium ] | 187 [ $compiler == none && $runtime == dartium ] |
| 187 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this
failure. | 188 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this
failure. |
| 188 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure. | 189 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure. |
| OLD | NEW |