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 |
(...skipping 14 matching lines...) Expand all Loading... |
25 bool_from_environment_test: Fail # Flutter Issue 9111 | 25 bool_from_environment_test: Fail # Flutter Issue 9111 |
26 | 26 |
27 [ $hot_reload || $hot_reload_rollback ] | 27 [ $hot_reload || $hot_reload_rollback ] |
28 big_integer_huge_mul_vm_test: Pass, Slow # Slow | 28 big_integer_huge_mul_vm_test: Pass, Slow # Slow |
29 | 29 |
30 [ $hot_reload || $hot_reload_rollback ] | 30 [ $hot_reload || $hot_reload_rollback ] |
31 big_integer_huge_mul_vm_test: Pass, Slow # Slow | 31 big_integer_huge_mul_vm_test: Pass, Slow # Slow |
32 | 32 |
33 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 33 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
34 compare_to2_test: Fail # Bug 4018 | 34 compare_to2_test: Fail # Bug 4018 |
| 35 unicode_test: Fail # Bug 6706 |
35 | 36 |
36 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime ==
dart_precompiled) ] | 37 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime ==
dart_precompiled) ] |
37 bool_from_environment2_test/01: MissingCompileTimeError | 38 bool_from_environment2_test/01: MissingCompileTimeError |
38 bool_from_environment2_test/02: MissingCompileTimeError | 39 bool_from_environment2_test/02: MissingCompileTimeError |
39 bool_from_environment2_test/03: MissingCompileTimeError | 40 bool_from_environment2_test/03: MissingCompileTimeError |
40 bool_from_environment2_test/04: MissingCompileTimeError | 41 bool_from_environment2_test/04: MissingCompileTimeError |
41 bool_from_environment2_test/05: MissingCompileTimeError | 42 bool_from_environment2_test/05: MissingCompileTimeError |
42 compare_to2_test: RuntimeError | 43 compare_to2_test: RuntimeError |
43 | 44 |
44 [ $compiler == none && $runtime == drt ] | 45 [ $compiler == none && $runtime == drt ] |
45 bool_from_environment2_test: Skip | 46 bool_from_environment2_test: Skip |
46 bool_from_environment_test: Skip | 47 bool_from_environment_test: Skip |
OLD | NEW |