| 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 25 matching lines...) Expand all Loading... |
| 36 io/process_non_ascii_test: Pass, Fail | 36 io/process_non_ascii_test: Pass, Fail |
| 37 | 37 |
| 38 [ $runtime == vm && $system == windows ] | 38 [ $runtime == vm && $system == windows ] |
| 39 io/file_system_links_test: Skip # No links on Windows. | 39 io/file_system_links_test: Skip # No links on Windows. |
| 40 io/test_extension_fail_test: Fail # Issue 7157 | 40 io/test_extension_fail_test: Fail # Issue 7157 |
| 41 io/secure_server_stream_test: Pass, Crash, Timeout # Issue 6893 | 41 io/secure_server_stream_test: Pass, Crash, Timeout # Issue 6893 |
| 42 io/secure_server_test: Pass, Crash, Fail, Timeout # Issue 6893 | 42 io/secure_server_test: Pass, Crash, Fail, Timeout # Issue 6893 |
| 43 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157 | 43 io/secure_no_builtin_roots_test: Pass, Crash # Issue 7157 |
| 44 io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157 | 44 io/secure_socket_bad_certificate_test: Pass, Crash, Fail, Timeout # Issue 7157 |
| 45 io/http_shutdown_test: Pass, Fail, Timeout # Issue 7294 | 45 io/http_shutdown_test: Pass, Fail, Timeout # Issue 7294 |
| 46 debugger/*: Skip # Debugger support not yet implemented for Windows. Issue 4118. |
| 46 | 47 |
| 47 [ $compiler == none && $runtime == drt ] | 48 [ $compiler == none && $runtime == drt ] |
| 48 io/*: Skip # Don't run tests using dart:io in the browser | 49 io/*: Skip # Don't run tests using dart:io in the browser |
| 49 crypto/*: Skip # Don't run tests using dart:io in the browser | 50 crypto/*: Skip # Don't run tests using dart:io in the browser |
| 50 package/*: Skip # Do not run those in Dartium. | 51 package/*: Skip # Do not run those in Dartium. |
| 52 debugger/*: Skip # Do not run standalone debugger tests in browser. |
| 51 | 53 |
| 52 [ $compiler == dartc ] | 54 [ $compiler == dartc ] |
| 53 | 55 |
| 54 # package test issue 7392 | 56 # package test issue 7392 |
| 55 package/package1_test: Fail | 57 package/package1_test: Fail |
| 56 package/package_isolate_test: Fail | 58 package/package_isolate_test: Fail |
| 57 package/package_test: Fail | 59 package/package_test: Fail |
| 58 | 60 |
| 59 | 61 |
| 60 # The dart:io library is created at build time from separate files, and | 62 # The dart:io library is created at build time from separate files, and |
| (...skipping 25 matching lines...) Expand all Loading... |
| 86 *: Skip | 88 *: Skip |
| 87 | 89 |
| 88 [ $compiler == dart2js ] | 90 [ $compiler == dart2js ] |
| 89 number_identity_test: Skip # Bigints and int/double diff. not supported. | 91 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 90 typed_array_test: Skip # This is a VM test | 92 typed_array_test: Skip # This is a VM test |
| 91 float_array_test: Skip # This is a VM test | 93 float_array_test: Skip # This is a VM test |
| 92 int_array_test: Skip # This is a VM test | 94 int_array_test: Skip # This is a VM test |
| 93 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. | 95 medium_integer_test: Fail, OK # Test fails with JS number semantics: issue 1533. |
| 94 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 96 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 95 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 97 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 98 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| 96 | 99 |
| 97 [ $compiler == dart2js && $jscl ] | 100 [ $compiler == dart2js && $jscl ] |
| 98 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. | 101 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |
| 99 byte_array_test: Fail, OK # ByteArray | 102 byte_array_test: Fail, OK # ByteArray |
| 100 deoptimization_test: Fail, OK # Requires bigint. | 103 deoptimization_test: Fail, OK # Requires bigint. |
| 101 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 104 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
| 102 io/http_parser_test: Fail, OK # ByteArray | 105 io/http_parser_test: Fail, OK # ByteArray |
| 103 io/options_test: Fail, OK # Cannot pass options to d8. | 106 io/options_test: Fail, OK # Cannot pass options to d8. |
| 104 | 107 |
| 105 [ $compiler == dart2js && $runtime == none ] | 108 [ $compiler == dart2js && $runtime == none ] |
| 106 io/options_test: Fail | 109 io/options_test: Fail |
| 107 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 110 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
| 108 | 111 |
| 109 [ $compiler == dart2js && $browser ] | 112 [ $compiler == dart2js && $browser ] |
| 110 *: Skip | 113 *: Skip |
| 111 | 114 |
| 112 [ $compiler == dart2js && $checked ] | 115 [ $compiler == dart2js && $checked ] |
| 113 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 116 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 114 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 117 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 115 | 118 |
| 116 [ $compiler == dart2dart ] | 119 [ $compiler == dart2dart ] |
| 117 # Skip until we stabilize language tests. | 120 # Skip until we stabilize language tests. |
| 118 *: Skip | 121 *: Skip |
| OLD | NEW |