| 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 122 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 133 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. | 133 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. |
| 134 | 134 |
| 135 [ $compiler == dart2js && $runtime == none ] | 135 [ $compiler == dart2js && $runtime == none ] |
| 136 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. | 136 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. |
| 137 medium_integer_test: Pass # The test only fails at runtime, not at compilation. | 137 medium_integer_test: Pass # The test only fails at runtime, not at compilation. |
| 138 oom_error_stacktrace_test: Pass # The test only fails at runtime. | 138 oom_error_stacktrace_test: Pass # The test only fails at runtime. |
| 139 | 139 |
| 140 [ $compiler == dart2js && $browser ] | 140 [ $compiler == dart2js && $browser ] |
| 141 *: Skip | 141 *: Skip |
| 142 | 142 |
| 143 [ $arch == simarm || $arch == simarmv5te || $arch == simmips ] | 143 [ $arch == simarm || $arch == simarmv6 || $arch == simarmv5te || $arch == simmip
s ] |
| 144 out_of_memory_test: Skip # passes on Mac, crashes on Linux | 144 out_of_memory_test: Skip # passes on Mac, crashes on Linux |
| 145 oom_error_stacktrace_test: Skip # Fails on Linux | 145 oom_error_stacktrace_test: Skip # Fails on Linux |
| 146 | 146 |
| 147 [ $arch == simmips || $arch == mips ] | 147 [ $arch == simmips || $arch == mips ] |
| 148 javascript_int_overflow_test: Skip # --throw_on_javascript_int_overflow not supp
orted on MIPS. | 148 javascript_int_overflow_test: Skip # --throw_on_javascript_int_overflow not supp
orted on MIPS. |
| 149 | 149 |
| 150 [ $arch == mips ] | 150 [ $arch == mips ] |
| 151 io/signals_test: Fail # Issue 17440 | 151 io/signals_test: Fail # Issue 17440 |
| 152 io/file_stat_test: Fail # Issue 17440 | 152 io/file_stat_test: Fail # Issue 17440 |
| 153 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory. | 153 io/process_sync_test: Skip # Starts 10 dart subprocesses, uses too much memory. |
| (...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 261 io/socket_cross_process_test: RuntimeError # Platform.executable | 261 io/socket_cross_process_test: RuntimeError # Platform.executable |
| 262 io/test_runner_test: RuntimeError # Platform.executable | 262 io/test_runner_test: RuntimeError # Platform.executable |
| 263 io/file_lock_test: RuntimeError # Platform.executable | 263 io/file_lock_test: RuntimeError # Platform.executable |
| 264 io/code_collection_test: RuntimeError # Platform.executable | 264 io/code_collection_test: RuntimeError # Platform.executable |
| 265 io/file_lock_test: RuntimeError # Platform.executable | 265 io/file_lock_test: RuntimeError # Platform.executable |
| 266 io/code_collection_test: RuntimeError # Platform.executable | 266 io/code_collection_test: RuntimeError # Platform.executable |
| 267 io/raw_socket_cross_process_test: RuntimeError # Platform.executable | 267 io/raw_socket_cross_process_test: RuntimeError # Platform.executable |
| 268 io/test_extension_test: RuntimeError # Platform.executable | 268 io/test_extension_test: RuntimeError # Platform.executable |
| 269 io/regress_7679_test: RuntimeError # Platform.executable | 269 io/regress_7679_test: RuntimeError # Platform.executable |
| 270 | 270 |
| 271 io/process_*: Skip # Most use Platform.executable | 271 io/process_*: Skip # Most use Platform.executable |
| OLD | NEW |