| 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 | |
| 61 | 60 |
| 62 [ $compiler == dart2js && $fast_startup ] | 61 [ $compiler == dart2js && $fast_startup ] |
| 63 apply3_test: Fail # mirrors not supported | 62 apply3_test: Fail # mirrors not supported |
| 64 | 63 |
| 65 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != dartium && $runtime != drt ] | 64 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != dartium && $runtime != drt ] |
| 66 symbol_test/02: MissingCompileTimeError # bug 11669 | 65 symbol_test/02: MissingCompileTimeError # bug 11669 |
| 67 symbol_test/03: MissingCompileTimeError # bug 11669 | 66 symbol_test/03: MissingCompileTimeError # bug 11669 |
| 68 | 67 |
| 69 [ $runtime == ff || $runtime == jsshell ] | 68 [ $runtime == ff || $runtime == jsshell ] |
| 70 unicode_test: Fail | 69 unicode_test: Fail |
| (...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 207 package_resource_test: Skip # Resolve URI not supported yet in product mode. | 206 package_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 208 file_resource_test: Skip # Resolve URI not supported yet in product mode. | 207 file_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 209 http_resource_test: Skip # Resolve URI not supported yet in product mode. | 208 http_resource_test: Skip # Resolve URI not supported yet in product mode. |
| 210 | 209 |
| 211 [ $arch == simdbc || $arch == simdbc64 ] | 210 [ $arch == simdbc || $arch == simdbc64 ] |
| 212 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter | 211 regexp/stack-overflow_test: RuntimeError, OK # Smaller limit with irregex interp
reter |
| 213 | 212 |
| 214 [ $hot_reload || $hot_reload_rollback ] | 213 [ $hot_reload || $hot_reload_rollback ] |
| 215 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. | 214 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow. |
| 216 | 215 |
| OLD | NEW |