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

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

Issue 2614743005: Update dartk 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 ] 6 [ $compiler == dartk ]
7 large_class_declaration_test: Skip 7 large_class_declaration_test: Skip
8 large_implicit_getter_test: Skip 8 large_implicit_getter_test: Skip
9 larger_implicit_getter_test: Skip 9 larger_implicit_getter_test: Skip
10 null_is_bottom_test/22: RuntimeError # Issue 28025
11 null_is_bottom_test/34: RuntimeError # Issue 28025
12 10
13 ############################################################################### 11 ###############################################################################
14 # Dartk Entries 12 # Dartk Entries
15 ############################################################################### 13 ###############################################################################
16 14
17 [ $compiler == dartk || $compiler == dartkp ] 15 [ $compiler == dartk || $compiler == dartkp ]
18 bad_constructor_test/05: DartkCompileTimeError 16 bad_constructor_test/05: DartkCompileTimeError
19 conditional_import_string_test: DartkCompileTimeError 17 conditional_import_string_test: DartkCompileTimeError
20 conditional_import_test: DartkCompileTimeError 18 conditional_import_test: DartkCompileTimeError
21 conflicting_type_variable_and_setter_test: DartkCompileTimeError 19 conflicting_type_variable_and_setter_test: DartkCompileTimeError
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
78 mixin_illegal_superclass_test/29: MissingCompileTimeError 76 mixin_illegal_superclass_test/29: MissingCompileTimeError
79 mixin_illegal_superclass_test/30: MissingCompileTimeError 77 mixin_illegal_superclass_test/30: MissingCompileTimeError
80 multiline_newline_test/01: DartkCompileTimeError 78 multiline_newline_test/01: DartkCompileTimeError
81 multiline_newline_test/02: DartkCompileTimeError 79 multiline_newline_test/02: DartkCompileTimeError
82 multiline_newline_test/03: DartkCompileTimeError 80 multiline_newline_test/03: DartkCompileTimeError
83 multiline_newline_test/04: MissingCompileTimeError 81 multiline_newline_test/04: MissingCompileTimeError
84 multiline_newline_test/05: MissingCompileTimeError 82 multiline_newline_test/05: MissingCompileTimeError
85 multiline_newline_test/06: MissingCompileTimeError 83 multiline_newline_test/06: MissingCompileTimeError
86 no_main_test/01: DartkCrash 84 no_main_test/01: DartkCrash
87 not_enough_positional_arguments_test/01: DartkCompileTimeError 85 not_enough_positional_arguments_test/01: DartkCompileTimeError
88 null_is_bottom_test/05: RuntimeError # Issue 28025
89 null_is_bottom_test/07: RuntimeError # Issue 28025
90 null_is_bottom_test/20: RuntimeError # Issue 28025
91 null_is_bottom_test/25: RuntimeError # Issue 28025
92 null_is_bottom_test/27: RuntimeError # Issue 28025
93 null_is_bottom_test/32: RuntimeError # Issue 28025
94 null_is_bottom_test/37: RuntimeError # Issue 28025
95 null_is_bottom_test/39: RuntimeError # Issue 28025
96 regress_27617_test/1: MissingCompileTimeError 86 regress_27617_test/1: MissingCompileTimeError
97 super_call3_test/01: DartkCrash 87 super_call3_test/01: DartkCrash
98 type_variable_conflict2_test/02: MissingCompileTimeError 88 type_variable_conflict2_test/02: MissingCompileTimeError
99 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError 89 vm/debug_break_enabled_vm_test/01: DartkCompileTimeError
100 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError 90 vm/debug_break_enabled_vm_test/none: DartkCompileTimeError
101 vm/reflect_core_vm_test: DartkCompileTimeError 91 vm/reflect_core_vm_test: DartkCompileTimeError
102 vm/regress_27201_test: DartkCompileTimeError 92 vm/regress_27201_test: DartkCompileTimeError
103 93
104 # dartk: JIT failures 94 # dartk: JIT failures
105 [ $compiler == dartk && $runtime == vm ] 95 [ $compiler == dartk && $runtime == vm ]
(...skipping 275 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError 371 stacktrace_rethrow_error_test/withtraceparameter: RuntimeError
382 stacktrace_rethrow_nonerror_test: RuntimeError 372 stacktrace_rethrow_nonerror_test: RuntimeError
383 stack_trace_test: RuntimeError 373 stack_trace_test: RuntimeError
384 string_interpolation7_test: RuntimeError 374 string_interpolation7_test: RuntimeError
385 super_call4_test: RuntimeError 375 super_call4_test: RuntimeError
386 376
387 # dartk: precompilation failures (debug) 377 # dartk: precompilation failures (debug)
388 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 378 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
389 constructor_named_arguments_test/01: Crash 379 constructor_named_arguments_test/01: Crash
390 not_enough_positional_arguments_test/05: Crash 380 not_enough_positional_arguments_test/05: Crash
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