| 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 splay_tree_test/01: MissingCompileTimeError | 8 splay_tree_test/01: MissingCompileTimeError |
| 9 splay_tree_test/02: MissingCompileTimeError | 9 splay_tree_test/02: MissingCompileTimeError |
| 10 string_base_vm_static_test: MissingCompileTimeError | 10 string_base_vm_static_test: MissingCompileTimeError |
| (...skipping 164 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 175 # With the exception of 'void', const Symbol() should not accept reserved | 175 # With the exception of 'void', const Symbol() should not accept reserved |
| 176 # words. | 176 # words. |
| 177 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 | 177 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 |
| 178 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972 | 178 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972 |
| 179 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 | 179 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 |
| 180 | 180 |
| 181 [ $compiler == dart2js ] | 181 [ $compiler == dart2js ] |
| 182 hash_set_test/01: RuntimeError # Issue 11551 | 182 hash_set_test/01: RuntimeError # Issue 11551 |
| 183 string_static_test: MissingCompileTimeError | 183 string_static_test: MissingCompileTimeError |
| 184 symbol_test/04: MissingCompileTimeError | 184 symbol_test/04: MissingCompileTimeError |
| 185 int_parse_with_limited_ints_test: Skip # dart2js doesn't know about --limit-ints
-to-64-bits |
| 185 | 186 |
| 186 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != drt ] | 187 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != drt ] |
| 187 symbol_test/02: MissingCompileTimeError # Issue 11669 | 188 symbol_test/02: MissingCompileTimeError # Issue 11669 |
| 188 symbol_test/03: MissingCompileTimeError # Issue 11669 | 189 symbol_test/03: MissingCompileTimeError # Issue 11669 |
| 189 symbol_test/04: MissingCompileTimeError | 190 symbol_test/04: MissingCompileTimeError |
| 190 | 191 |
| 191 [ $runtime == safari || $runtime == safarimobilesim ] | 192 [ $runtime == safari || $runtime == safarimobilesim ] |
| 192 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 193 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 193 | 194 |
| 194 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 195 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| (...skipping 26 matching lines...) Expand all Loading... |
| 221 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ] | 222 [ ($compiler == none && $runtime == vm) || $compiler == dart2js ] |
| 222 string_base_vm_static_test: MissingCompileTimeError | 223 string_base_vm_static_test: MissingCompileTimeError |
| 223 | 224 |
| 224 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] | 225 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] |
| 225 string_case_test/01: Fail, OK # Bug in Firefox. | 226 string_case_test/01: Fail, OK # Bug in Firefox. |
| 226 | 227 |
| 227 [ $compiler == none && $runtime == drt ] | 228 [ $compiler == none && $runtime == drt ] |
| 228 string_from_environment2_test: Skip | 229 string_from_environment2_test: Skip |
| 229 string_from_environment3_test: Skip | 230 string_from_environment3_test: Skip |
| 230 string_from_environment_test: Skip | 231 string_from_environment_test: Skip |
| 232 int_parse_with_limited_ints_test: Skip # No custom VM options such as --limit-i
nts-to-64-bits. |
| 231 | 233 |
| 232 [ $system == windows && $arch == x64 ] | 234 [ $system == windows && $arch == x64 ] |
| 233 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | 235 stopwatch_test: Skip # Flaky test due to expected performance behaviour. |
| 234 | 236 |
| 235 [ $runtime == vm ] | 237 [ $runtime == vm ] |
| 236 string_case_test/01: RuntimeError | 238 string_case_test/01: RuntimeError |
| 237 | 239 |
| 238 [ $compiler == dart2js && $dart2js_with_kernel ] | 240 [ $compiler == dart2js && $dart2js_with_kernel ] |
| 239 apply2_test: Crash | 241 apply2_test: Crash |
| 240 apply3_test: Crash | 242 apply3_test: Crash |
| (...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 413 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 415 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
| 414 | 416 |
| 415 [ $compiler == dart2js && $runtime != none && !$checked ] | 417 [ $compiler == dart2js && $runtime != none && !$checked ] |
| 416 splay_tree_from_iterable_test: RuntimeError | 418 splay_tree_from_iterable_test: RuntimeError |
| 417 | 419 |
| 418 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime
== vm && !$checked ] | 420 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime
== vm && !$checked ] |
| 419 splay_tree_from_iterable_test: RuntimeError | 421 splay_tree_from_iterable_test: RuntimeError |
| 420 | 422 |
| 421 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] | 423 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
| 422 splay_tree_from_iterable_test: RuntimeError | 424 splay_tree_from_iterable_test: RuntimeError |
| OLD | NEW |