| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $strong ] | 5 [ $strong ] |
| 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes
ts. | 6 *: SkipByDesign # tests/corelib_strong has the strong mode versions of these tes
ts. |
| 7 | 7 |
| 8 [ $compiler == none && $runtime == drt ] | 8 [ $compiler == none && $runtime == drt ] |
| 9 from_environment_const_type_test: Skip | 9 from_environment_const_type_test: Skip |
| 10 from_environment_const_type_undefined_test: Skip | 10 from_environment_const_type_undefined_test: Skip |
| 11 int_from_environment2_test: Skip | 11 int_from_environment2_test: Skip |
| 12 int_from_environment3_test: Skip | 12 int_from_environment3_test: Skip |
| 13 int_from_environment_test: Skip | 13 int_from_environment_test: Skip |
| 14 string_from_environment2_test: Skip | |
| 15 string_from_environment3_test: Skip | |
| 16 string_from_environment_test: Skip | |
| 17 | 14 |
| 18 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 15 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| 19 symbol_test/01: Fail, Pass # bug 11669 | 16 symbol_test/01: Fail, Pass # bug 11669 |
| 20 | 17 |
| 21 # With the exception of 'void', new Symbol() should not accept reserved words. | 18 # With the exception of 'void', new Symbol() should not accept reserved words. |
| 22 symbol_reserved_word_test/05: CompileTimeError # bug 20191 | 19 symbol_reserved_word_test/05: CompileTimeError # bug 20191 |
| 23 symbol_reserved_word_test/06: RuntimeError # bug 11669 | 20 symbol_reserved_word_test/06: RuntimeError # bug 11669 |
| 24 symbol_reserved_word_test/09: RuntimeError # bug 11669 | 21 symbol_reserved_word_test/09: RuntimeError # bug 11669 |
| 25 symbol_reserved_word_test/12: RuntimeError # bug 11669 | 22 symbol_reserved_word_test/12: RuntimeError # bug 11669 |
| 26 | 23 |
| 27 symbol_test/none: Fail # bug 11669 | 24 symbol_test/none: Fail # bug 11669 |
| 28 symbol_operator_test/03: Fail # bug 11669 | 25 symbol_operator_test/03: Fail # bug 11669 |
| 29 string_case_test/01: Fail # Bug 18061 | |
| 30 | 26 |
| 31 [ $compiler == none && ($runtime == vm || $runtime == flutter)] | 27 [ $compiler == none && ($runtime == vm || $runtime == flutter)] |
| 32 string_trimlr_test/02: RuntimeError # Issue 29060 | 28 string_trimlr_test/02: RuntimeError # Issue 29060 |
| 33 | 29 |
| 34 [ $compiler == precompiler || $compiler == app_jit ] | 30 [ $compiler == precompiler || $compiler == app_jit ] |
| 35 string_trimlr_test/02: RuntimeError # Issue 29060 | 31 string_trimlr_test/02: RuntimeError # Issue 29060 |
| 36 | 32 |
| 37 # #void should be a valid symbol. | 33 # #void should be a valid symbol. |
| 38 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp
iler == dart2js ] | 34 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp
iler == dart2js ] |
| 39 symbol_reserved_word_test/02: CompileTimeError # bug 20191 | 35 symbol_reserved_word_test/02: CompileTimeError # bug 20191 |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 79 [ $compiler == dart2js ] | 75 [ $compiler == dart2js ] |
| 80 error_stack_trace1_test: RuntimeError # Issue 12399 | 76 error_stack_trace1_test: RuntimeError # Issue 12399 |
| 81 hash_set_test/01: RuntimeError # Issue 11551 | 77 hash_set_test/01: RuntimeError # Issue 11551 |
| 82 integer_to_string_test/01: RuntimeError # Issue 1533 | 78 integer_to_string_test/01: RuntimeError # Issue 1533 |
| 83 iterable_return_type_test/01: RuntimeError # Issue 20085 | 79 iterable_return_type_test/01: RuntimeError # Issue 20085 |
| 84 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. | 80 iterable_return_type_test/02: RuntimeError # Dart2js does not support Uint64*. |
| 85 iterable_to_list_test/01: RuntimeError # Issue 26501 | 81 iterable_to_list_test/01: RuntimeError # Issue 26501 |
| 86 | 82 |
| 87 big_integer_*: Skip # VM specific test. | 83 big_integer_*: Skip # VM specific test. |
| 88 compare_to2_test: RuntimeError, OK # Requires bigint support. | 84 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 89 string_base_vm_test: RuntimeError, OK # VM specific test. | |
| 90 nan_infinity_test/01: Fail # Issue 11551 | 85 nan_infinity_test/01: Fail # Issue 11551 |
| 91 regexp/pcre_test: Pass, Slow # Issue 21593 | 86 regexp/pcre_test: Pass, Slow # Issue 21593 |
| 92 regress_r21715_test: RuntimeError # Requires bigint support. | 87 regress_r21715_test: RuntimeError # Requires bigint support. |
| 93 | 88 |
| 94 [ $compiler == dart2js && $runtime == none ] | 89 [ $compiler == dart2js && $runtime == none ] |
| 95 *: Fail, Pass # TODO(ahe): Triage these tests. | 90 *: Fail, Pass # TODO(ahe): Triage these tests. |
| 96 | 91 |
| 97 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 92 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 98 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. | 93 list_as_map_test: Pass, Slow # TODO(kasperl): Please triage. |
| 99 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 94 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 100 | 95 |
| 101 [ $compiler == dart2js && $runtime == drt ] | 96 [ $compiler == dart2js && $runtime == drt ] |
| 102 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 97 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 103 | 98 |
| 104 [ $compiler == dart2js && $runtime == safarimobilesim ] | 99 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 105 string_split_test: RuntimeError # Issue 21431 | 100 string_split_test: RuntimeError # Issue 21431 |
| 106 | 101 |
| 107 [ $compiler == dart2js && $runtime == safarimobilesim ] | 102 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 108 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. | 103 list_test/01: Fail # Safari bug: Array(-2) seen as dead code. |
| 109 string_trimlr_test/01: Fail | 104 string_trimlr_test/01: Fail |
| 110 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 105 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 111 | 106 |
| 112 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell) ] | |
| 113 string_case_test/01: Fail, OK # Bug in Firefox. | |
| 114 | |
| 115 # Analyzer's implementation of fromEnvironment assumes that undefined | 107 # Analyzer's implementation of fromEnvironment assumes that undefined |
| 116 # environment variables have an unspecified value (rather than being | 108 # environment variables have an unspecified value (rather than being |
| 117 # null) because it is expected that the user will supply a value when | 109 # null) because it is expected that the user will supply a value when |
| 118 # the code is run. This means that it produces slightly different | 110 # the code is run. This means that it produces slightly different |
| 119 # error messages than the VM and Dart2js. | 111 # error messages than the VM and Dart2js. |
| 120 [ $compiler == dart2analyzer && $checked ] | 112 [ $compiler == dart2analyzer && $checked ] |
| 121 from_environment_const_type_undefined_test/09: CompileTimeError | 113 from_environment_const_type_undefined_test/09: CompileTimeError |
| 122 from_environment_const_type_undefined_test/11: CompileTimeError | 114 from_environment_const_type_undefined_test/11: CompileTimeError |
| 123 from_environment_const_type_undefined_test/12: CompileTimeError | 115 from_environment_const_type_undefined_test/12: CompileTimeError |
| 124 from_environment_const_type_undefined_test/13: CompileTimeError | 116 from_environment_const_type_undefined_test/13: CompileTimeError |
| 125 from_environment_const_type_undefined_test/14: CompileTimeError | 117 from_environment_const_type_undefined_test/14: CompileTimeError |
| 126 from_environment_const_type_undefined_test/16: CompileTimeError | 118 from_environment_const_type_undefined_test/16: CompileTimeError |
| 127 | 119 |
| 128 [ $compiler == dart2analyzer ] | 120 [ $compiler == dart2analyzer ] |
| 129 int_parse_radix_bad_handler_test: fail | 121 int_parse_radix_bad_handler_test: fail |
| 130 hash_set_type_check_test: StaticWarning, OK # Tests failing type tests. | 122 hash_set_type_check_test: StaticWarning, OK # Tests failing type tests. |
| 131 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. | 123 error_stack_trace_test: StaticWarning, OK # Test generates errors on purpose. |
| 132 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. | 124 iterable_element_at_test: StaticWarning, OK # Test generates errors on purpose. |
| 133 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. | 125 num_clamp_test: StaticWarning, OK # Test generates errors on purpose. |
| 134 string_test: StaticWarning, OK # Test generates error on purpose. | 126 string_test: StaticWarning, OK # Test generates error on purpose. |
| 135 duration2_test: StaticWarning, OK # Test generates error on purpose. | 127 duration2_test: StaticWarning, OK # Test generates error on purpose. |
| 136 | 128 |
| 137 [ $compiler == dart2analyzer && $builder_tag == strong ] | 129 [ $compiler == dart2analyzer && $builder_tag == strong ] |
| 138 *: Skip # Issue 28649 | 130 *: Skip # Issue 28649 |
| 139 | 131 |
| 140 [ $system == windows && $arch == x64 ] | |
| 141 stopwatch_test: Skip # Flaky test due to expected performance behaviour. | |
| 142 | |
| 143 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] | 132 [ $runtime != d8 && $runtime != vm && $runtime != dart_precompiled ] |
| 144 # The regexp tests are not verified to work on non d8/vm platforms yet. | 133 # The regexp tests are not verified to work on non d8/vm platforms yet. |
| 145 regexp/*: Skip | 134 regexp/*: Skip |
| 146 | 135 |
| 147 [ $runtime == d8 ] | 136 [ $runtime == d8 ] |
| 148 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 137 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 149 | 138 |
| 150 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter] | 139 [ $runtime == vm || $runtime == dart_precompiled || $runtime == flutter] |
| 151 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 | 140 regexp/global_test: Skip # Timeout. Issue 21709 and 21708 |
| 152 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008 | 141 regexp/pcre_test: Pass, Slow, Timeout # Issues 21593 and 22008 |
| (...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 190 | 179 |
| 191 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] | 180 [ $compiler == dart2js && $dart2js_with_kernel && $host_checked ] |
| 192 regress/4562_test/01: Crash # Issue 27394 | 181 regress/4562_test/01: Crash # Issue 27394 |
| 193 | 182 |
| 194 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime ==
dart_precompiled) ] | 183 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime ==
dart_precompiled) ] |
| 195 int_from_environment3_test/01: MissingCompileTimeError | 184 int_from_environment3_test/01: MissingCompileTimeError |
| 196 int_from_environment3_test/02: MissingCompileTimeError | 185 int_from_environment3_test/02: MissingCompileTimeError |
| 197 int_from_environment3_test/03: MissingCompileTimeError | 186 int_from_environment3_test/03: MissingCompileTimeError |
| 198 int_from_environment3_test/04: MissingCompileTimeError | 187 int_from_environment3_test/04: MissingCompileTimeError |
| 199 int_from_environment3_test/05: MissingCompileTimeError | 188 int_from_environment3_test/05: MissingCompileTimeError |
| 200 string_case_test/01: RuntimeError | |
| 201 string_from_environment3_test/01: MissingCompileTimeError | |
| 202 string_from_environment3_test/02: MissingCompileTimeError | |
| 203 string_from_environment3_test/03: MissingCompileTimeError | |
| 204 string_from_environment3_test/04: MissingCompileTimeError | |
| 205 string_from_environment3_test/05: MissingCompileTimeError | |
| 206 string_trimlr_test/02: RuntimeError | 189 string_trimlr_test/02: RuntimeError |
| 207 symbol_operator_test/03: RuntimeError | 190 symbol_operator_test/03: RuntimeError |
| 208 symbol_reserved_word_test/04: MissingCompileTimeError | 191 symbol_reserved_word_test/04: MissingCompileTimeError |
| 209 symbol_reserved_word_test/06: RuntimeError | 192 symbol_reserved_word_test/06: RuntimeError |
| 210 symbol_reserved_word_test/07: MissingCompileTimeError | 193 symbol_reserved_word_test/07: MissingCompileTimeError |
| 211 symbol_reserved_word_test/09: RuntimeError | 194 symbol_reserved_word_test/09: RuntimeError |
| 212 symbol_reserved_word_test/10: MissingCompileTimeError | 195 symbol_reserved_word_test/10: MissingCompileTimeError |
| 213 symbol_reserved_word_test/12: RuntimeError | 196 symbol_reserved_word_test/12: RuntimeError |
| 214 symbol_test/01: MissingCompileTimeError | 197 symbol_test/01: MissingCompileTimeError |
| 215 symbol_test/02: MissingCompileTimeError | 198 symbol_test/02: MissingCompileTimeError |
| (...skipping 20 matching lines...) Expand all Loading... |
| 236 from_environment_const_type_undefined_test/03: MissingCompileTimeError | 219 from_environment_const_type_undefined_test/03: MissingCompileTimeError |
| 237 from_environment_const_type_undefined_test/04: MissingCompileTimeError | 220 from_environment_const_type_undefined_test/04: MissingCompileTimeError |
| 238 from_environment_const_type_undefined_test/06: MissingCompileTimeError | 221 from_environment_const_type_undefined_test/06: MissingCompileTimeError |
| 239 from_environment_const_type_undefined_test/07: MissingCompileTimeError | 222 from_environment_const_type_undefined_test/07: MissingCompileTimeError |
| 240 from_environment_const_type_undefined_test/08: MissingCompileTimeError | 223 from_environment_const_type_undefined_test/08: MissingCompileTimeError |
| 241 | 224 |
| 242 [ $runtime == flutter ] | 225 [ $runtime == flutter ] |
| 243 | 226 |
| 244 # Possible bugs | 227 # Possible bugs |
| 245 format_exception_test: RuntimeError # Flutter Issue 9111 | 228 format_exception_test: RuntimeError # Flutter Issue 9111 |
| 246 string_from_environment_test: Fail # Flutter Issue 9111 | |
| 247 string_from_environment2_test: Fail # Flutter Issue 9111 | |
| 248 int_from_environment_test: Fail # Flutter Issue 9111 | 229 int_from_environment_test: Fail # Flutter Issue 9111 |
| 249 int_from_environment2_test: Fail # Flutter Issue 9111 | 230 int_from_environment2_test: Fail # Flutter Issue 9111 |
| 250 from_environment_const_type_test/none: Fail # Flutter Issue 9111 | 231 from_environment_const_type_test/none: Fail # Flutter Issue 9111 |
| 251 from_environment_const_type_test/01: Fail # Flutter Issue 9111 | 232 from_environment_const_type_test/01: Fail # Flutter Issue 9111 |
| 252 from_environment_const_type_test/05: Fail # Flutter Issue 9111 | 233 from_environment_const_type_test/05: Fail # Flutter Issue 9111 |
| 253 from_environment_const_type_test/10: Fail # Flutter Issue 9111 | 234 from_environment_const_type_test/10: Fail # Flutter Issue 9111 |
| 254 from_environment_const_type_test/15: Fail # Flutter Issue 9111 | 235 from_environment_const_type_test/15: Fail # Flutter Issue 9111 |
| 255 from_environment_const_type_test/02: MissingCompileTimeError # Flutter Issue 911
1 | 236 from_environment_const_type_test/02: MissingCompileTimeError # Flutter Issue 911
1 |
| 256 from_environment_const_type_test/03: MissingCompileTimeError # Flutter Issue 911
1 | 237 from_environment_const_type_test/03: MissingCompileTimeError # Flutter Issue 911
1 |
| 257 from_environment_const_type_test/04: MissingCompileTimeError # Flutter Issue 911
1 | 238 from_environment_const_type_test/04: MissingCompileTimeError # Flutter Issue 911
1 |
| 258 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911
1 | 239 from_environment_const_type_test/06: MissingCompileTimeError # Flutter Issue 911
1 |
| 259 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 | 240 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 |
| 260 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 | 241 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 |
| 261 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 | 242 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 |
| 262 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 | 243 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 |
| 263 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 | 244 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 |
| 264 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 | 245 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 |
| 265 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 | 246 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 |
| 266 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 | 247 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 |
| 267 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 | 248 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 |
| 268 main_test: RuntimeError # Flutter Issue 9111 | 249 main_test: RuntimeError # Flutter Issue 9111 |
| OLD | NEW |