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 [ $compiler == dartanalyzer ] | 5 [ $compiler == dartanalyzer ] |
6 javascript_int_overflow_literal_test/01: fail, ok | 6 javascript_int_overflow_literal_test/01: fail, ok |
7 | 7 |
8 # https://code.google.com/p/dart/issues/detail?id=11665 | 8 # https://code.google.com/p/dart/issues/detail?id=11665 |
9 standalone/assert_test: fail | |
10 standalone/io/directory_invalid_arguments_test: fail | 9 standalone/io/directory_invalid_arguments_test: fail |
11 standalone/io/file_constructor_test: fail | 10 standalone/io/file_constructor_test: fail |
12 standalone/io/file_fuzz_test: fail | 11 standalone/io/file_fuzz_test: fail |
13 standalone/io/http_cookie_date_test: fail | 12 standalone/io/http_cookie_date_test: fail |
14 standalone/io/http_headers_test: fail | 13 standalone/io/http_headers_test: fail |
15 standalone/io/http_parser_test: fail | 14 standalone/io/http_parser_test: fail |
16 standalone/io/process_invalid_arguments_test: fail | 15 standalone/io/process_invalid_arguments_test: fail |
17 standalone/io/raw_secure_server_socket_argument_test: fail | 16 standalone/io/raw_secure_server_socket_argument_test: fail |
18 standalone/io/secure_socket_argument_test: fail | 17 standalone/io/secure_socket_argument_test: fail |
19 standalone/io/stdout_bad_argument_test: fail | 18 standalone/io/stdout_bad_argument_test: fail |
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
54 standalone/package/package1_test: fail | 53 standalone/package/package1_test: fail |
55 standalone/package/package_test: fail | 54 standalone/package/package_test: fail |
56 standalone/typed_data_view_test: fail | 55 standalone/typed_data_view_test: fail |
57 standalone/typed_data_test: fail | 56 standalone/typed_data_test: fail |
58 | 57 |
59 # pkg issue https://code.google.com/p/dart/issues/detail?id=11856 | 58 # pkg issue https://code.google.com/p/dart/issues/detail?id=11856 |
60 standalone/io/secure_socket_renegotiate_test: fail | 59 standalone/io/secure_socket_renegotiate_test: fail |
61 | 60 |
62 # https://code.google.com/p/dart/issues/detail?id=11647 | 61 # https://code.google.com/p/dart/issues/detail?id=11647 |
63 standalone/package/package_isolate_test: fail | 62 standalone/package/package_isolate_test: fail |
OLD | NEW |