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 # The testing infrastructure is using the dart:io Path and LineTransformer |
| 6 # classes. |
| 7 standalone/io/skipping_dart2js_compilations_test: Skip # http/dartbug.com/12449 |
| 8 standalone/io/dependency_graph_test: Skip # http/dartbug.com/12449 |
| 9 standalone/io/status_file_parser_test: Skip # http/dartbug.com/12449 |
| 10 |
5 [ $compiler == dartanalyzer ] | 11 [ $compiler == dartanalyzer ] |
6 javascript_int_overflow_literal_test/01: fail, ok | 12 javascript_int_overflow_literal_test/01: fail, ok |
7 | 13 |
8 # https://code.google.com/p/dart/issues/detail?id=11665 | 14 # https://code.google.com/p/dart/issues/detail?id=11665 |
9 standalone/io/directory_invalid_arguments_test: fail | 15 standalone/io/directory_invalid_arguments_test: fail |
10 standalone/io/file_constructor_test: fail | 16 standalone/io/file_constructor_test: fail |
11 standalone/io/http_cookie_date_test: fail | 17 standalone/io/http_cookie_date_test: fail |
12 standalone/io/http_headers_test: fail | 18 standalone/io/http_headers_test: fail |
13 standalone/io/http_parser_test: fail | 19 standalone/io/http_parser_test: fail |
14 standalone/io/process_invalid_arguments_test: fail | 20 standalone/io/process_invalid_arguments_test: fail |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
50 standalone/io/web_socket_protocol_processor_test: fail | 56 standalone/io/web_socket_protocol_processor_test: fail |
51 standalone/io/test_runner_test: fail | 57 standalone/io/test_runner_test: fail |
52 standalone/package/invalid_uri_test: fail | 58 standalone/package/invalid_uri_test: fail |
53 standalone/package/package1_test: fail | 59 standalone/package/package1_test: fail |
54 standalone/package/package_test: fail | 60 standalone/package/package_test: fail |
55 standalone/typed_data_view_test: fail | 61 standalone/typed_data_view_test: fail |
56 standalone/typed_data_test: fail | 62 standalone/typed_data_test: fail |
57 | 63 |
58 # https://code.google.com/p/dart/issues/detail?id=11647 | 64 # https://code.google.com/p/dart/issues/detail?id=11647 |
59 standalone/package/package_isolate_test: fail | 65 standalone/package/package_isolate_test: fail |
OLD | NEW |