| 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 || $runtime == dartium) ] | 8 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 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 |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 53 int_modulo_arith_test/bignum: RuntimeError # No bigints. | 53 int_modulo_arith_test/bignum: RuntimeError # No bigints. |
| 54 int_modulo_arith_test/modPow: RuntimeError # No bigints. | 54 int_modulo_arith_test/modPow: RuntimeError # No bigints. |
| 55 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 | 55 list_unmodifiable_test: Pass, RuntimeError # Issue 28712 |
| 56 symbol_reserved_word_test/05: Crash # bug 20191 | 56 symbol_reserved_word_test/05: Crash # bug 20191 |
| 57 | 57 |
| 58 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != dartium && $runtime != drt ] | 58 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != dartium && $runtime != drt ] |
| 59 symbol_test/02: MissingCompileTimeError # bug 11669 | 59 symbol_test/02: MissingCompileTimeError # bug 11669 |
| 60 symbol_test/03: MissingCompileTimeError # bug 11669 | 60 symbol_test/03: MissingCompileTimeError # bug 11669 |
| 61 | 61 |
| 62 [ $runtime == ff || $runtime == jsshell ] | 62 [ $runtime == ff || $runtime == jsshell ] |
| 63 unicode_test: Fail | |
| 64 # Firefox takes advantage of the ECMAScript number parsing cop-out clause | 63 # Firefox takes advantage of the ECMAScript number parsing cop-out clause |
| 65 # (presumably added to allow Mozilla's existing behavior) | 64 # (presumably added to allow Mozilla's existing behavior) |
| 66 # and only looks at the first 20 significant digits. | 65 # and only looks at the first 20 significant digits. |
| 67 # The Dart VM and the other ECMAScript implementations follow the correct | 66 # The Dart VM and the other ECMAScript implementations follow the correct |
| 68 # IEEE-754 rounding algorithm. | 67 # IEEE-754 rounding algorithm. |
| 69 double_parse_test/02: Fail, OK | 68 double_parse_test/02: Fail, OK |
| 70 | 69 |
| 71 [ $runtime == safari || $runtime == safarimobilesim ] | 70 [ $runtime == safari || $runtime == safarimobilesim ] |
| 72 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. | 71 double_round3_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1. |
| 73 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. | 72 double_round_to_double2_test: Fail, OK # Runtime rounds 0.49999999999999994 to 1
. |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 218 symbol_reserved_word_test/04: MissingCompileTimeError | 217 symbol_reserved_word_test/04: MissingCompileTimeError |
| 219 symbol_reserved_word_test/06: RuntimeError | 218 symbol_reserved_word_test/06: RuntimeError |
| 220 symbol_reserved_word_test/07: MissingCompileTimeError | 219 symbol_reserved_word_test/07: MissingCompileTimeError |
| 221 symbol_reserved_word_test/09: RuntimeError | 220 symbol_reserved_word_test/09: RuntimeError |
| 222 symbol_reserved_word_test/10: MissingCompileTimeError | 221 symbol_reserved_word_test/10: MissingCompileTimeError |
| 223 symbol_reserved_word_test/12: RuntimeError | 222 symbol_reserved_word_test/12: RuntimeError |
| 224 symbol_test/01: MissingCompileTimeError | 223 symbol_test/01: MissingCompileTimeError |
| 225 symbol_test/02: MissingCompileTimeError | 224 symbol_test/02: MissingCompileTimeError |
| 226 symbol_test/03: MissingCompileTimeError | 225 symbol_test/03: MissingCompileTimeError |
| 227 symbol_test/none: RuntimeError | 226 symbol_test/none: RuntimeError |
| 228 unicode_test: RuntimeError | |
| 229 | 227 |
| 230 # dartk: checked mode failures | 228 # dartk: checked mode failures |
| 231 [ $checked && ($compiler == dartk || $compiler == dartkp) ] | 229 [ $checked && ($compiler == dartk || $compiler == dartkp) ] |
| 232 symbol_test/01: Pass | 230 symbol_test/01: Pass |
| 233 symbol_test/02: Pass | 231 symbol_test/02: Pass |
| 234 from_environment_const_type_test/02: MissingCompileTimeError | 232 from_environment_const_type_test/02: MissingCompileTimeError |
| 235 from_environment_const_type_test/03: MissingCompileTimeError | 233 from_environment_const_type_test/03: MissingCompileTimeError |
| 236 from_environment_const_type_test/04: MissingCompileTimeError | 234 from_environment_const_type_test/04: MissingCompileTimeError |
| 237 from_environment_const_type_test/06: MissingCompileTimeError | 235 from_environment_const_type_test/06: MissingCompileTimeError |
| 238 from_environment_const_type_test/07: MissingCompileTimeError | 236 from_environment_const_type_test/07: MissingCompileTimeError |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 | 268 from_environment_const_type_test/07: MissingCompileTimeError # Flutter Issue 911
1 |
| 271 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 | 269 from_environment_const_type_test/08: MissingCompileTimeError # Flutter Issue 911
1 |
| 272 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 | 270 from_environment_const_type_test/09: MissingCompileTimeError # Flutter Issue 911
1 |
| 273 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 | 271 from_environment_const_type_test/12: MissingCompileTimeError # Flutter Issue 911
1 |
| 274 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 | 272 from_environment_const_type_test/11: MissingCompileTimeError # Flutter Issue 911
1 |
| 275 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 | 273 from_environment_const_type_test/13: MissingCompileTimeError # Flutter Issue 911
1 |
| 276 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 | 274 from_environment_const_type_test/14: MissingCompileTimeError # Flutter Issue 911
1 |
| 277 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 | 275 from_environment_const_type_test/16: MissingCompileTimeError # Flutter Issue 911
1 |
| 278 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 | 276 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 |
| 279 main_test: RuntimeError # Flutter Issue 9111 | 277 main_test: RuntimeError # Flutter Issue 9111 |
| OLD | NEW |