| 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 test_runner_test: Skip # Issue 3216: Occasionally fails and leads to runaway pr
ocesses. | |
| 6 timeout_test: Skip # Timeout test for testing the test runner. | |
| 7 fail_test: Fail, OK # Fails intentionally | |
| 8 out_of_memory_test: Skip # Issue 2345 | 5 out_of_memory_test: Skip # Issue 2345 |
| 9 | 6 |
| 10 package/invalid_uri_test: Fail, OK # Fails intentionally | 7 package/invalid_uri_test: Fail, OK # Fails intentionally |
| 11 | 8 |
| 12 io/http_test: Pass, Fail # Issue 2987 | 9 io/http_test: Pass, Fail # Issue 2987 |
| 13 | 10 |
| 14 [ $runtime == vm && $checked ] | 11 [ $runtime == vm && $checked ] |
| 15 # These tests have type errors on purpose. | 12 # These tests have type errors on purpose. |
| 16 io/process_invalid_arguments_test: Fail, OK | 13 io/process_invalid_arguments_test: Fail, OK |
| 17 io/directory_invalid_arguments_test: Fail, OK | 14 io/directory_invalid_arguments_test: Fail, OK |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 57 [ $arch == arm ] | 54 [ $arch == arm ] |
| 58 *: Skip | 55 *: Skip |
| 59 | 56 |
| 60 | 57 |
| 61 [ $arch == simarm ] | 58 [ $arch == simarm ] |
| 62 *: Skip | 59 *: Skip |
| 63 | 60 |
| 64 [ $compiler == dart2js ] | 61 [ $compiler == dart2js ] |
| 65 medium_integer_test: Fail, OK # cannot resolve type Mint | 62 medium_integer_test: Fail, OK # cannot resolve type Mint |
| 66 io/test_extension_test: Fail, OK # dart-ext:test_extension: Illegal argument(s):
dart-ext:test_extension | 63 io/test_extension_test: Fail, OK # dart-ext:test_extension: Illegal argument(s):
dart-ext:test_extension |
| 67 io/test_runner_test: Fail, OK # library not found dart:builtin | |
| 68 | 64 |
| 69 [ $compiler == dart2js && $runtime == d8 ] | 65 [ $compiler == dart2js && $runtime == d8 ] |
| 70 assert_test: Fail # Assert not implemented | 66 assert_test: Fail # Assert not implemented |
| 71 byte_array_test: Fail, OK # ByteArray | 67 byte_array_test: Fail, OK # ByteArray |
| 72 deoptimization_test: Fail, OK # Requires bigint. | 68 deoptimization_test: Fail, OK # Requires bigint. |
| 73 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 69 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
| 74 io/http_parser_test: Fail, OK # ByteArray | 70 io/http_parser_test: Fail, OK # ByteArray |
| 75 io/options_test: Fail, OK # Cannot pass options to d8. | 71 io/options_test: Fail, OK # Cannot pass options to d8. |
| 76 | 72 |
| 77 [ $compiler == dart2js && $runtime == none ] | 73 [ $compiler == dart2js && $runtime == none ] |
| 78 fail_test: Skip # fails only at runtime, overrides default expectation from stan
dalone.status | |
| 79 io/options_test: Fail | 74 io/options_test: Fail |
| 80 | 75 |
| 81 [$compiler == dart2js && $browser ] | 76 [$compiler == dart2js && $browser ] |
| 82 *: Skip | 77 *: Skip |
| OLD | NEW |