| 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 out_of_memory_test: Skip # Issue 2345 | 5 out_of_memory_test: Skip # Issue 2345 |
| 6 | 6 |
| 7 package/invalid_uri_test: Fail, OK # Fails intentionally | 7 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 8 | 8 |
| 9 [ $runtime == vm ] | 9 [ $runtime == vm ] |
| 10 # The following tests require files in the tools-directory to be modified. | 10 # The following tests require files in the tools-directory to be modified. |
| (...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 63 [ $arch == simarm ] | 63 [ $arch == simarm ] |
| 64 *: Skip | 64 *: Skip |
| 65 | 65 |
| 66 [ $compiler == dart2js ] | 66 [ $compiler == dart2js ] |
| 67 float_array_test: Skip # This is a VM test | 67 float_array_test: Skip # This is a VM test |
| 68 int_array_test: Skip # This is a VM test | 68 int_array_test: Skip # This is a VM test |
| 69 medium_integer_test: Fail, OK # cannot resolve type Mint | 69 medium_integer_test: Fail, OK # cannot resolve type Mint |
| 70 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. | 70 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war
ning now. |
| 71 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 | 71 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu
e 3051 |
| 72 | 72 |
| 73 [ $compiler == dart2js && $runtime == d8 ] | 73 [ $compiler == dart2js && $jscl ] |
| 74 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. | 74 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |
| 75 byte_array_test: Fail, OK # ByteArray | 75 byte_array_test: Fail, OK # ByteArray |
| 76 deoptimization_test: Fail, OK # Requires bigint. | 76 deoptimization_test: Fail, OK # Requires bigint. |
| 77 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 77 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
| 78 io/http_parser_test: Fail, OK # ByteArray | 78 io/http_parser_test: Fail, OK # ByteArray |
| 79 io/options_test: Fail, OK # Cannot pass options to d8. | 79 io/options_test: Fail, OK # Cannot pass options to d8. |
| 80 | 80 |
| 81 [ $compiler == dart2js && $runtime == none ] | 81 [ $compiler == dart2js && $runtime == none ] |
| 82 io/options_test: Fail | 82 io/options_test: Fail |
| 83 | 83 |
| 84 [ $compiler == dart2js && $browser ] | 84 [ $compiler == dart2js && $browser ] |
| 85 *: Skip | 85 *: Skip |
| 86 | 86 |
| 87 [ $compiler == dart2js && $checked ] | 87 [ $compiler == dart2js && $checked ] |
| 88 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 88 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 89 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 89 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 90 | 90 |
| 91 [ $compiler == dart2dart ] | 91 [ $compiler == dart2dart ] |
| 92 # Skip until we stabilize language tests. | 92 # Skip until we stabilize language tests. |
| 93 *: Skip | 93 *: Skip |
| OLD | NEW |