| 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 standalone/io/process_exit_negative_test: fail | |
| 7 53bit_overflow_literal_test/01: fail, ok | 6 53bit_overflow_literal_test/01: fail, ok |
| 8 | 7 |
| 8 # https://code.google.com/p/dart/issues/detail?id=11665 |
| 9 standalone/assert_test: fail |
| 10 standalone/io/directory_invalid_arguments_test: fail |
| 11 standalone/io/file_constructor_test: fail |
| 12 standalone/io/file_fuzz_test: fail |
| 13 standalone/io/http_cookie_date_test: fail |
| 14 standalone/io/http_headers_test: fail |
| 15 standalone/io/http_parser_test: fail |
| 16 standalone/io/process_invalid_arguments_test: fail |
| 17 standalone/io/raw_secure_server_socket_argument_test: fail |
| 18 standalone/io/secure_socket_argument_test: fail |
| 19 standalone/io/stdout_bad_argument_test: fail |
| 20 standalone/io/skipping_dart2js_compilations_test: fail |
| 21 standalone/io/url_encoding_test: fail |
| 22 standalone/io/web_socket_protocol_processor_test: fail |
| 23 standalone/io/test_runner_test: fail |
| 24 standalone/package/invalid_uri_test: fail |
| 25 standalone/package/package1_test: fail |
| 26 standalone/package/package_test: fail |
| 27 standalone/typed_data_view_test: fail |
| 28 standalone/typed_data_test: fail |
| 29 |
| 30 |
| 9 | 31 |
| 10 [ $compiler == dart2analyzer ] | 32 [ $compiler == dart2analyzer ] |
| 11 standalone/io/process_exit_negative_test: fail | |
| 12 53bit_overflow_literal_test/01: fail, ok | 33 53bit_overflow_literal_test/01: fail, ok |
| 34 |
| 35 # https://code.google.com/p/dart/issues/detail?id=11665 |
| 36 standalone/assert_test: fail |
| 37 standalone/io/directory_invalid_arguments_test: fail |
| 38 standalone/io/file_constructor_test: fail |
| 39 standalone/io/file_fuzz_test: fail |
| 40 standalone/io/http_cookie_date_test: fail |
| 41 standalone/io/http_headers_test: fail |
| 42 standalone/io/http_parser_test: fail |
| 43 standalone/io/process_invalid_arguments_test: fail |
| 44 standalone/io/raw_secure_server_socket_argument_test: fail |
| 45 standalone/io/secure_socket_argument_test: fail |
| 46 standalone/io/stdout_bad_argument_test: fail |
| 47 standalone/io/skipping_dart2js_compilations_test: fail |
| 48 standalone/io/url_encoding_test: fail |
| 49 standalone/io/web_socket_protocol_processor_test: fail |
| 50 standalone/io/test_runner_test: fail |
| 51 standalone/package/invalid_uri_test: fail |
| 52 standalone/package/package1_test: fail |
| 53 standalone/package/package_test: fail |
| 54 standalone/typed_data_view_test: fail |
| 55 standalone/typed_data_test: fail |
| OLD | NEW |