| 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 && $checked ] | 9 [ $runtime == vm && $checked ] |
| 10 # These tests have type errors on purpose. | 10 # These tests have type errors on purpose. |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 | 50 |
| 51 [ $arch == arm ] | 51 [ $arch == arm ] |
| 52 *: Skip | 52 *: Skip |
| 53 | 53 |
| 54 | 54 |
| 55 [ $arch == simarm ] | 55 [ $arch == simarm ] |
| 56 *: Skip | 56 *: Skip |
| 57 | 57 |
| 58 [ $compiler == dart2js ] | 58 [ $compiler == dart2js ] |
| 59 medium_integer_test: Fail, OK # cannot resolve type Mint | 59 medium_integer_test: Fail, OK # cannot resolve type Mint |
| 60 io/timer_cancel_test: Fail # Needs Timer to run. | |
| 61 io/timer_cancel1_test: Fail # Needs Timer to run. | |
| 62 io/timer_cancel2_test: Fail # Needs Timer to run. | |
| 63 io/multiple_timer_test: Fail # Needs Timer to run. | |
| 64 io/timer_test: Fail # Needs Timer to run. | |
| 65 io/timer_repeat_test: Fail # Needs Timer to run. | |
| 66 | 60 |
| 67 [ $compiler == dart2js && $runtime == d8 ] | 61 [ $compiler == dart2js && $runtime == d8 ] |
| 68 assert_test: Fail # Assert not implemented | 62 assert_test: Fail # Assert not implemented |
| 69 byte_array_test: Fail, OK # ByteArray | 63 byte_array_test: Fail, OK # ByteArray |
| 70 deoptimization_test: Fail, OK # Requires bigint. | 64 deoptimization_test: Fail, OK # Requires bigint. |
| 71 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 65 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
| 72 io/http_parser_test: Fail, OK # ByteArray | 66 io/http_parser_test: Fail, OK # ByteArray |
| 73 io/options_test: Fail, OK # Cannot pass options to d8. | 67 io/options_test: Fail, OK # Cannot pass options to d8. |
| 74 | 68 |
| 75 [ $compiler == dart2js && $runtime == none ] | 69 [ $compiler == dart2js && $runtime == none ] |
| 76 io/options_test: Fail | 70 io/options_test: Fail |
| 77 | 71 |
| 78 [$compiler == dart2js && $browser ] | 72 [$compiler == dart2js && $browser ] |
| 79 *: Skip | 73 *: Skip |
| 80 | 74 |
| 81 [$compiler == dart2js && $checked ] | 75 [$compiler == dart2js && $checked ] |
| 82 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 76 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 83 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate | 77 io/list_input_stream_test: Skip # Timeout TODO(ngeoffray): investigate |
| 84 | 78 |
| 85 [ $compiler == dart2dart ] | 79 [ $compiler == dart2dart ] |
| 86 # Skip until we stabilize language tests. | 80 # Skip until we stabilize language tests. |
| 87 *: Skip | 81 *: Skip |
| OLD | NEW |