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

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

Issue 2924423003: Complain about use before declaration. (Closed)
Patch Set: Created 3 years, 6 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 | « 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 [ $compiler == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 method_override_test: RuntimeError # Not triaged. 6 method_override_test: RuntimeError # Not triaged.
7 runtime_type_function_test: RuntimeError # Not triaged. 7 runtime_type_function_test: RuntimeError # Not triaged.
8 8
9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
(...skipping 214 matching lines...) Expand 10 before | Expand all | Expand 10 after
225 redirecting_factory_reflection_test: RuntimeError 225 redirecting_factory_reflection_test: RuntimeError
226 setter_declaration2_negative_test: Fail 226 setter_declaration2_negative_test: Fail
227 setter_declaration_negative_test: Fail 227 setter_declaration_negative_test: Fail
228 vm/lazy_deopt_vm_test: Pass, Slow, Timeout 228 vm/lazy_deopt_vm_test: Pass, Slow, Timeout
229 vm/optimized_stacktrace_test: Skip # Issue 28788 229 vm/optimized_stacktrace_test: Skip # Issue 28788
230 230
231 # dartk: JIT failures (debug) 231 # dartk: JIT failures (debug)
232 [ $compiler == dartk && $mode == debug ] 232 [ $compiler == dartk && $mode == debug ]
233 deopt_inlined_function_lazy_test: Skip 233 deopt_inlined_function_lazy_test: Skip
234 hello_dart_test: Crash # error: expected: cls.is_type_finalized() 234 hello_dart_test: Crash # error: expected: cls.is_type_finalized()
235 ref_before_declaration_test/00: Crash
236 ref_before_declaration_test/01: Crash
237 ref_before_declaration_test/02: Crash
238 ref_before_declaration_test/03: Crash
239 ref_before_declaration_test/04: Crash
240 ref_before_declaration_test/05: Crash
241 ref_before_declaration_test/06: Crash
242 ref_before_declaration_test/07: Crash
243 vm/lazy_deopt_vm_test: Crash 235 vm/lazy_deopt_vm_test: Crash
244 236
245 # dartk: precompilation failures 237 # dartk: precompilation failures
246 [ $compiler == dartkp ] 238 [ $compiler == dartkp ]
247 const_syntax_test/08: Crash 239 const_syntax_test/08: Crash
248 final_syntax_test/09: MissingCompileTimeError 240 final_syntax_test/09: MissingCompileTimeError
249 ref_before_declaration_test/00: Crash
250 ref_before_declaration_test/01: Crash
251 ref_before_declaration_test/02: Crash
252 ref_before_declaration_test/03: Crash
253 ref_before_declaration_test/04: Crash
254 ref_before_declaration_test/05: Crash
255 ref_before_declaration_test/06: Crash
256 ref_before_declaration_test/07: Crash
257 ref_before_declaration_test/none: Crash 241 ref_before_declaration_test/none: Crash
258 setter_declaration2_negative_test: Crash 242 setter_declaration2_negative_test: Crash
259 setter_declaration_negative_test: Crash 243 setter_declaration_negative_test: Crash
260 244
261 # dartk: precompilation failures (debug) 245 # dartk: precompilation failures (debug)
262 [ $compiler == dartkp && $mode == debug ] 246 [ $compiler == dartkp && $mode == debug ]
263 external_test/13: Crash 247 external_test/13: Crash
264 final_syntax_test/09: Crash 248 final_syntax_test/09: Crash
265 regress_22445_test: Crash 249 regress_22445_test: Crash
266 regress_23498_test: Crash 250 regress_23498_test: Crash
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
391 final_syntax_test/03: MissingCompileTimeError # Fixed in ahe's dev branch. 375 final_syntax_test/03: MissingCompileTimeError # Fixed in ahe's dev branch.
392 final_syntax_test/04: MissingCompileTimeError # Fixed in ahe's dev branch. 376 final_syntax_test/04: MissingCompileTimeError # Fixed in ahe's dev branch.
393 function_type_alias5_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h. 377 function_type_alias5_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h.
394 function_type_alias5_test/01: MissingCompileTimeError # Fixed in ahe's dev branc h. 378 function_type_alias5_test/01: MissingCompileTimeError # Fixed in ahe's dev branc h.
395 function_type_alias5_test/02: MissingCompileTimeError # Fixed in ahe's dev branc h. 379 function_type_alias5_test/02: MissingCompileTimeError # Fixed in ahe's dev branc h.
396 function_type_alias6_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h. 380 function_type_alias6_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h.
397 function_type_alias9_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h. 381 function_type_alias9_test/00: MissingCompileTimeError # Fixed in ahe's dev branc h.
398 metadata_test: CompileTimeError # Fixed in ahe's dev branch. 382 metadata_test: CompileTimeError # Fixed in ahe's dev branch.
399 named_parameters_aggregated_test/04: MissingCompileTimeError # Fixed in ahe's de v branch. 383 named_parameters_aggregated_test/04: MissingCompileTimeError # Fixed in ahe's de v branch.
400 named_parameters_aggregated_test/06: MissingCompileTimeError # Fixed in ahe's de v branch. 384 named_parameters_aggregated_test/06: MissingCompileTimeError # Fixed in ahe's de v branch.
401 ref_before_declaration_test/00: MissingCompileTimeError # Fixed in ahe's dev bra nch.
402 ref_before_declaration_test/01: MissingCompileTimeError # Fixed in ahe's dev bra nch.
403 ref_before_declaration_test/02: MissingCompileTimeError # Fixed in ahe's dev bra nch.
404 ref_before_declaration_test/03: MissingCompileTimeError # Fixed in ahe's dev bra nch.
405 ref_before_declaration_test/04: MissingCompileTimeError # Fixed in ahe's dev bra nch.
406 ref_before_declaration_test/05: MissingCompileTimeError # Fixed in ahe's dev bra nch.
407 ref_before_declaration_test/06: MissingCompileTimeError # Fixed in ahe's dev bra nch.
408 ref_before_declaration_test/07: MissingCompileTimeError # Fixed in ahe's dev bra nch.
409 regress_29349_test: CompileTimeError # Fixed in ahe's dev branch. 385 regress_29349_test: CompileTimeError # Fixed in ahe's dev branch.
410 scope_variable_test/01: MissingCompileTimeError # Fixed in ahe's dev branch.
411 386
412 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ] 387 [ $unchecked && ($compiler == dartk || $compiler == dartkp) ]
413 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation. 388 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation.
414 inst_field_initializer1_negative_test: Fail # Fixed in ahe's dev branch. 389 inst_field_initializer1_negative_test: Fail # Fixed in ahe's dev branch.
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