| 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_base_vm_static_test: MissingCompileTimeError | 8 string_base_vm_static_test: MissingCompileTimeError |
| 9 string_replace_static_test: MissingCompileTimeError | 9 string_replace_static_test: MissingCompileTimeError |
| 10 string_static_test: MissingCompileTimeError | 10 string_static_test: MissingCompileTimeError |
| (...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 351 string_trim2_test: Crash | 351 string_trim2_test: Crash |
| 352 string_trim_test: Crash | 352 string_trim_test: Crash |
| 353 strings_test: Crash | 353 strings_test: Crash |
| 354 symbol_reserved_word_test/03: Crash | 354 symbol_reserved_word_test/03: Crash |
| 355 symbol_reserved_word_test/05: Crash | 355 symbol_reserved_word_test/05: Crash |
| 356 throw_half_surrogate_pair_test/01: Crash | 356 throw_half_surrogate_pair_test/01: Crash |
| 357 throw_half_surrogate_pair_test/02: Crash | 357 throw_half_surrogate_pair_test/02: Crash |
| 358 toInt_test: Crash | 358 toInt_test: Crash |
| 359 type_hashcode_test: Crash | 359 type_hashcode_test: Crash |
| 360 unicode_test: Crash | 360 unicode_test: Crash |
| 361 |
| 362 [ $compiler == dart2js && $dart2js_with_kernel && $use_sdk ] |
| 363 *: Skip # Issue 29626 |
| OLD | NEW |