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

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

Issue 2902113005: Complain about duplicated names. (Closed)
Patch Set: Add one more comment. 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 call_nonexistent_static_test/01: CompileTimeError 6 call_nonexistent_static_test/01: CompileTimeError
7 call_nonexistent_static_test/04: CompileTimeError 7 call_nonexistent_static_test/04: CompileTimeError
8 compile_time_constant_c_test/03: MissingCompileTimeError 8 compile_time_constant_c_test/03: MissingCompileTimeError
9 compile_time_constant_test/01: MissingCompileTimeError 9 compile_time_constant_test/01: MissingCompileTimeError
10 conditional_method_invocation_test/11: MissingCompileTimeError 10 conditional_method_invocation_test/11: MissingCompileTimeError
(...skipping 168 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 super_no_such_method1_test/01: RuntimeError 179 super_no_such_method1_test/01: RuntimeError
180 super_no_such_method2_test/01: RuntimeError 180 super_no_such_method2_test/01: RuntimeError
181 super_no_such_method3_test/01: RuntimeError 181 super_no_such_method3_test/01: RuntimeError
182 super_no_such_method4_test/01: RuntimeError 182 super_no_such_method4_test/01: RuntimeError
183 super_no_such_method5_test/01: RuntimeError 183 super_no_such_method5_test/01: RuntimeError
184 switch1_negative_test: Fail 184 switch1_negative_test: Fail
185 syntax_test/02: MissingCompileTimeError 185 syntax_test/02: MissingCompileTimeError
186 syntax_test/03: MissingCompileTimeError 186 syntax_test/03: MissingCompileTimeError
187 syntax_test/27: MissingCompileTimeError 187 syntax_test/27: MissingCompileTimeError
188 this_conditional_operator_test/01: MissingCompileTimeError 188 this_conditional_operator_test/01: MissingCompileTimeError
189 try_catch_syntax_test/05: MissingCompileTimeError
190 try_catch_syntax_test/07: MissingCompileTimeError 189 try_catch_syntax_test/07: MissingCompileTimeError
191 try_catch_syntax_test/09: MissingCompileTimeError 190 try_catch_syntax_test/09: MissingCompileTimeError
192 try_catch_syntax_test/10: MissingCompileTimeError 191 try_catch_syntax_test/10: MissingCompileTimeError
193 try_catch_syntax_test/11: MissingCompileTimeError 192 try_catch_syntax_test/11: MissingCompileTimeError
194 try_catch_syntax_test/12: MissingCompileTimeError 193 try_catch_syntax_test/12: MissingCompileTimeError
195 vm/regress_27201_test: CompileTimeError 194 vm/regress_27201_test: CompileTimeError
196 195
197 config_import_corelib_test: RuntimeError # KernelVM bug: Configurable imports. 196 config_import_corelib_test: RuntimeError # KernelVM bug: Configurable imports.
198 config_import_test: RuntimeError # KernelVM bug: Configurable imports. 197 config_import_test: RuntimeError # KernelVM bug: Configurable imports.
199 library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imp orts. 198 library_env_test/has_html_support: RuntimeError # KernelVM bug: Configurable imp orts.
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
380 deopt_inlined_function_lazy_test: Skip 379 deopt_inlined_function_lazy_test: Skip
381 hello_dart_test: Crash # error: expected: cls.is_type_finalized() 380 hello_dart_test: Crash # error: expected: cls.is_type_finalized()
382 ref_before_declaration_test/00: Crash 381 ref_before_declaration_test/00: Crash
383 ref_before_declaration_test/01: Crash 382 ref_before_declaration_test/01: Crash
384 ref_before_declaration_test/02: Crash 383 ref_before_declaration_test/02: Crash
385 ref_before_declaration_test/03: Crash 384 ref_before_declaration_test/03: Crash
386 ref_before_declaration_test/04: Crash 385 ref_before_declaration_test/04: Crash
387 ref_before_declaration_test/05: Crash 386 ref_before_declaration_test/05: Crash
388 ref_before_declaration_test/06: Crash 387 ref_before_declaration_test/06: Crash
389 ref_before_declaration_test/07: Crash 388 ref_before_declaration_test/07: Crash
390 try_catch_syntax_test/05: Crash
391 vm/lazy_deopt_vm_test: Crash 389 vm/lazy_deopt_vm_test: Crash
392 390
393 # dartk: precompilation failures 391 # dartk: precompilation failures
394 [ $compiler == dartkp ] 392 [ $compiler == dartkp ]
395 const_syntax_test/08: Crash 393 const_syntax_test/08: Crash
396 const_syntax_test/09: Crash 394 const_syntax_test/09: Crash
397 final_syntax_test/09: MissingCompileTimeError 395 final_syntax_test/09: MissingCompileTimeError
398 getter_declaration_negative_test: Crash 396 getter_declaration_negative_test: Crash
399 getter_parameters_test/02: Crash 397 getter_parameters_test/02: Crash
400 ref_before_declaration_test/00: Crash 398 ref_before_declaration_test/00: Crash
401 ref_before_declaration_test/01: Crash 399 ref_before_declaration_test/01: Crash
402 ref_before_declaration_test/02: Crash 400 ref_before_declaration_test/02: Crash
403 ref_before_declaration_test/03: Crash 401 ref_before_declaration_test/03: Crash
404 ref_before_declaration_test/04: Crash 402 ref_before_declaration_test/04: Crash
405 ref_before_declaration_test/05: Crash 403 ref_before_declaration_test/05: Crash
406 ref_before_declaration_test/06: Crash 404 ref_before_declaration_test/06: Crash
407 ref_before_declaration_test/07: Crash 405 ref_before_declaration_test/07: Crash
408 ref_before_declaration_test/none: Crash 406 ref_before_declaration_test/none: Crash
409 setter_declaration2_negative_test: Crash 407 setter_declaration2_negative_test: Crash
410 setter_declaration_negative_test: Crash 408 setter_declaration_negative_test: Crash
411 try_catch_syntax_test/05: Crash
412 409
413 # dartk: precompilation failures (debug) 410 # dartk: precompilation failures (debug)
414 [ $compiler == dartkp && $mode == debug ] 411 [ $compiler == dartkp && $mode == debug ]
415 external_test/13: Crash 412 external_test/13: Crash
416 final_syntax_test/09: Crash 413 final_syntax_test/09: Crash
417 regress_22445_test: Crash 414 regress_22445_test: Crash
418 regress_23498_test: Crash 415 regress_23498_test: Crash
419 416
420 # dartk: checked mode failures 417 # dartk: checked mode failures
421 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 418 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after
528 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335. 525 deferred_super_dependency_test/01: CompileTimeError # Deferred loading kernel is sue 28335.
529 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335. 526 deferred_type_dependency_test/as: CompileTimeError # Deferred loading kernel iss ue 28335.
530 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335. 527 deferred_type_dependency_test/is: CompileTimeError # Deferred loading kernel iss ue 28335.
531 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335. 528 deferred_type_dependency_test/none: CompileTimeError # Deferred loading kernel i ssue 28335.
532 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335. 529 deferred_type_dependency_test/type_annotation: CompileTimeError # Deferred loadi ng kernel issue 28335.
533 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335. 530 issue_1751477_test: CompileTimeError # Deferred loading kernel issue 28335.
534 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335. 531 regress_22443_test: CompileTimeError # Deferred loading kernel issue 28335.
535 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335. 532 regress_23408_test: CompileTimeError # Deferred loading kernel issue 28335.
536 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335. 533 regress_28278_test: CompileTimeError # Deferred loading kernel issue 28335.
537 case_expression_with_assignment_test/01: Crash # Issue 29379 534 case_expression_with_assignment_test/01: Crash # Issue 29379
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