Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2016, 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 # These tests currently take too long. Remove when they are fixed. | 5 # These tests currently take too long. Remove when they are fixed. |
| 6 [ $compiler == dartk || $compiler == dartkp ] | 6 [ $compiler == dartk || $compiler == dartkp ] |
| 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 | 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 |
| 8 | 8 |
| 9 ############################################################################### | 9 ############################################################################### |
| 10 # Dartk Entries | 10 # Dartk Entries |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 79 enum_syntax_test/05: MissingCompileTimeError | 79 enum_syntax_test/05: MissingCompileTimeError |
| 80 reify_typevar_static_test/00: MissingCompileTimeError | 80 reify_typevar_static_test/00: MissingCompileTimeError |
| 81 type_variable_conflict2_test/06: MissingCompileTimeError | 81 type_variable_conflict2_test/06: MissingCompileTimeError |
| 82 type_variable_conflict2_test/08: MissingCompileTimeError | 82 type_variable_conflict2_test/08: MissingCompileTimeError |
| 83 type_variable_conflict2_test/10: MissingCompileTimeError | 83 type_variable_conflict2_test/10: MissingCompileTimeError |
| 84 | 84 |
| 85 # dartk: precompilation failures | 85 # dartk: precompilation failures |
| 86 [ $compiler == dartkp && $runtime == dart_precompiled ] | 86 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 87 config_import_corelib_test: RuntimeError | 87 config_import_corelib_test: RuntimeError |
| 88 | 88 |
| 89 # dartk: temporary failure | |
| 90 mixin_illegal_syntax_test/00: Crash | |
|
kustermann
2017/01/12 18:23:33
Actually: This failure is not just in precompiled
Brian Wilkerson
2017/01/12 18:30:34
Do you mean that this should read:
mixin_illegal_
| |
| 89 | 91 |
| 90 ############################################################################### | 92 ############################################################################### |
| 91 # VM Entries | 93 # VM Entries |
| 92 ############################################################################### | 94 ############################################################################### |
| 93 | 95 |
| 94 # dartk: Shared JIT & Precompilation failures | 96 # dartk: Shared JIT & Precompilation failures |
| 95 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ] | 97 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ] |
| 96 accessor_conflict_export2_test: RuntimeError | 98 accessor_conflict_export2_test: RuntimeError |
| 97 accessor_conflict_export_test: RuntimeError | 99 accessor_conflict_export_test: RuntimeError |
| 98 accessor_conflict_import2_test: RuntimeError | 100 accessor_conflict_import2_test: RuntimeError |
| (...skipping 155 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 254 | 256 |
| 255 # dartk: precompilation failures | 257 # dartk: precompilation failures |
| 256 [ $compiler == dartkp && $runtime == dart_precompiled ] | 258 [ $compiler == dartkp && $runtime == dart_precompiled ] |
| 257 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 | 259 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 |
| 258 string_interpolation7_test: RuntimeError # Dartk Issue 28306 | 260 string_interpolation7_test: RuntimeError # Dartk Issue 28306 |
| 259 | 261 |
| 260 # dartk: precompilation failures (debug) | 262 # dartk: precompilation failures (debug) |
| 261 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] | 263 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] |
| 262 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 | 264 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 |
| 263 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 | 265 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 |
| OLD | NEW |