| 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 io/test_runner_test: Fail # Fails because checked-in dart executable is not up t
o date. | 8 io/test_runner_test: Fail # Fails because checked-in dart executable is not up t
o date. |
| 9 io/skipping_dart2js_compilations_test: Fail # Fails because checked-in dart exec
utable is not up to date. | 9 io/skipping_dart2js_compilations_test: Fail # Fails because checked-in dart exec
utable is not up to date. |
| 10 | 10 |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 92 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 92 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 93 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 93 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 94 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 94 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. |
| 95 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 95 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. |
| 96 | 96 |
| 97 [ $compiler == dart2js && $jscl ] | 97 [ $compiler == dart2js && $jscl ] |
| 98 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. | 98 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |
| 99 byte_array_test: Fail, OK # ByteArray | 99 byte_array_test: Fail, OK # ByteArray |
| 100 deoptimization_test: Fail, OK # Requires bigint. | 100 deoptimization_test: Fail, OK # Requires bigint. |
| 101 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 101 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
| 102 io/http_parser_test: Fail, OK # ByteArray | |
| 103 io/options_test: Fail, OK # Cannot pass options to d8. | 102 io/options_test: Fail, OK # Cannot pass options to d8. |
| 104 | 103 |
| 105 [ $compiler == dart2js && $runtime == none ] | 104 [ $compiler == dart2js && $runtime == none ] |
| 106 io/options_test: Fail | 105 io/options_test: Fail |
| 107 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 106 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
| 108 | 107 |
| 109 [ $compiler == dart2js && $browser ] | 108 [ $compiler == dart2js && $browser ] |
| 110 *: Skip | 109 *: Skip |
| 111 | 110 |
| 112 [ $compiler == dart2js && $checked ] | 111 [ $compiler == dart2js && $checked ] |
| 113 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 112 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 114 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 113 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 115 | 114 |
| 116 [ $compiler == dart2dart ] | 115 [ $compiler == dart2dart ] |
| 117 # Skip until we stabilize language tests. | 116 # Skip until we stabilize language tests. |
| 118 *: Skip | 117 *: Skip |
| 119 | 118 |
| 120 [ $arch == arm ] | 119 [ $arch == arm ] |
| 121 *: Skip | 120 *: Skip |
| 122 | 121 |
| 123 [ $arch == simarm ] | 122 [ $arch == simarm ] |
| 124 *: Skip | 123 *: Skip |
| 125 | 124 |
| 126 [ $arch == mips ] | 125 [ $arch == mips ] |
| 127 *: Skip | 126 *: Skip |
| 128 | 127 |
| 129 [ $arch == simmips ] | 128 [ $arch == simmips ] |
| 130 *: Skip | 129 *: Skip |
| OLD | NEW |