| 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 # WARNING: | 5 # WARNING: |
| 6 # Tests using the multitest feature where failure is expected should *also* be | 6 # Tests using the multitest feature where failure is expected should *also* be |
| 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" | 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" |
| 8 # prefix. | 8 # prefix. |
| 9 | 9 |
| 10 # The testing infrastructure is using the dart:io Path and LineTransformer | 10 # The testing infrastructure is using the dart:io Path and LineTransformer |
| (...skipping 116 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 127 | 127 |
| 128 [ $compiler == dart2js && $jscl ] | 128 [ $compiler == dart2js && $jscl ] |
| 129 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. | 129 assert_test: Fail, OK # Assumes unspecified fields on the AssertionError. |
| 130 deoptimization_test: Fail, OK # Requires bigint. | 130 deoptimization_test: Fail, OK # Requires bigint. |
| 131 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. | 131 out_of_memory_test: Fail, OK # d8 handles much larger arrays than Dart VM. |
| 132 io/options_test: Fail, OK # Cannot pass options to d8. | 132 io/options_test: Fail, OK # Cannot pass options to d8. |
| 133 | 133 |
| 134 [ $compiler == dart2js && $runtime == none ] | 134 [ $compiler == dart2js && $runtime == none ] |
| 135 io/options_test: Fail | 135 io/options_test: Fail |
| 136 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 136 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
| 137 oom_error_stacktrace_test: Pass # The test only fails at runtime. |
| 137 | 138 |
| 138 [ $compiler == dart2js && $browser ] | 139 [ $compiler == dart2js && $browser ] |
| 139 *: Skip | 140 *: Skip |
| 140 | 141 |
| 141 [ $compiler == dart2js && $checked ] | 142 [ $compiler == dart2js && $checked ] |
| 142 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | 143 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate |
| 143 | 144 |
| 144 [ $compiler == dart2dart ] | 145 [ $compiler == dart2dart ] |
| 145 # Skip until we stabilize language tests. | 146 # Skip until we stabilize language tests. |
| 146 *: Skip | 147 *: Skip |
| (...skipping 14 matching lines...) Expand all Loading... |
| 161 io/http_server_response_test: Pass, Slow | 162 io/http_server_response_test: Pass, Slow |
| 162 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 163 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
| 163 oom_error_stacktrace_test: Skip # Fails on Linux | 164 oom_error_stacktrace_test: Skip # Fails on Linux |
| 164 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue | 165 io/web_socket_ping_test: Skip # TODO(ajohnsen): Timeout issue |
| 165 | 166 |
| 166 [ $arch == mips ] | 167 [ $arch == mips ] |
| 167 io/test_extension_test: Fail | 168 io/test_extension_test: Fail |
| 168 io/test_extension_fail_test: Fail | 169 io/test_extension_fail_test: Fail |
| 169 io/dart_std_io_pipe_test: Fail | 170 io/dart_std_io_pipe_test: Fail |
| 170 io/file_read_special_device_test: Fail | 171 io/file_read_special_device_test: Fail |
| OLD | NEW |