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

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

Issue 2652653009: VM: [Kernel] Add triaged test failure comments to status file (Closed)
Patch Set: Created 3 years, 10 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 157 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 inferrer_closure_test: RuntimeError 168 inferrer_closure_test: RuntimeError
169 initializing_formal_final_test: RuntimeError 169 initializing_formal_final_test: RuntimeError
170 is_not_class2_test: RuntimeError 170 is_not_class2_test: RuntimeError
171 issue13474_test: RuntimeError 171 issue13474_test: RuntimeError
172 issue_1751477_test: RuntimeError 172 issue_1751477_test: RuntimeError
173 library_env_test/has_html_support: RuntimeError 173 library_env_test/has_html_support: RuntimeError
174 library_env_test/has_no_io_support: RuntimeError 174 library_env_test/has_no_io_support: RuntimeError
175 list_literal4_test: RuntimeError 175 list_literal4_test: RuntimeError
176 malformed_test/none: RuntimeError 176 malformed_test/none: RuntimeError
177 map_literal3_test: RuntimeError 177 map_literal3_test: RuntimeError
178 map_literal4_test: RuntimeError # Checked Mode Issue 178 map_literal4_test: RuntimeError # VM checked mode Issue 28420
179 map_literal6_test: RuntimeError 179 map_literal6_test: RuntimeError
180 method_override_test: RuntimeError 180 method_override_test: RuntimeError
181 mixin_type_parameters_super_extends_test: RuntimeError 181 mixin_type_parameters_super_extends_test: RuntimeError
182 mixin_type_parameters_super_test: RuntimeError 182 mixin_type_parameters_super_test: RuntimeError
183 multiline_newline_test/none: RuntimeError 183 multiline_newline_test/none: RuntimeError
184 named_parameters_type_test/01: MissingRuntimeError 184 named_parameters_type_test/01: MissingRuntimeError
185 named_parameters_type_test/02: MissingRuntimeError 185 named_parameters_type_test/02: MissingRuntimeError
186 named_parameters_type_test/03: MissingRuntimeError 186 named_parameters_type_test/03: MissingRuntimeError
187 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1 187 not_enough_positional_arguments_test/02: MissingRuntimeError # Dartk Issue 2830 1
188 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1 188 not_enough_positional_arguments_test/05: MissingRuntimeError # Dartk Issue 2830 1
189 number_identifier_test/05: RuntimeError 189 number_identifier_test/05: RuntimeError
190 positional_parameters_type_test/01: MissingRuntimeError 190 positional_parameters_type_test/01: MissingRuntimeError
191 positional_parameters_type_test/02: MissingRuntimeError 191 positional_parameters_type_test/02: MissingRuntimeError
192 prefix10_negative_test: Fail 192 prefix10_negative_test: Fail
193 prefix21_test: RuntimeError 193 prefix21_test: RuntimeError
194 redirecting_constructor_initializer_test: RuntimeError 194 redirecting_constructor_initializer_test: RuntimeError
195 regress_22443_test: RuntimeError # Deferred Loading Issue 28335 195 regress_22443_test: RuntimeError # Deferred Loading Issue 28335
196 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 196 regress_23408_test: RuntimeError # Deferred Loading Issue 28335
197 regress_28278_test: RuntimeError # Mirrors Issue 197 regress_28278_test: RuntimeError # Mirrors Issue
198 script1_negative_test: Fail 198 script1_negative_test: Fail
199 script2_negative_test: Fail 199 script2_negative_test: Fail
200 setter_no_getter_call_test/none: RuntimeError 200 setter_no_getter_call_test/none: RuntimeError # Dartk Issue 28418
201 static_setter_get_test/01: RuntimeError 201 static_setter_get_test/01: RuntimeError # Dartk Issue 28417
202 switch7_negative_test: Fail 202 switch7_negative_test: Fail # Dartk Issue 28416
203 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410 203 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410
204 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410 204 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410
205 type_checks_in_factory_method_test: RuntimeError 205 type_checks_in_factory_method_test: RuntimeError
206 type_variable_function_type_test: RuntimeError 206 type_variable_function_type_test: RuntimeError
207 vm/type_cast_vm_test: RuntimeError 207 vm/type_cast_vm_test: RuntimeError
208 vm/type_vm_test: RuntimeError 208 vm/type_vm_test: RuntimeError
209 209
210 # dartk: JIT failures 210 # dartk: JIT failures
211 [ $compiler == dartk && $runtime == vm ] 211 [ $compiler == dartk && $runtime == vm ]
212 const_locals_test: RuntimeError 212 const_locals_test: RuntimeError
(...skipping 16 matching lines...) Expand all
229 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 229 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
230 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301 230 not_enough_positional_arguments_test/05: Crash # Dartk Issue 28301
231 231
232 232
233 # New failures after respecting VMOptions in test files 233 # New failures after respecting VMOptions in test files
234 [ $compiler == dartk || $compiler == dartkp ] 234 [ $compiler == dartk || $compiler == dartkp ]
235 vm/regress_27671_test: RuntimeError 235 vm/regress_27671_test: RuntimeError
236 236
237 # New failures after respecting VMOptions in test files 237 # New failures after respecting VMOptions in test files
238 [ $compiler == dartk && $runtime == vm && $mode == debug] 238 [ $compiler == dartk && $runtime == vm && $mode == debug]
239 hello_dart_test: Crash 239 hello_dart_test: Crash # error: expected: cls.is_type_finalized()
240 240
241 # New failures after respecting VMOptions in test files 241 # New failures after respecting VMOptions in test files
242 [ $compiler == dartk && $runtime == vm ] 242 [ $compiler == dartk && $runtime == vm ]
243 hello_dart_test: CompileTimeError 243 hello_dart_test: CompileTimeError # VMOptions=--compile-all causes us to hit "n ative function VMServiceIO_Shutdown cannot be resolved"
244 ct_const2_test: Pass, CompileTimeError # Multitest via multiple VMOptions! 244 ct_const2_test: Pass, CompileTimeError # VMOptions=--compile-all causes us to h it "native function VMServiceIO_Shutdown cannot be resolved"
245 disassemble_test: Pass, Crash # Multitest via multiple VMOptions! 245 disassemble_test: Pass, Crash # Multitest via multiple VMOptions!
246 246
247 # Failures during Gardening shift: To be triaged! 247 # Failures during Gardening shift: To be triaged!
248 [ $compiler == dartk || $compiler == dartkp ] 248 [ $compiler == dartk || $compiler == dartkp ]
249 runtime_type_function_test: RuntimeError 249 runtime_type_function_test: RuntimeError
250 250
251 # Failures during Gardening shift: To be triaged! 251 # Failures during Gardening shift: To be triaged!
252 [ $compiler == dartkp && $runtime == dart_precompiled ] 252 [ $compiler == dartkp && $runtime == dart_precompiled ]
253 assert_with_type_test_or_cast_test: Pass, Crash # Multitest via multiple VMOpti ons. 253 assert_with_type_test_or_cast_test: Pass, Crash # Multitest via multiple VMOpti ons.
254 named_parameters_type_test/01: Crash 254 named_parameters_type_test/01: Crash
255 named_parameters_type_test/02: Crash 255 named_parameters_type_test/02: Crash
256 named_parameters_type_test/03: Crash 256 named_parameters_type_test/03: Crash
257 positional_parameters_type_test/01: Crash 257 positional_parameters_type_test/01: Crash
258 positional_parameters_type_test/02: Crash 258 positional_parameters_type_test/02: Crash
259 type_checks_in_factory_method_test: Crash 259 type_checks_in_factory_method_test: Crash
260 vm/regress_27671_test: Crash 260 vm/regress_27671_test: Crash
261 vm/type_vm_test: Crash 261 vm/type_vm_test: Crash
262
263 # Triaged checked mode failures
264 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
265 language/regress_22728_test: Fail # Dartk Issue 28498
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