| 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 # All static_tests have expected compile-time errors. | 5 # All static_tests have expected compile-time errors. | 
| 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] | 6 [ $strong && $compiler != dart2analyzer && $compiler != dartdevc ] | 
| 7 core_runtime_types_static_test: MissingCompileTimeError | 7 core_runtime_types_static_test: MissingCompileTimeError | 
| 8 | 8 | 
| 9 [ !$strong && $compiler != dartdevc && $checked ] | 9 [ !$strong && $compiler != dartdevc && $checked ] | 
| 10 core_runtime_types_static_test: MissingCompileTimeError | 10 core_runtime_types_static_test: MissingCompileTimeError | 
| (...skipping 25 matching lines...) Expand all  Loading... | 
| 36 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 | 36 big_integer_parsed_mul_div_vm_test: RuntimeError # Issue 29921 | 
| 37 bit_twiddling_bigint_test: RuntimeError # Required bigint support. | 37 bit_twiddling_bigint_test: RuntimeError # Required bigint support. | 
| 38 compare_to2_test: RuntimeError, OK # Requires bigint support. | 38 compare_to2_test: RuntimeError, OK # Requires bigint support. | 
| 39 | 39 | 
| 40 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] | 40 [ $compiler == dart2js && $runtime == drt && $csp && $minified ] | 
| 41 core_runtime_types_test: Pass, Fail # Issue 27913 | 41 core_runtime_types_test: Pass, Fail # Issue 27913 | 
| 42 | 42 | 
| 43 [ $runtime == flutter ] | 43 [ $runtime == flutter ] | 
| 44 apply3_test: CompileTimeError # mirrors not supported | 44 apply3_test: CompileTimeError # mirrors not supported | 
| 45 bool_from_environment_test: Fail # Flutter Issue 9111 | 45 bool_from_environment_test: Fail # Flutter Issue 9111 | 
|  | 46 string_trimlr_test/02: RuntimeError # Flutter Issue 9111 | 
| 46 | 47 | 
| 47 [ $hot_reload || $hot_reload_rollback ] | 48 [ $hot_reload || $hot_reload_rollback ] | 
| 48 big_integer_huge_mul_vm_test: Pass, Slow # Slow | 49 big_integer_huge_mul_vm_test: Pass, Slow # Slow | 
| 49 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow | 50 big_integer_parsed_mul_div_vm_test: Pass, Slow # Slow | 
| 50 | 51 | 
| 51 [ $hot_reload || $hot_reload_rollback ] | 52 [ $hot_reload || $hot_reload_rollback ] | 
| 52 big_integer_huge_mul_vm_test: Pass, Slow # Slow | 53 big_integer_huge_mul_vm_test: Pass, Slow # Slow | 
| 53 | 54 | 
| 54 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 55 [ $compiler == none || $compiler == precompiler || $compiler == app_jit ] | 
| 55 compare_to2_test: Fail # Issue 4018 | 56 compare_to2_test: Fail # Issue 4018 | 
| 56 unicode_test: Fail # Issue 6706 | 57 unicode_test: Fail # Issue 6706 | 
|  | 58 symbol_test/01: Fail, Pass # Issue 11669 | 
|  | 59 | 
|  | 60 # With the exception of 'void', new Symbol() should not accept reserved words. | 
|  | 61 symbol_reserved_word_test/06: RuntimeError # Issue 11669 | 
|  | 62 symbol_reserved_word_test/09: RuntimeError # Issue 11669 | 
|  | 63 symbol_reserved_word_test/12: RuntimeError # Issue 11669 | 
|  | 64 | 
|  | 65 symbol_test/none: Fail # Issue 11669 | 
|  | 66 symbol_operator_test/03: Fail # Issue 11669 | 
|  | 67 string_case_test/01: Fail # Bug 18061 | 
| 57 | 68 | 
| 58 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == 
     dart_precompiled) ] | 69 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime == 
     dart_precompiled) ] | 
| 59 bool_from_environment2_test/01: MissingCompileTimeError | 70 bool_from_environment2_test/01: MissingCompileTimeError | 
| 60 bool_from_environment2_test/02: MissingCompileTimeError | 71 bool_from_environment2_test/02: MissingCompileTimeError | 
| 61 bool_from_environment2_test/03: MissingCompileTimeError | 72 bool_from_environment2_test/03: MissingCompileTimeError | 
| 62 bool_from_environment2_test/04: MissingCompileTimeError | 73 bool_from_environment2_test/04: MissingCompileTimeError | 
| 63 bool_from_environment2_test/05: MissingCompileTimeError | 74 bool_from_environment2_test/05: MissingCompileTimeError | 
| 64 compare_to2_test: RuntimeError | 75 compare_to2_test: RuntimeError | 
|  | 76 string_trimlr_test/02: RuntimeError | 
|  | 77 symbol_operator_test/03: RuntimeError | 
|  | 78 symbol_reserved_word_test/04: MissingCompileTimeError | 
|  | 79 symbol_reserved_word_test/06: RuntimeError | 
|  | 80 symbol_reserved_word_test/07: MissingCompileTimeError | 
|  | 81 symbol_reserved_word_test/09: RuntimeError | 
|  | 82 symbol_reserved_word_test/10: MissingCompileTimeError | 
|  | 83 symbol_reserved_word_test/12: RuntimeError | 
|  | 84 symbol_test/01: MissingCompileTimeError | 
|  | 85 symbol_test/02: MissingCompileTimeError | 
|  | 86 symbol_test/03: MissingCompileTimeError | 
|  | 87 symbol_test/04: MissingCompileTimeError | 
|  | 88 symbol_test/none: RuntimeError | 
| 65 unicode_test: RuntimeError | 89 unicode_test: RuntimeError | 
| 66 | 90 | 
| 67 [ $compiler == none && $runtime == drt ] | 91 [ $compiler == none && $runtime == drt ] | 
| 68 bool_from_environment2_test: Skip | 92 bool_from_environment2_test: Skip | 
| 69 bool_from_environment_test: Skip | 93 bool_from_environment_test: Skip | 
| 70 | 94 | 
| 71 [ $runtime == ff || $runtime == jsshell ] | 95 [ $runtime == ff || $runtime == jsshell ] | 
| 72 unicode_test: Fail | 96 unicode_test: Fail | 
| 73 | 97 | 
| 74 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] | 98 [ ($runtime == vm || $runtime == dart_precompiled) && $arch == simarmv5te ] | 
| 75 big_integer_parsed_mul_div_vm_test: Pass, Slow | 99 big_integer_parsed_mul_div_vm_test: Pass, Slow | 
| 76 | 100 | 
| 77 [ $compiler == precompiler ] | 101 [ $compiler == precompiler ] | 
| 78 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 102 big_integer_parsed_mul_div_vm_test: Pass, Timeout # --no_intrinsify | 
|  | 103 | 
|  | 104 [ $compiler == none && ($runtime == vm || $runtime == flutter)] | 
|  | 105 string_trimlr_test/02: RuntimeError # Issue 29060 | 
|  | 106 | 
|  | 107 [ $compiler == precompiler || $compiler == app_jit ] | 
|  | 108 string_trimlr_test/02: RuntimeError # Issue 29060 | 
|  | 109 | 
|  | 110 # void should be a valid symbol. | 
|  | 111 [ $compiler == none || $compiler == precompiler || $compiler == app_jit || $comp
     iler == dart2js ] | 
|  | 112 symbol_reserved_word_test/02: CompileTimeError # Issue 20191 | 
|  | 113 | 
|  | 114 # With the exception of 'void', const Symbol() should not accept reserved | 
|  | 115 # words. | 
|  | 116 symbol_reserved_word_test/04: MissingCompileTimeError # Issue 11669, 19972 | 
|  | 117 symbol_reserved_word_test/07: MissingCompileTimeError # Issue 11669, 19972 | 
|  | 118 symbol_reserved_word_test/10: MissingCompileTimeError # Issue 11669, 19972 | 
|  | 119 | 
|  | 120 [ $compiler == dart2js ] | 
|  | 121 string_static_test: MissingCompileTimeError | 
|  | 122 symbol_test/04: MissingCompileTimeError | 
|  | 123 | 
|  | 124 [ ($compiler == none || $compiler == precompiler || $compiler == app_jit) && $ru
     ntime != drt ] | 
|  | 125 symbol_test/02: MissingCompileTimeError # Issue 11669 | 
|  | 126 symbol_test/03: MissingCompileTimeError # Issue 11669 | 
|  | 127 symbol_test/04: MissingCompileTimeError | 
|  | 128 | 
|  | 129 [ $runtime == safari || $runtime == safarimobilesim ] | 
|  | 130 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 
|  | 131 string_split_test: RuntimeError # Issue 21431 | 
|  | 132 | 
|  | 133 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 
|  | 134 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 
|  | 135 | 
|  | 136 [ $compiler == dart2js && $runtime == drt ] | 
|  | 137 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 
|  | 138 | 
|  | 139 [ $compiler == dart2js && $runtime == safarimobilesim ] | 
|  | 140 string_trimlr_test/01: Fail | 
|  | 141 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 
|  | 142 | 
|  | 143 [ $compiler == dart2js && $dart2js_with_kernel ] | 
|  | 144 symbol_reserved_word_test/03: Pass # Issue 27394 | 
|  | 145 symbol_operator_test/03: RuntimeError # Issue 27394 | 
|  | 146 symbol_reserved_word_test/06: RuntimeError # Issue 27394 | 
|  | 147 symbol_reserved_word_test/09: RuntimeError # Issue 27394 | 
|  | 148 symbol_reserved_word_test/12: RuntimeError # Issue 27394 | 
|  | 149 symbol_test/none: RuntimeError # Issue 27394 | 
|  | 150 | 
|  | 151 [ $compiler == dart2js && $runtime == jsshell ] | 
|  | 152 symbol_test/none: RuntimeError | 
|  | 153 | 
|  | 154 [ $compiler == none && $runtime == vm ] | 
|  | 155 string_static_test: MissingCompileTimeError | 
|  | 156 | 
|  | 157 [ $compiler == dart2js && $runtime != none] | 
|  | 158 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho
     uld be allowed. | 
| OLD | NEW | 
|---|