Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(671)

Side by Side Diff: tests/language/language_kernel.status

Issue 2626943003: Change "crash" to "dartkcrash" in status file. (Closed)
Patch Set: Created 3 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
83 not_enough_positional_arguments_test/01: DartkCompileTimeError 83 not_enough_positional_arguments_test/01: DartkCompileTimeError
84 regress_27617_test/1: MissingCompileTimeError 84 regress_27617_test/1: MissingCompileTimeError
85 super_call3_test/01: DartkCrash 85 super_call3_test/01: DartkCrash
86 type_variable_conflict2_test/02: MissingCompileTimeError 86 type_variable_conflict2_test/02: MissingCompileTimeError
87 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError 87 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError
88 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError 88 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError
89 vm/reflect_core_vm_test: DartkCompileTimeError 89 vm/reflect_core_vm_test: DartkCompileTimeError
90 vm/regress_27201_test: DartkCompileTimeError 90 vm/regress_27201_test: DartkCompileTimeError
91 vm/regress_28325_test: RuntimeError # Issue 28055. 91 vm/regress_28325_test: RuntimeError # Issue 28055.
92 covariant_test/none: CompileTimeError # Issue 28166 92 covariant_test/none: CompileTimeError # Issue 28166
93 covariant_override_test: Crash # Issue 28166 93 covariant_override_test: DartkCrash # Issue 28166
94 94
95 # dartk: JIT failures 95 # dartk: JIT failures
96 [ $compiler == dartk && $runtime == vm ] 96 [ $compiler == dartk && $runtime == vm ]
97 config_import_corelib_test: RuntimeError 97 config_import_corelib_test: RuntimeError
98 enum_syntax_test/05: MissingCompileTimeError 98 enum_syntax_test/05: MissingCompileTimeError
99 reify_typevar_static_test/00: MissingCompileTimeError 99 reify_typevar_static_test/00: MissingCompileTimeError
100 type_variable_conflict2_test/06: MissingCompileTimeError 100 type_variable_conflict2_test/06: MissingCompileTimeError
101 type_variable_conflict2_test/08: MissingCompileTimeError 101 type_variable_conflict2_test/08: MissingCompileTimeError
102 type_variable_conflict2_test/10: MissingCompileTimeError 102 type_variable_conflict2_test/10: MissingCompileTimeError
103 103
(...skipping 251 matching lines...) Expand 10 before | Expand all | Expand 10 after
355 355
356 # dartk: precompilation failures 356 # dartk: precompilation failures
357 [ $compiler == dartkp && $runtime == dart_precompiled ] 357 [ $compiler == dartkp && $runtime == dart_precompiled ]
358 if_null_assignment_static_test/35: Crash # Dartk Issue 28302 358 if_null_assignment_static_test/35: Crash # Dartk Issue 28302
359 string_interpolation7_test: RuntimeError # Dartk Issue 28306 359 string_interpolation7_test: RuntimeError # Dartk Issue 28306
360 360
361 # dartk: precompilation failures (debug) 361 # dartk: precompilation failures (debug)
362 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 362 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
363 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 363 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
364 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 364 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698