| 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 package/invalid_uri_test: Fail, OK # Fails intentionally | 5 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 6 | 6 |
| 7 [ $runtime == vm ] | 7 [ $runtime == vm ] |
| 8 # Temporarily disabled until the test scripts are rewritten for | 8 # Temporarily disabled until the test scripts are rewritten for |
| 9 # dart:io v2. | 9 # dart:io v2. |
| 10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error. | 10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error. |
| 11 io/status_file_parser_test: fail | 11 io/status_file_parser_test: fail |
| 12 io/test_runner_exit_code_test: fail | 12 io/test_runner_exit_code_test: fail |
| 13 io/test_runner_test: fail | 13 io/test_runner_test: fail |
| 14 | 14 |
| 15 [ $runtime == vm && ( $system == windows ) ] | 15 [ $runtime == vm && ( $system == windows ) ] |
| 16 io/raw_server_socket_cancel_test: Pass, Fail, Timeout # Issue 8675 | 16 io/raw_server_socket_cancel_test: Pass, Fail, Timeout # Issue 8675 |
| 17 # Issue 8798 | 17 io/raw_secure_server_socket_intense_test: Pass, Crash, Fail, Timeout # Issue 879
8 |
| 18 io/raw_secure_server_socket_intense_test: Pass, Crash, Fail, Timeout | 18 io/raw_socket_tests: Pass, Fail # Issue 8675 |
| 19 | 19 |
| 20 [ $runtime == vm ] | 20 [ $runtime == vm ] |
| 21 package/package_isolate_test: Fail # http://dartbug.com/7520. | 21 package/package_isolate_test: Fail # http://dartbug.com/7520. |
| 22 | 22 |
| 23 # Fails with a connection refused error on the buildbot. | 23 # Fails with a connection refused error on the buildbot. |
| 24 # Issue 8232. | 24 # Issue 8232. |
| 25 debugger/basic_debugger_test: Pass, Fail | 25 debugger/basic_debugger_test: Pass, Fail |
| 26 | 26 |
| 27 | 27 |
| 28 [ $runtime == vm && $checked ] | 28 [ $runtime == vm && $checked ] |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 crypto/*: Skip # dartc cannot parse dart:io unit tests. | 81 crypto/*: Skip # dartc cannot parse dart:io unit tests. |
| 82 io/mime_multipart_parser_test: Skip # dartc cannot parse dart:io unit tests. | 82 io/mime_multipart_parser_test: Skip # dartc cannot parse dart:io unit tests. |
| 83 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. | 83 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. |
| 84 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. | 84 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. |
| 85 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. | 85 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. |
| 86 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. | 86 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. |
| 87 io/web_socket_protocol_processor_test: Skip # dart:io unit test. | 87 io/web_socket_protocol_processor_test: Skip # dart:io unit test. |
| 88 | 88 |
| 89 io/process_exit_negative_test: Fail # This is a compilation-time negative test. | 89 io/process_exit_negative_test: Fail # This is a compilation-time negative test. |
| 90 | 90 |
| 91 [ $compiler == frog ] | |
| 92 *: Skip | |
| 93 | |
| 94 [ $compiler == dart2js ] | 91 [ $compiler == dart2js ] |
| 95 number_identity_test: Skip # Bigints and int/double diff. not supported. | 92 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 96 typed_array_test: Skip # This is a VM test | 93 typed_array_test: Skip # This is a VM test |
| 97 float_array_test: Skip # This is a VM test | 94 float_array_test: Skip # This is a VM test |
| 98 int_array_test: Skip # This is a VM test | 95 int_array_test: Skip # This is a VM test |
| 99 int_array_load_elimination_test: Skip # This is a VM test | 96 int_array_load_elimination_test: Skip # This is a VM test |
| 100 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. | 97 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. |
| 101 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 98 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 102 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 99 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 103 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 100 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| (...skipping 26 matching lines...) Expand all Loading... |
| 130 *: Skip | 127 *: Skip |
| 131 | 128 |
| 132 [ $arch == simarm ] | 129 [ $arch == simarm ] |
| 133 *: Skip | 130 *: Skip |
| 134 | 131 |
| 135 [ $arch == mips ] | 132 [ $arch == mips ] |
| 136 *: Skip | 133 *: Skip |
| 137 | 134 |
| 138 [ $arch == simmips ] | 135 [ $arch == simmips ] |
| 139 *: Skip | 136 *: Skip |
| OLD | NEW |