| 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 string_static_test: MissingCompileTimeError | 8 string_static_test: MissingCompileTimeError |
| 9 | 9 |
| 10 [ !$strong && $compiler != dartdevc && $checked ] | 10 [ !$strong && $compiler != dartdevc && $checked ] |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 72 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime ==
dart_precompiled) ] | 72 [ ($compiler == dartk || $compiler == dartkp) && ($runtime == vm || $runtime ==
dart_precompiled) ] |
| 73 bool_from_environment2_test/01: MissingCompileTimeError | 73 bool_from_environment2_test/01: MissingCompileTimeError |
| 74 bool_from_environment2_test/02: MissingCompileTimeError | 74 bool_from_environment2_test/02: MissingCompileTimeError |
| 75 bool_from_environment2_test/03: MissingCompileTimeError | 75 bool_from_environment2_test/03: MissingCompileTimeError |
| 76 bool_from_environment2_test/04: MissingCompileTimeError | 76 bool_from_environment2_test/04: MissingCompileTimeError |
| 77 bool_from_environment2_test/05: MissingCompileTimeError | 77 bool_from_environment2_test/05: MissingCompileTimeError |
| 78 compare_to2_test: RuntimeError | 78 compare_to2_test: RuntimeError |
| 79 string_trimlr_test/02: RuntimeError | 79 string_trimlr_test/02: RuntimeError |
| 80 symbol_operator_test/03: RuntimeError | 80 symbol_operator_test/03: RuntimeError |
| 81 symbol_reserved_word_test/04: MissingCompileTimeError | 81 symbol_reserved_word_test/04: MissingCompileTimeError |
| 82 symbol_reserved_word_test/05: MissingCompileTimeError |
| 82 symbol_reserved_word_test/06: RuntimeError | 83 symbol_reserved_word_test/06: RuntimeError |
| 83 symbol_reserved_word_test/07: MissingCompileTimeError | 84 symbol_reserved_word_test/07: MissingCompileTimeError |
| 84 symbol_reserved_word_test/09: RuntimeError | 85 symbol_reserved_word_test/09: RuntimeError |
| 85 symbol_reserved_word_test/10: MissingCompileTimeError | 86 symbol_reserved_word_test/10: MissingCompileTimeError |
| 86 symbol_reserved_word_test/12: RuntimeError | 87 symbol_reserved_word_test/12: RuntimeError |
| 87 symbol_test/01: MissingCompileTimeError | 88 symbol_test/01: MissingCompileTimeError |
| 88 symbol_test/02: MissingCompileTimeError | 89 symbol_test/02: MissingCompileTimeError |
| 89 symbol_test/03: MissingCompileTimeError | 90 symbol_test/03: MissingCompileTimeError |
| 90 symbol_test/04: MissingCompileTimeError | 91 symbol_test/04: MissingCompileTimeError |
| 91 symbol_test/none: RuntimeError | 92 symbol_test/none: RuntimeError |
| (...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 136 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 137 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 137 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 138 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 138 | 139 |
| 139 [ $compiler == dart2js && $runtime == drt ] | 140 [ $compiler == dart2js && $runtime == drt ] |
| 140 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 141 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 141 | 142 |
| 142 [ $compiler == dart2js && $runtime == safarimobilesim ] | 143 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 143 string_trimlr_test/01: Fail | 144 string_trimlr_test/01: Fail |
| 144 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. | 145 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 145 | 146 |
| 147 [ $compiler == dart2js && $runtime == d8 ] |
| 148 string_trimlr_test/02: RuntimeError # Uses Unicode 6.2.0 or earlier. |
| 149 |
| 146 [ $compiler == dart2js && $dart2js_with_kernel ] | 150 [ $compiler == dart2js && $dart2js_with_kernel ] |
| 147 symbol_reserved_word_test/03: Pass # Issue 27394 | 151 symbol_reserved_word_test/03: Pass # Issue 27394 |
| 148 symbol_operator_test/03: RuntimeError # Issue 27394 | 152 symbol_operator_test/03: RuntimeError # Issue 27394 |
| 149 symbol_reserved_word_test/06: RuntimeError # Issue 27394 | 153 symbol_reserved_word_test/06: RuntimeError # Issue 27394 |
| 150 symbol_reserved_word_test/09: RuntimeError # Issue 27394 | 154 symbol_reserved_word_test/09: RuntimeError # Issue 27394 |
| 151 symbol_reserved_word_test/12: RuntimeError # Issue 27394 | 155 symbol_reserved_word_test/12: RuntimeError # Issue 27394 |
| 152 symbol_test/none: RuntimeError # Issue 27394 | 156 symbol_test/none: RuntimeError # Issue 27394 |
| 153 | 157 |
| 154 [ $compiler == dart2js && $runtime == jsshell ] | |
| 155 symbol_test/none: RuntimeError | |
| 156 | |
| 157 [ $compiler == none && $runtime == vm ] | 158 [ $compiler == none && $runtime == vm ] |
| 158 string_static_test: MissingCompileTimeError | 159 string_static_test: MissingCompileTimeError |
| 159 | 160 |
| 160 [ $compiler == dart2js && $runtime != none] | 161 [ $compiler == dart2js && $runtime != none] |
| 161 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho
uld be allowed. | 162 symbol_reserved_word_test/03: RuntimeError # Issue 19972, new Symbol('void') sho
uld be allowed. |
| OLD | NEW |