| 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 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally | 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
| (...skipping 125 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. | 136 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. |
| 137 | 137 |
| 138 [ $compiler == dart2js && $runtime == none ] | 138 [ $compiler == dart2js && $runtime == none ] |
| 139 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. | 139 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. |
| 140 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 140 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
| 141 oom_error_stacktrace_test: Pass # The test only fails at runtime. | 141 oom_error_stacktrace_test: Pass # The test only fails at runtime. |
| 142 | 142 |
| 143 [ $compiler == dart2js && $browser ] | 143 [ $compiler == dart2js && $browser ] |
| 144 *: Skip | 144 *: Skip |
| 145 | 145 |
| 146 [ $compiler == dart2js && $checked ] | |
| 147 io/http_read_test: Skip # Timeout TODO(ngeoffray): investigate | |
| 148 | |
| 149 [ $compiler == dart2dart ] | 146 [ $compiler == dart2dart ] |
| 150 # Skip until we stabilize language tests. | 147 # Skip until we stabilize language tests. |
| 151 *: Skip | 148 *: Skip |
| 152 | 149 |
| 153 [ $arch == arm ] | 150 [ $arch == arm ] |
| 154 io/internet_address_test: Fail # localhost is an Unknown name? | 151 io/internet_address_test: Fail # localhost is an Unknown name? |
| 155 | 152 |
| 156 [ $arch == simarm ] | 153 [ $arch == simarm ] |
| 157 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 154 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
| 158 oom_error_stacktrace_test: Skip # Fails on Linux | 155 oom_error_stacktrace_test: Skip # Fails on Linux |
| (...skipping 14 matching lines...) Expand all Loading... |
| 173 io/test_extension_fail_test: Fail | 170 io/test_extension_fail_test: Fail |
| 174 io/dart_std_io_pipe_test: Fail | 171 io/dart_std_io_pipe_test: Fail |
| 175 io/file_read_special_device_test: Fail | 172 io/file_read_special_device_test: Fail |
| 176 | 173 |
| 177 [ $compiler == none && $runtime == dartium && $unchecked ] | 174 [ $compiler == none && $runtime == dartium && $unchecked ] |
| 178 assert_test: Fail # Issue 13719: Please triage this failure. | 175 assert_test: Fail # Issue 13719: Please triage this failure. |
| 179 | 176 |
| 180 [ $compiler == none && $runtime == dartium ] | 177 [ $compiler == none && $runtime == dartium ] |
| 181 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this
failure. | 178 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this
failure. |
| 182 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure. | 179 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure. |
| OLD | NEW |