| 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 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 5 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 6 bool_from_environment2_test: Skip | 6 bool_from_environment2_test: Skip |
| 7 bool_from_environment_test: Skip | 7 bool_from_environment_test: Skip |
| 8 from_environment_const_type_test: Skip | 8 from_environment_const_type_test: Skip |
| 9 from_environment_const_type_undefined_test: Skip | 9 from_environment_const_type_undefined_test: Skip |
| 10 int_from_environment2_test: Skip | 10 int_from_environment2_test: Skip |
| 11 int_from_environment3_test: Skip | 11 int_from_environment3_test: Skip |
| 12 int_from_environment_test: Skip | 12 int_from_environment_test: Skip |
| 13 string_from_environment2_test: Skip | 13 string_from_environment2_test: Skip |
| 14 string_from_environment3_test: Skip | 14 string_from_environment3_test: Skip |
| 15 string_from_environment_test: Skip | 15 string_from_environment_test: Skip |
| (...skipping 20 matching lines...) Expand all Loading... |
| 36 [ $compiler == none || $compiler == precompiler || $compiler == dart2app || $com
piler == dart2js ] | 36 [ $compiler == none || $compiler == precompiler || $compiler == dart2app || $com
piler == dart2js ] |
| 37 symbol_reserved_word_test/02: CompileTimeError # bug 20191 | 37 symbol_reserved_word_test/02: CompileTimeError # bug 20191 |
| 38 symbol_reserved_word_test/05: CompileTimeError # bug 20191 | 38 symbol_reserved_word_test/05: CompileTimeError # bug 20191 |
| 39 | 39 |
| 40 # With the exception of 'void', const Symbol() should not accept reserved | 40 # With the exception of 'void', const Symbol() should not accept reserved |
| 41 # words. | 41 # words. |
| 42 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 | 42 symbol_reserved_word_test/04: MissingCompileTimeError # bug 11669, 19972 |
| 43 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 | 43 symbol_reserved_word_test/07: MissingCompileTimeError # bug 11669, 19972 |
| 44 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 | 44 symbol_reserved_word_test/10: MissingCompileTimeError # bug 11669, 19972 |
| 45 | 45 |
| 46 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 46 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 47 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors | 47 symbol_reserved_word_test/02: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors |
| 48 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors | 48 symbol_reserved_word_test/05: RuntimeError # bug 20191 / dartium/drt cannot dete
ct CompileTimeErrors |
| 49 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors | 49 symbol_reserved_word_test/04: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors |
| 50 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors | 50 symbol_reserved_word_test/07: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors |
| 51 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors | 51 symbol_reserved_word_test/10: Fail # bug 11669, 19972 / dartium/drt cannot detec
t CompileTimeErrors |
| 52 main_test: Fail # Dartium needs to check for both main() and main(args). | 52 main_test: Fail # Dartium needs to check for both main() and main(args). |
| 53 | 53 |
| 54 [ $compiler == dart2js ] | 54 [ $compiler == dart2js ] |
| 55 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul
d be allowed. | 55 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul
d be allowed. |
| 56 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
g whitespace. | 56 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
g whitespace. |
| 57 int_parse_radix_test/02: Fail # No bigints. | 57 int_parse_radix_test/02: Fail # No bigints. |
| 58 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w
hitespace. | 58 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w
hitespace. |
| 59 integer_to_radix_string_test: RuntimeError # issue 22045 | 59 integer_to_radix_string_test: RuntimeError # issue 22045 |
| 60 int_modulo_arith_test/bignum: RuntimeError # No bigints. | 60 int_modulo_arith_test/bignum: RuntimeError # No bigints. |
| 61 int_modulo_arith_test/modPow: RuntimeError # No bigints. | 61 int_modulo_arith_test/modPow: RuntimeError # No bigints. |
| 62 | 62 |
| 63 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && $r
untime != dartium && $runtime != drt && $runtime != ContentShellOnAndroid ] | 63 [ ($compiler == none || $compiler == precompiler || $compiler == dart2app) && $r
untime != dartium && $runtime != drt ] |
| 64 symbol_test/02: MissingCompileTimeError # bug 11669 | 64 symbol_test/02: MissingCompileTimeError # bug 11669 |
| 65 symbol_test/03: MissingCompileTimeError # bug 11669 | 65 symbol_test/03: MissingCompileTimeError # bug 11669 |
| 66 | 66 |
| 67 [ $compiler == none && $runtime == ContentShellOnAndroid ] | |
| 68 core_runtime_types_test: Pass, Fail # Issue 20525 | |
| 69 | |
| 70 [ $runtime == ff || $runtime == jsshell ] | 67 [ $runtime == ff || $runtime == jsshell ] |
| 71 unicode_test: Fail | 68 unicode_test: Fail |
| 72 # Firefox takes advantage of the ECMAScript number parsing cop-out clause | 69 # Firefox takes advantage of the ECMAScript number parsing cop-out clause |
| 73 # (presumably added to allow Mozilla's existing behavior) | 70 # (presumably added to allow Mozilla's existing behavior) |
| 74 # and only looks at the first 20 significant digits. | 71 # and only looks at the first 20 significant digits. |
| 75 # The Dart VM and the other ECMAScript implementations follow the correct | 72 # The Dart VM and the other ECMAScript implementations follow the correct |
| 76 # IEEE-754 rounding algorithm. | 73 # IEEE-754 rounding algorithm. |
| 77 double_parse_test/02: Fail, OK | 74 double_parse_test/02: Fail, OK |
| 78 | 75 |
| 79 [ $runtime == safari || $runtime == safarimobilesim ] | 76 [ $runtime == safari || $runtime == safarimobilesim ] |
| (...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 186 | 183 |
| 187 [ $compiler == dart2js && $cps_ir && $host_checked ] | 184 [ $compiler == dart2js && $cps_ir && $host_checked ] |
| 188 regexp/pcre_test: Crash # Stack Overflow | 185 regexp/pcre_test: Crash # Stack Overflow |
| 189 | 186 |
| 190 [ ($noopt || $compiler == precompiler) ] | 187 [ ($noopt || $compiler == precompiler) ] |
| 191 apply3_test: CompileTimeError # Imports dart:mirrors | 188 apply3_test: CompileTimeError # Imports dart:mirrors |
| 192 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 189 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
| 193 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify | 190 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify |
| 194 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 191 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
| 195 int_parse_radix_test: Pass, Timeout # --no_intrinsify | 192 int_parse_radix_test: Pass, Timeout # --no_intrinsify |
| OLD | NEW |