| OLD | NEW |
| 1 # Copyright (c) 2017, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2017, 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 == dart2js && $fast_startup ] | 5 [ $compiler == dart2js && $fast_startup ] |
| 6 apply3_test: Fail # mirrors not supported | 6 apply3_test: Fail # mirrors not supported |
| 7 | 7 |
| 8 [ $compiler == precompiler ] | 8 [ $compiler == precompiler ] |
| 9 apply3_test: SkipByDesign | 9 apply3_test: SkipByDesign |
| 10 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify | 10 big_integer_huge_mul_vm_test: Pass, Timeout # --no_intrinsify |
| 11 | 11 |
| 12 [ $compiler == dartdevc && $runtime != none ] | 12 [ $compiler == dartdevc && $runtime != none ] |
| 13 apply2_test: RuntimeError # Issue 29921 | 13 apply2_test: RuntimeError # Issue 29921 |
| 14 apply3_test: RuntimeError # Issue 29921 | 14 apply3_test: RuntimeError # Issue 29921 |
| 15 | 15 |
| 16 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] | 16 [ ($compiler == dart2js || $compiler == dartdevc) && $runtime != none ] |
| 17 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 | 17 big_integer_arith_vm_test: RuntimeError # Issues 10245, 30170 |
| 18 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 | 18 big_integer_parsed_arith_vm_test: RuntimeError # Issues 10245, 29921 |
| 19 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. | 19 big_integer_parsed_div_rem_vm_test: RuntimeError # Issue 29921 |
| 20 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 |
| 21 bit_twiddling_bigint_test: RuntimeError # Required bigint support. |
| 20 compare_to2_test: RuntimeError, OK # Requires bigint support. | 22 compare_to2_test: RuntimeError, OK # Requires bigint support. |
| 21 | 23 |
| 22 [ $runtime == flutter ] | 24 [ $runtime == flutter ] |
| 23 apply3_test: CompileTimeError # mirrors not supported | 25 apply3_test: CompileTimeError # mirrors not supported |
| 24 bool_from_environment_test: Fail # Flutter Issue 9111 | 26 bool_from_environment_test: Fail # Flutter Issue 9111 |
| 25 | 27 |
| 26 [ $hot_reload || $hot_reload_rollback ] | 28 [ $hot_reload || $hot_reload_rollback ] |
| 27 big_integer_huge_mul_vm_test: Pass, Slow # Slow | 29 big_integer_huge_mul_vm_test: Pass, Slow # Slow |
| 30 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow |
| 28 | 31 |
| 29 [ $hot_reload || $hot_reload_rollback ] | 32 [ $hot_reload || $hot_reload_rollback ] |
| 30 big_integer_huge_mul_vm_test: Pass, Slow # Slow | 33 big_integer_huge_mul_vm_test: Pass, Slow # Slow |
| 31 | 34 |
| 32 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 35 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
| 33 compare_to2_test: Fail # Issue 4018 | 36 compare_to2_test: Fail # Issue 4018 |
| 34 unicode_test: Fail # Issue 6706 | 37 unicode_test: Fail # Issue 6706 |
| 35 | 38 |
| 36 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime ==
dart_precompiled) ] | 39 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime ==
dart_precompiled) ] |
| 37 bool_from_environment2_test/01: MissingCompileTimeError | 40 bool_from_environment2_test/01: MissingCompileTimeError |
| 38 bool_from_environment2_test/02: MissingCompileTimeError | 41 bool_from_environment2_test/02: MissingCompileTimeError |
| 39 bool_from_environment2_test/03: MissingCompileTimeError | 42 bool_from_environment2_test/03: MissingCompileTimeError |
| 40 bool_from_environment2_test/04: MissingCompileTimeError | 43 bool_from_environment2_test/04: MissingCompileTimeError |
| 41 bool_from_environment2_test/05: MissingCompileTimeError | 44 bool_from_environment2_test/05: MissingCompileTimeError |
| 42 compare_to2_test: RuntimeError | 45 compare_to2_test: RuntimeError |
| 43 unicode_test: RuntimeError | 46 unicode_test: RuntimeError |
| 44 | 47 |
| 45 [ $compiler == none && $runtime == drt ] | 48 [ $compiler == none && $runtime == drt ] |
| 46 bool_from_environment2_test: Skip | 49 bool_from_environment2_test: Skip |
| 47 bool_from_environment_test: Skip | 50 bool_from_environment_test: Skip |
| 48 | 51 |
| 49 [ $runtime == ff || $runtime == jsshell ] | 52 [ $runtime == ff || $runtime == jsshell ] |
| 50 unicode_test: Fail | 53 unicode_test: Fail |
| 51 | 54 |
| 55 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] |
| 56 big_integer_parsed_mul_div_vm_test: Pass, Slow |
| 57 |
| 58 [ $compiler == precompiler ] |
| 59 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify |
| OLD | NEW |