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

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

Issue 2547523002: Update kernel status files for precompilation after refactoring (Closed)
Patch Set: Created 4 years 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 | « tests/co19/co19-kernel.status ('k') | 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 10
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 vm/regress_27201_test: DartkCompileTimeError 96 vm/regress_27201_test: DartkCompileTimeError
97 97
98 # dartk: JIT failures 98 # dartk: JIT failures
99 [ $compiler == dartk && $runtime == vm ] 99 [ $compiler == dartk && $runtime == vm ]
100 enum_syntax_test/05: DartkMissingCompileTimeError 100 enum_syntax_test/05: DartkMissingCompileTimeError
101 reify_typevar_static_test/00: DartkMissingCompileTimeError 101 reify_typevar_static_test/00: DartkMissingCompileTimeError
102 type_variable_conflict2_test/06: DartkMissingCompileTimeError 102 type_variable_conflict2_test/06: DartkMissingCompileTimeError
103 type_variable_conflict2_test/08: DartkMissingCompileTimeError 103 type_variable_conflict2_test/08: DartkMissingCompileTimeError
104 type_variable_conflict2_test/10: DartkMissingCompileTimeError 104 type_variable_conflict2_test/10: DartkMissingCompileTimeError
105 105
106 # dartk: precompilation failures
107 [ $compiler == dartkp && $runtime == dart_precompiled ]
108 const_for_in_variable_test/01: MissingCompileTimeError
109 constructor_duplicate_final_test/03: MissingCompileTimeError
110 enum_syntax_test/06: MissingCompileTimeError
111 external_test/21: MissingCompileTimeError
112 external_test/24: MissingCompileTimeError
113 external_test/25: MissingCompileTimeError
114 final_syntax_test/01: MissingCompileTimeError
115 final_syntax_test/02: MissingCompileTimeError
116 final_syntax_test/03: MissingCompileTimeError
117 final_syntax_test/04: MissingCompileTimeError
118 mixin_illegal_superclass_test/01: MissingCompileTimeError
119 mixin_illegal_superclass_test/02: MissingCompileTimeError
120 mixin_illegal_superclass_test/03: MissingCompileTimeError
121 mixin_illegal_superclass_test/04: MissingCompileTimeError
122 mixin_illegal_superclass_test/05: MissingCompileTimeError
123 mixin_illegal_superclass_test/06: MissingCompileTimeError
124 mixin_illegal_superclass_test/07: MissingCompileTimeError
125 mixin_illegal_superclass_test/08: MissingCompileTimeError
126 mixin_illegal_superclass_test/09: MissingCompileTimeError
127 mixin_illegal_superclass_test/10: MissingCompileTimeError
128 mixin_illegal_superclass_test/11: MissingCompileTimeError
129 mixin_illegal_superclass_test/12: MissingCompileTimeError
130 mixin_illegal_superclass_test/13: MissingCompileTimeError
131 mixin_illegal_superclass_test/14: MissingCompileTimeError
132 mixin_illegal_superclass_test/15: MissingCompileTimeError
133 mixin_illegal_superclass_test/16: MissingCompileTimeError
134 mixin_illegal_superclass_test/17: MissingCompileTimeError
135 mixin_illegal_superclass_test/18: MissingCompileTimeError
136 mixin_illegal_superclass_test/19: MissingCompileTimeError
137 mixin_illegal_superclass_test/20: MissingCompileTimeError
138 mixin_illegal_superclass_test/21: MissingCompileTimeError
139 mixin_illegal_superclass_test/22: MissingCompileTimeError
140 mixin_illegal_superclass_test/23: MissingCompileTimeError
141 mixin_illegal_superclass_test/24: MissingCompileTimeError
142 mixin_illegal_superclass_test/25: MissingCompileTimeError
143 mixin_illegal_superclass_test/26: MissingCompileTimeError
144 mixin_illegal_superclass_test/27: MissingCompileTimeError
145 mixin_illegal_superclass_test/28: MissingCompileTimeError
146 mixin_illegal_superclass_test/29: MissingCompileTimeError
147 mixin_illegal_superclass_test/30: MissingCompileTimeError
148 mixin_illegal_super_use_test/01: MissingCompileTimeError
149 mixin_illegal_super_use_test/02: MissingCompileTimeError
150 mixin_illegal_super_use_test/03: MissingCompileTimeError
151 mixin_illegal_super_use_test/04: MissingCompileTimeError
152 mixin_illegal_super_use_test/05: MissingCompileTimeError
153 mixin_illegal_super_use_test/06: MissingCompileTimeError
154 mixin_illegal_super_use_test/07: MissingCompileTimeError
155 mixin_illegal_super_use_test/08: MissingCompileTimeError
156 mixin_illegal_super_use_test/09: MissingCompileTimeError
157 mixin_illegal_super_use_test/10: MissingCompileTimeError
158 mixin_illegal_super_use_test/11: MissingCompileTimeError
159 multiline_newline_test/04: MissingCompileTimeError
160 multiline_newline_test/05: MissingCompileTimeError
161 multiline_newline_test/06: MissingCompileTimeError
162 regress_27617_test/1: MissingCompileTimeError
163 type_variable_conflict2_test/02: MissingCompileTimeError
164
106 165
107 ############################################################################### 166 ###############################################################################
108 # VM Entries 167 # VM Entries
109 ############################################################################### 168 ###############################################################################
110 169
111 # dartk: Shared JIT & Precompilation failures 170 # dartk: Shared JIT & Precompilation failures
112 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ] 171 [ ($compiler == dartk && $runtime == vm) || ($compiler == dartkp && $runtime == dart_precompiled) ]
113 accessor_conflict_export2_test: RuntimeError 172 accessor_conflict_export2_test: RuntimeError
114 accessor_conflict_export_test: RuntimeError 173 accessor_conflict_export_test: RuntimeError
115 accessor_conflict_import2_test: RuntimeError 174 accessor_conflict_import2_test: RuntimeError
(...skipping 262 matching lines...) Expand 10 before | Expand all | Expand 10 after
378 stack_trace_test: RuntimeError 437 stack_trace_test: RuntimeError
379 string_interpolation7_test: RuntimeError 438 string_interpolation7_test: RuntimeError
380 super_call4_test: RuntimeError 439 super_call4_test: RuntimeError
381 440
382 # dartk: precompilation failures (debug) 441 # dartk: precompilation failures (debug)
383 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ] 442 [ $compiler == dartkp && $runtime == dart_precompiled && $mode == debug ]
384 constructor_named_arguments_test/01: Crash 443 constructor_named_arguments_test/01: Crash
385 generic_sends_test: Crash 444 generic_sends_test: Crash
386 not_enough_positional_arguments_test/05: Crash 445 not_enough_positional_arguments_test/05: Crash
387 enum_syntax_test/05: Crash 446 enum_syntax_test/05: Crash
OLDNEW
« no previous file with comments | « tests/co19/co19-kernel.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698