| 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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 46 # file system. | 46 # file system. |
| 47 io/file_non_ascii_sync_test: Pass, Fail | 47 io/file_non_ascii_sync_test: Pass, Fail |
| 48 io/file_non_ascii_test: Pass, Fail | 48 io/file_non_ascii_test: Pass, Fail |
| 49 io/directory_non_ascii_sync_test: Pass, Fail | 49 io/directory_non_ascii_sync_test: Pass, Fail |
| 50 io/directory_non_ascii_test: Pass, Fail | 50 io/directory_non_ascii_test: Pass, Fail |
| 51 io/process_non_ascii_test: Pass, Fail | 51 io/process_non_ascii_test: Pass, Fail |
| 52 | 52 |
| 53 [ $compiler == none && $runtime == drt ] | 53 [ $compiler == none && $runtime == drt ] |
| 54 typed_data_isolate_test: Skip # This test uses dart:io | 54 typed_data_isolate_test: Skip # This test uses dart:io |
| 55 io/*: Skip # Don't run tests using dart:io in the browser | 55 io/*: Skip # Don't run tests using dart:io in the browser |
| 56 crypto/*: Skip # Don't run tests using dart:io in the browser | |
| 57 package/*: Skip # Do not run those in Dartium. | 56 package/*: Skip # Do not run those in Dartium. |
| 58 debugger/*: Skip # Do not run standalone debugger tests in browser. | 57 debugger/*: Skip # Do not run standalone debugger tests in browser. |
| 59 coverage_test: Skip | 58 coverage_test: Skip |
| 60 http_launch_test: Skip | 59 http_launch_test: Skip |
| 61 | 60 |
| 62 [ $compiler == dartc ] | 61 [ $compiler == dartc ] |
| 63 | 62 |
| 64 # package test issue 7392 | 63 # package test issue 7392 |
| 65 package/package1_test: Fail | 64 package/package1_test: Fail |
| 66 package/package_test: Fail | 65 package/package_test: Fail |
| 67 io/test_runner_test: Fail # Library dart:uri removed. | 66 io/test_runner_test: Fail # Library dart:uri removed. |
| 68 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. | 67 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. |
| 69 | 68 |
| 70 | 69 |
| 71 # The dart:io library is created at build time from separate files, and | 70 # The dart:io library is created at build time from separate files, and |
| 72 # there is no language-spec compatible way to run unit tests on the private | 71 # there is no language-spec compatible way to run unit tests on the private |
| 73 # members and methods of dart:io. | 72 # members and methods of dart:io. |
| 74 # Dartc spots the misuse of 'part' directives in these unit tests. | 73 # Dartc spots the misuse of 'part' directives in these unit tests. |
| 75 crypto/*: Skip # dartc cannot parse dart:io unit tests. | |
| 76 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. | 74 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. |
| 77 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. | 75 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. |
| 78 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. | 76 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. |
| 79 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. | 77 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. |
| 80 io/web_socket_protocol_processor_test: Skip # dart:io unit test. | 78 io/web_socket_protocol_processor_test: Skip # dart:io unit test. |
| 81 | 79 |
| 82 io/process_exit_negative_test: Fail # This is a compilation-time negative test. | 80 io/process_exit_negative_test: Fail # This is a compilation-time negative test. |
| 83 | 81 |
| 84 | 82 |
| 85 [ $compiler == dartanalyzer ] | 83 [ $compiler == dartanalyzer ] |
| (...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 274 io/web_socket_test: Crash # Issue: 11207 | 272 io/web_socket_test: Crash # Issue: 11207 |
| 275 left_shift_bit_and_op_test: Fail # Issue: 11207 | 273 left_shift_bit_and_op_test: Fail # Issue: 11207 |
| 276 typed_data_test: Crash # Issue: 11207 | 274 typed_data_test: Crash # Issue: 11207 |
| 277 | 275 |
| 278 | 276 |
| 279 [ $arch == mips ] | 277 [ $arch == mips ] |
| 280 *: Skip | 278 *: Skip |
| 281 | 279 |
| 282 [ $arch == simmips ] | 280 [ $arch == simmips ] |
| 283 *: Skip | 281 *: Skip |
| OLD | NEW |