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 bit_twiddling_bigint_test: RuntimeError # Requires bigint support. |
20 compare_to2_test: RuntimeError, OK # Requires bigint support. | 20 compare_to2_test: RuntimeError, OK # Requires bigint support. |
21 | 21 |
22 [ $runtime == flutter ] | 22 [ $runtime == flutter ] |
23 apply3_test: CompileTimeError # mirrors not supported | 23 apply3_test: CompileTimeError # mirrors not supported |
24 bool_from_environment_test: Fail # Flutter Issue 9111 | 24 bool_from_environment_test: Fail # Flutter Issue 9111 |
| 25 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 |
25 | 26 |
26 [ $hot_reload || $hot_reload_rollback ] | 27 [ $hot_reload || $hot_reload_rollback ] |
27 big_integer_huge_mul_vm_test: Pass, Slow # Slow | 28 big_integer_huge_mul_vm_test: Pass, Slow # Slow |
28 | 29 |
29 [ $hot_reload || $hot_reload_rollback ] | 30 [ $hot_reload || $hot_reload_rollback ] |
30 big_integer_huge_mul_vm_test: Pass, Slow # Slow | 31 big_integer_huge_mul_vm_test: Pass, Slow # Slow |
31 | 32 |
32 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 33 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] |
33 compare_to2_test: Fail # Issue 4018 | 34 compare_to2_test: Fail # Issue 4018 |
34 unicode_test: Fail # Issue 6706 | 35 unicode_test: Fail # Issue 6706 |
| 36 symbol_test/01: Fail, Pass # Issue 11669 |
| 37 |
| 38 # With the exception of 'void', new Symbol() should not accept reserved words. |
| 39 symbol_reserved_word_test/06: RuntimeError # Issue 11669 |
| 40 symbol_reserved_word_test/09: RuntimeError # Issue 11669 |
| 41 symbol_reserved_word_test/12: RuntimeError # Issue 11669 |
| 42 |
| 43 symbol_test/none: Fail # Issue 11669 |
| 44 symbol_operator_test/03: Fail # Issue 11669 |
| 45 string_case_test/01: Fail # Bug 18061 |
35 | 46 |
36 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime ==
dart_precompiled) ] | 47 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime ==
dart_precompiled) ] |
37 bool_from_environment2_test/01: MissingCompileTimeError | 48 bool_from_environment2_test/01: MissingCompileTimeError |
38 bool_from_environment2_test/02: MissingCompileTimeError | 49 bool_from_environment2_test/02: MissingCompileTimeError |
39 bool_from_environment2_test/03: MissingCompileTimeError | 50 bool_from_environment2_test/03: MissingCompileTimeError |
40 bool_from_environment2_test/04: MissingCompileTimeError | 51 bool_from_environment2_test/04: MissingCompileTimeError |
41 bool_from_environment2_test/05: MissingCompileTimeError | 52 bool_from_environment2_test/05: MissingCompileTimeError |
42 compare_to2_test: RuntimeError | 53 compare_to2_test: RuntimeError |
| 54 string_trimlr_test/02: RuntimeError |
| 55 symbol_operator_test/03: RuntimeError |
| 56 symbol_reserved_word_test/04: MissingCompileTimeError |
| 57 symbol_reserved_word_test/06: RuntimeError |
| 58 symbol_reserved_word_test/07: MissingCompileTimeError |
| 59 symbol_reserved_word_test/09: RuntimeError |
| 60 symbol_reserved_word_test/10: MissingCompileTimeError |
| 61 symbol_reserved_word_test/12: RuntimeError |
| 62 symbol_test/01: MissingCompileTimeError |
| 63 symbol_test/02: MissingCompileTimeError |
| 64 symbol_test/03: MissingCompileTimeError |
| 65 symbol_test/04: MissingCompileTimeError |
| 66 symbol_test/none: RuntimeError |
43 unicode_test: RuntimeError | 67 unicode_test: RuntimeError |
44 | 68 |
45 [ $compiler == none && $runtime == drt ] | 69 [ $compiler == none && $runtime == drt ] |
46 bool_from_environment2_test: Skip | 70 bool_from_environment2_test: Skip |
47 bool_from_environment_test: Skip | 71 bool_from_environment_test: Skip |
48 | 72 |
49 [ $runtime == ff || $runtime == jsshell ] | 73 [ $runtime == ff || $runtime == jsshell ] |
50 unicode_test: Fail | 74 unicode_test: Fail |
51 | 75 |
| 76 [ $compiler == none && ($runtime == vm || $runtime == flutter)] |
| 77 string_trimlr_test/02: RuntimeError # Issue 29060 |
| 78 |
| 79 [ $compiler == precompiler || $compiler == app_jit ] |
| 80 string_trimlr_test/02: RuntimeError # Issue 29060 |
| 81 |
| 82 # void should be a valid symbol. |
| 83 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp
iler == dart2js ] |
| 84 symbol_reserved_word_test/02: CompileTimeError # Issue 20191 |
| 85 |
| 86 # With the exception of 'void', const Symbol() should not accept reserved |
| 87 # words. |
| 88 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 |
| 89 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972 |
| 90 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 |
| 91 |
| 92 [ $compiler == dart2js ] |
| 93 string_static_test: MissingCompileTimeError |
| 94 symbol_test/04: MissingCompileTimeError |
| 95 |
| 96 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
ntime != drt ] |
| 97 symbol_test/02: MissingCompileTimeError # Issue 11669 |
| 98 symbol_test/03: MissingCompileTimeError # Issue 11669 |
| 99 symbol_test/04: MissingCompileTimeError |
| 100 |
| 101 [ $runtime == safari || $runtime == safarimobilesim ] |
| 102 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 103 string_split_test: RuntimeError # Issue 21431 |
| 104 |
| 105 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 106 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 107 |
| 108 [ $compiler == dart2js && $runtime == drt ] |
| 109 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 110 |
| 111 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 112 string_trimlr_test/01: Fail |
| 113 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 114 |
| 115 [ $compiler == dart2js && $dart2js_with_kernel ] |
| 116 symbol_reserved_word_test/03: Pass # Issue 27394 |
| 117 symbol_operator_test/03: RuntimeError # Issue 27394 |
| 118 symbol_reserved_word_test/06: RuntimeError # Issue 27394 |
| 119 symbol_reserved_word_test/09: RuntimeError # Issue 27394 |
| 120 symbol_reserved_word_test/12: RuntimeError # Issue 27394 |
| 121 symbol_test/none: RuntimeError # Issue 27394 |
| 122 |
| 123 [ $compiler == dart2js && $runtime == jsshell ] |
| 124 symbol_test/none: RuntimeError |
| 125 |
| 126 [ $compiler == none && $runtime == vm ] |
| 127 string_static_test: MissingCompileTimeError |
| 128 |
| 129 [ $compiler == dart2js && $runtime != none] |
| 130 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho
uld be allowed. |
OLD | NEW |