| 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) ] | 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 |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 50 main_test: Fail # Dartium needs to check for both main() and main(args). | 50 main_test: Fail # Dartium needs to check for both main() and main(args). |
| 51 | 51 |
| 52 [ $compiler == dart2js ] | 52 [ $compiler == dart2js ] |
| 53 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul
d be allowed. | 53 symbol_reserved_word_test/03: RuntimeError # bug 19972, new Symbol('void') shoul
d be allowed. |
| 54 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
g whitespace. | 54 int_parse_radix_test/01: Pass, Fail # JS implementations disagree on U+0085 bein
g whitespace. |
| 55 int_parse_radix_test/02: Fail # No bigints. | 55 int_parse_radix_test/02: Fail # No bigints. |
| 56 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w
hitespace. | 56 double_parse_test/01: Pass, Fail # JS implementations disagree on U+0085 being w
hitespace. |
| 57 integer_to_radix_string_test: RuntimeError # issue 22045 | 57 integer_to_radix_string_test: RuntimeError # issue 22045 |
| 58 int_modulo_arith_test/bignum: RuntimeError # No bigints. | 58 int_modulo_arith_test/bignum: RuntimeError # No bigints. |
| 59 int_modulo_arith_test/modPow: RuntimeError # No bigints. | 59 int_modulo_arith_test/modPow: RuntimeError # No bigints. |
| 60 iterable_generate_test: RuntimeError # issue 28026 |
| 60 | 61 |
| 61 [ $compiler == dart2js && $fast_startup ] | 62 [ $compiler == dart2js && $fast_startup ] |
| 62 apply3_test: Fail # mirrors not supported | 63 apply3_test: Fail # mirrors not supported |
| 63 | 64 |
| 64 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != dartium && $runtime != drt ] | 65 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != dartium && $runtime != drt ] |
| 65 symbol_test/02: MissingCompileTimeError # bug 11669 | 66 symbol_test/02: MissingCompileTimeError # bug 11669 |
| 66 symbol_test/03: MissingCompileTimeError # bug 11669 | 67 symbol_test/03: MissingCompileTimeError # bug 11669 |
| 67 | 68 |
| 68 [ $runtime == ff || $runtime == jsshell ] | 69 [ $runtime == ff || $runtime == jsshell ] |
| 69 unicode_test: Fail | 70 unicode_test: Fail |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 206 package_resource_test: Skip # Resolve URI not supported yet in product mode. | 207 package_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 207 file_resource_test: Skip # Resolve URI not supported yet in product mode. | 208 file_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 208 http_resource_test: Skip # Resolve URI not supported yet in product mode. | 209 http_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 209 | 210 |
| 210 [ $arch == simdbc || $arch == simdbc64 ] | 211 [ $arch == simdbc || $arch == simdbc64 ] |
| 211 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 212 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
| 212 | 213 |
| 213 [ $hot_reload || $hot_reload_rollback ] | 214 [ $hot_reload || $hot_reload_rollback ] |
| 214 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. | 215 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. |
| 215 | 216 |
| OLD | NEW |