| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 package/invalid_uri_test: Fail, OK # Fails intentionally | 5 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 6 | 6 |
| 7 [ $runtime == vm && $checked ] | 7 [ $runtime == vm && $checked ] |
| 8 # These tests have type errors on purpose. | 8 # These tests have type errors on purpose. |
| 9 io/process_invalid_arguments_test: Fail, OK | 9 io/process_invalid_arguments_test: Fail, OK |
| 10 io/directory_invalid_arguments_test: Fail, OK | 10 io/directory_invalid_arguments_test: Fail, OK |
| (...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 64 crypto/*: Skip # dartc cannot parse dart:io unit tests. | 64 crypto/*: Skip # dartc cannot parse dart:io unit tests. |
| 65 io/mime_multipart_parser_test: Skip # dartc cannot parse dart:io unit tests. | 65 io/mime_multipart_parser_test: Skip # dartc cannot parse dart:io unit tests. |
| 66 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. | 66 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. |
| 67 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. | 67 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. |
| 68 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. | 68 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. |
| 69 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. | 69 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. |
| 70 io/web_socket_protocol_processor_test: Skip # dart:io unit test. | 70 io/web_socket_protocol_processor_test: Skip # dart:io unit test. |
| 71 | 71 |
| 72 io/process_exit_negative_test: Fail # This is a compilation-time negative test. | 72 io/process_exit_negative_test: Fail # This is a compilation-time negative test. |
| 73 | 73 |
| 74 io/status_file_parser_test: Skip # test.dart uses old syntax. Issue 7387. | |
| 75 status_expression_test: Skip # test.dart uses old syntax. Issue 7387. | |
| 76 io/test_runner_test: Skip # test.dart uses old syntax. Issue 7387. | |
| 77 | |
| 78 [ $compiler == frog ] | 74 [ $compiler == frog ] |
| 79 *: Skip | 75 *: Skip |
| 80 | 76 |
| 81 [ $arch == arm ] | 77 [ $arch == arm ] |
| 82 *: Skip | 78 *: Skip |
| 83 | 79 |
| 84 | 80 |
| 85 [ $arch == simarm ] | 81 [ $arch == simarm ] |
| 86 *: Skip | 82 *: Skip |
| 87 | 83 |
| (...skipping 21 matching lines...) Expand all Loading... |
| 109 [ $compiler == dart2js && $browser ] | 105 [ $compiler == dart2js && $browser ] |
| 110 *: Skip | 106 *: Skip |
| 111 | 107 |
| 112 [ $compiler == dart2js && $checked ] | 108 [ $compiler == dart2js && $checked ] |
| 113 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 109 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 114 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 110 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 115 | 111 |
| 116 [ $compiler == dart2dart ] | 112 [ $compiler == dart2dart ] |
| 117 # Skip until we stabilize language tests. | 113 # Skip until we stabilize language tests. |
| 118 *: Skip | 114 *: Skip |
| OLD | NEW |