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

Side by Side Diff: tests/co19/co19-runtime.status

Issue 11088014: Look up getter in super call (issue 3621). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « runtime/vm/parser.cc ('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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 == none && $runtime == vm ] 5 [ $compiler == none && $runtime == vm ]
6 Language/06_Functions/06_Functions_A01_t06: Fail # TODO(vm-team): Please triage this failure. 6 Language/06_Functions/06_Functions_A01_t06: Fail # TODO(vm-team): Please triage this failure.
7 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # TODO(vm-team): Plea se triage this failure. 7 Language/06_Functions/1_Function_Declaration_A02_t03: Fail # TODO(vm-team): Plea se triage this failure.
8 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # TODO(vm-team): Plea se triage this failure. 8 Language/06_Functions/1_Function_Declaration_A03_t03: Fail # TODO(vm-team): Plea se triage this failure.
9 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t01: Fail # TOD O(vm-team): Please triage this failure. 9 Language/06_Functions/2_Formal_Parameters/1_Required_Formals_A02_t01: Fail # TOD O(vm-team): Please triage this failure.
10 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # TOD O(vm-team): Please triage this failure. 10 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A03_t01: Fail # TOD O(vm-team): Please triage this failure.
(...skipping 403 matching lines...) Expand 10 before | Expand all | Expand 10 after
414 # class '?' overrides function '?' of super class '?' with incompatible paramete rs 414 # class '?' overrides function '?' of super class '?' with incompatible paramete rs
415 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail 415 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail
416 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail 416 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail
417 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail 417 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t05: Fail
418 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail 418 Language/10_Expressions/14_Method_Invocation/1_Ordinary_Invocation_A05_t06: Fail
419 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t01: Fail # Issue 3622 419 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t01: Fail # Issue 3622
420 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t02: Fail # Issue 3622 420 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A04_t02: Fail # Issue 3622
421 421
422 422
423 # function 'func' not found in super class, getter 'func' should be invoked firs t. 423 # function 'func' not found in super class, getter 'func' should be invoked firs t.
424 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t01: Fail # Issue 3621 424 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A02_t04: Fail # co19 issue 251
425 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t04: Fail # Issue 3621 425 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t02: Fail # co19 issue 251
426 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A03_t03: Fail # co19 issue 251
427 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A07_t01: Fail # co19 issue 251
428 Language/10_Expressions/14_Method_Invocation/4_Super_Invocation_A08_t02: Fail # co19 issue 251
426 429
427 430
428 # function '?' of class '?' conflicts with getter 'f' of super class '?' 431 # function '?' of class '?' conflicts with getter 'f' of super class '?'
429 Language/07_Classes/1_Instance_Methods_A05_t02: Fail 432 Language/07_Classes/1_Instance_Methods_A05_t02: Fail
430 433
431 434
432 # function '?' of class '?' conflicts with setter 'f' of super class '?' 435 # function '?' of class '?' conflicts with setter 'f' of super class '?'
433 Language/07_Classes/1_Instance_Methods_A05_t03: Fail 436 Language/07_Classes/1_Instance_Methods_A05_t03: Fail
434 437
435 438
(...skipping 29 matching lines...) Expand all
465 468
466 469
467 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] 470 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ]
468 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 471 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
469 472
470 [ $compiler == none && $arch == simarm ] 473 [ $compiler == none && $arch == simarm ]
471 *: Skip 474 *: Skip
472 475
473 [ $compiler == none && $arch == arm ] 476 [ $compiler == none && $arch == arm ]
474 *: Skip 477 *: Skip
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698