| 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 11 matching lines...) Expand all Loading... |
| 22 [ !$strong && !$checked ] | 22 [ !$strong && !$checked ] |
| 23 core_runtime_types_static_test: MissingCompileTimeError | 23 core_runtime_types_static_test: MissingCompileTimeError |
| 24 splay_tree_test/01: MissingCompileTimeError | 24 splay_tree_test/01: MissingCompileTimeError |
| 25 splay_tree_test/02: MissingCompileTimeError | 25 splay_tree_test/02: MissingCompileTimeError |
| 26 string_base_vm_static_test: MissingCompileTimeError | 26 string_base_vm_static_test: MissingCompileTimeError |
| 27 string_replace_static_test: MissingCompileTimeError | 27 string_replace_static_test: MissingCompileTimeError |
| 28 string_static_test: MissingCompileTimeError | 28 string_static_test: MissingCompileTimeError |
| 29 | 29 |
| 30 [ $compiler == dart2analyzer && !$strong ] | 30 [ $compiler == dart2analyzer && !$strong ] |
| 31 symbol_reserved_word_test/05: MissingCompileTimeError # Issue 30245 | 31 symbol_reserved_word_test/05: MissingCompileTimeError # Issue 30245 |
| 32 symbol_test/04: MissingCompileTimeError # Issue 30245 | |
| 33 | 32 |
| 34 [ $compiler == dart2js && $fast_startup ] | 33 [ $compiler == dart2js && $fast_startup ] |
| 35 apply3_test: Fail # mirrors not supported | 34 apply3_test: Fail # mirrors not supported |
| 36 | 35 |
| 37 [ $compiler == precompiler ] | 36 [ $compiler == precompiler ] |
| 38 apply3_test: SkipByDesign | 37 apply3_test: SkipByDesign |
| 39 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify | 38 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify |
| 40 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 39 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
| 41 | 40 |
| 42 [ $compiler == dartdevc && $runtime != none ] | 41 [ $compiler == dartdevc && $runtime != none ] |
| (...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 124 symbol_reserved_word_test/04: MissingCompileTimeError | 123 symbol_reserved_word_test/04: MissingCompileTimeError |
| 125 symbol_reserved_word_test/05: MissingCompileTimeError | 124 symbol_reserved_word_test/05: MissingCompileTimeError |
| 126 symbol_reserved_word_test/06: RuntimeError | 125 symbol_reserved_word_test/06: RuntimeError |
| 127 symbol_reserved_word_test/07: MissingCompileTimeError | 126 symbol_reserved_word_test/07: MissingCompileTimeError |
| 128 symbol_reserved_word_test/09: RuntimeError | 127 symbol_reserved_word_test/09: RuntimeError |
| 129 symbol_reserved_word_test/10: MissingCompileTimeError | 128 symbol_reserved_word_test/10: MissingCompileTimeError |
| 130 symbol_reserved_word_test/12: RuntimeError | 129 symbol_reserved_word_test/12: RuntimeError |
| 131 symbol_test/01: MissingCompileTimeError | 130 symbol_test/01: MissingCompileTimeError |
| 132 symbol_test/02: MissingCompileTimeError | 131 symbol_test/02: MissingCompileTimeError |
| 133 symbol_test/03: MissingCompileTimeError | 132 symbol_test/03: MissingCompileTimeError |
| 134 symbol_test/04: MissingCompileTimeError | |
| 135 symbol_test/none: RuntimeError | 133 symbol_test/none: RuntimeError |
| 136 unicode_test: RuntimeError | 134 unicode_test: RuntimeError |
| 137 string_case_test/01: RuntimeError | 135 string_case_test/01: RuntimeError |
| 138 string_from_environment3_test/01: MissingCompileTimeError | 136 string_from_environment3_test/01: MissingCompileTimeError |
| 139 string_from_environment3_test/02: MissingCompileTimeError | 137 string_from_environment3_test/02: MissingCompileTimeError |
| 140 string_from_environment3_test/03: MissingCompileTimeError | 138 string_from_environment3_test/03: MissingCompileTimeError |
| 141 string_from_environment3_test/04: MissingCompileTimeError | 139 string_from_environment3_test/04: MissingCompileTimeError |
| 142 string_from_environment3_test/05: MissingCompileTimeError | 140 string_from_environment3_test/05: MissingCompileTimeError |
| 143 | 141 |
| 144 [ $runtime == ff || $runtime == jsshell ] | 142 [ $runtime == ff || $runtime == jsshell ] |
| (...skipping 23 matching lines...) Expand all Loading... |
| 168 | 166 |
| 169 # With the exception of 'void', const Symbol() should not accept reserved | 167 # With the exception of 'void', const Symbol() should not accept reserved |
| 170 # words. | 168 # words. |
| 171 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 | 169 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 |
| 172 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972 | 170 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972 |
| 173 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 | 171 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 |
| 174 | 172 |
| 175 [ $compiler == dart2js ] | 173 [ $compiler == dart2js ] |
| 176 hash_set_test/01: RuntimeError # Issue 11551 | 174 hash_set_test/01: RuntimeError # Issue 11551 |
| 177 string_static_test: MissingCompileTimeError | 175 string_static_test: MissingCompileTimeError |
| 178 symbol_test/04: MissingCompileTimeError | |
| 179 | 176 |
| 180 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != drt ] | 177 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != drt ] |
| 181 symbol_test/02: MissingCompileTimeError # Issue 11669 | 178 symbol_test/02: MissingCompileTimeError # Issue 11669 |
| 182 symbol_test/03: MissingCompileTimeError # Issue 11669 | 179 symbol_test/03: MissingCompileTimeError # Issue 11669 |
| 183 symbol_test/04: MissingCompileTimeError | |
| 184 | 180 |
| 185 [ $runtime == safari || $runtime == safarimobilesim ] | 181 [ $runtime == safari || $runtime == safarimobilesim ] |
| 186 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 182 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 187 | 183 |
| 188 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 184 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 189 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 185 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 190 | 186 |
| 191 [ $compiler == dart2js && $runtime == drt ] | 187 [ $compiler == dart2js && $runtime == drt ] |
| 192 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 188 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 193 | 189 |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 308 symbol_reserved_word_test/04: MissingCompileTimeError | 304 symbol_reserved_word_test/04: MissingCompileTimeError |
| 309 symbol_reserved_word_test/05: MissingCompileTimeError | 305 symbol_reserved_word_test/05: MissingCompileTimeError |
| 310 symbol_reserved_word_test/06: Crash | 306 symbol_reserved_word_test/06: Crash |
| 311 symbol_reserved_word_test/07: MissingCompileTimeError | 307 symbol_reserved_word_test/07: MissingCompileTimeError |
| 312 symbol_reserved_word_test/09: Crash | 308 symbol_reserved_word_test/09: Crash |
| 313 symbol_reserved_word_test/10: MissingCompileTimeError | 309 symbol_reserved_word_test/10: MissingCompileTimeError |
| 314 symbol_reserved_word_test/12: Crash | 310 symbol_reserved_word_test/12: Crash |
| 315 symbol_test/01: Crash | 311 symbol_test/01: Crash |
| 316 symbol_test/02: Crash | 312 symbol_test/02: Crash |
| 317 symbol_test/03: Crash | 313 symbol_test/03: Crash |
| 318 symbol_test/04: Crash | |
| 319 symbol_test/none: Crash | 314 symbol_test/none: Crash |
| 320 unicode2_test: Crash | 315 unicode2_test: Crash |
| 321 uri_base_test: Crash | 316 uri_base_test: Crash |
| 322 uri_file_test: Crash | 317 uri_file_test: Crash |
| 323 uri_http_test: Crash | 318 uri_http_test: Crash |
| 324 uri_ipv4_test: Crash | 319 uri_ipv4_test: Crash |
| 325 uri_ipv6_test: Crash | 320 uri_ipv6_test: Crash |
| 326 uri_normalize_path_test: Crash | 321 uri_normalize_path_test: Crash |
| 327 uri_normalize_test: Crash | 322 uri_normalize_test: Crash |
| 328 uri_parameters_all_test: Crash | 323 uri_parameters_all_test: Crash |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 399 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 394 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
| 400 | 395 |
| 401 [ $compiler == dart2js && $runtime != none && !$checked ] | 396 [ $compiler == dart2js && $runtime != none && !$checked ] |
| 402 splay_tree_from_iterable_test: RuntimeError | 397 splay_tree_from_iterable_test: RuntimeError |
| 403 | 398 |
| 404 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime
== vm && !$checked ] | 399 [ ($compiler == none || $compiler == app_jit || $compiler == dartk) && $runtime
== vm && !$checked ] |
| 405 splay_tree_from_iterable_test: RuntimeError | 400 splay_tree_from_iterable_test: RuntimeError |
| 406 | 401 |
| 407 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] | 402 [ $compiler == precompiler && $runtime == dart_precompiled && !$checked ] |
| 408 splay_tree_from_iterable_test: RuntimeError | 403 splay_tree_from_iterable_test: RuntimeError |
| OLD | NEW |