| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 # All static_tests have expected compile-time errors. | 5 # All static_tests have expected compile-time errors. |
| 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] | 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] |
| 7 core_runtime_types_static_test: MissingCompileTimeError | 7 core_runtime_types_static_test: MissingCompileTimeError |
| 8 string_base_vm_static_test: MissingCompileTimeError | 8 string_base_vm_static_test: MissingCompileTimeError |
| 9 string_replace_static_test: MissingCompileTimeError | 9 string_replace_static_test: MissingCompileTimeError |
| 10 string_static_test: MissingCompileTimeError | 10 string_static_test: MissingCompileTimeError |
| (...skipping 142 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 153 string_static_test: MissingCompileTimeError | 153 string_static_test: MissingCompileTimeError |
| 154 symbol_test/04: MissingCompileTimeError | 154 symbol_test/04: MissingCompileTimeError |
| 155 | 155 |
| 156 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != drt ] | 156 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != drt ] |
| 157 symbol_test/02: MissingCompileTimeError # Issue 11669 | 157 symbol_test/02: MissingCompileTimeError # Issue 11669 |
| 158 symbol_test/03: MissingCompileTimeError # Issue 11669 | 158 symbol_test/03: MissingCompileTimeError # Issue 11669 |
| 159 symbol_test/04: MissingCompileTimeError | 159 symbol_test/04: MissingCompileTimeError |
| 160 | 160 |
| 161 [ $runtime == safari || $runtime == safarimobilesim ] | 161 [ $runtime == safari || $runtime == safarimobilesim ] |
| 162 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 162 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 163 string_split_test: RuntimeError # Issue 21431 | |
| 164 | 163 |
| 165 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 164 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 166 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 165 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 167 | 166 |
| 168 [ $compiler == dart2js && $runtime == drt ] | 167 [ $compiler == dart2js && $runtime == drt ] |
| 169 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 168 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 170 | 169 |
| 171 [ $compiler == dart2js && $runtime == safarimobilesim ] | 170 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 172 string_trimlr_test/01: Fail | 171 string_trimlr_test/01: Fail |
| 173 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 172 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| (...skipping 24 matching lines...) Expand all Loading... |
| 198 [ $compiler == none && $runtime == drt ] | 197 [ $compiler == none && $runtime == drt ] |
| 199 string_from_environment2_test: Skip | 198 string_from_environment2_test: Skip |
| 200 string_from_environment3_test: Skip | 199 string_from_environment3_test: Skip |
| 201 string_from_environment_test: Skip | 200 string_from_environment_test: Skip |
| 202 | 201 |
| 203 [ $system == windows && $arch == x64 ] | 202 [ $system == windows && $arch == x64 ] |
| 204 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 203 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 205 | 204 |
| 206 [ $runtime == vm ] | 205 [ $runtime == vm ] |
| 207 string_case_test/01: RuntimeError | 206 string_case_test/01: RuntimeError |
| OLD | NEW |